| Previous Next | Contents |
nltSpread Fit-to-page logic messed up tables set with paragraph alignment as the headings did not get indented to match the table. Fixed.
nlAlign now calls nltEndgrid as changing paragraph settings with an open table can have some strange effects when the table is then closed.
nlRichtext adds current before/after spacing around blocks of rich text.
nl_fix_parens could be tripped up by scalar cells in mixed-content tables. fixed.
nl_headtable now does a balanced wrap on very long titles and subheads. Calls new subfunction nl_wrap to wrap the text into n lines.
Simple text, wrapping text order of substitution changed so that you can include fields like &p in your %1-%9 parameters.
nlDefineStyle broke with scalar style names which had no description. Fixed.
nlStyle styles with only one setting did not back out reliably in PopStyle. Fixed.
psRunOff new function mainly to support server-based printing. Left arg can give any properties supported by the printer object as well as an arbitrary vector of page numbers to be printed as pages (iv). Simple integer vector arguments are taken as page numbers.