- option -Z, --pass-through-ps-files no longer wraps PS document
inside genscript prolog and epilog.
- renamed some options to conform the GNU coding standards:
--output-file => --output
--queue => --printer
--tab-size => --tabsize
- new command line / config file options:
-z, --no-formfeed
--ul-angle UnderlayAngle
--ul-position UnderlayPosition
--non-printable-format NonPrintableFormat
- added some customization options to header description files:
- %Format
- format and define string constants according
to format string
- %HeaderHeight
- explicit set the fancy header height
- %FooterHeight
- allocate space for the page footer
Note! If you have defined your own fancy header, it will
probably not work on genscript-1.3 without modifications.
Following constants are removed from the genscript prolog so
you must define them with the `%Format' comment:
usadatestr = %Format: usadatestr %W
eurdatestr = %Format: eurdatestr %E
findatestr = %Format: findatestr %F
timestr = %Format: timestr %C
fmodstr = %Format: fmodstr $D{%a %b %e %T %Y}
Check `lib/*.hdr' to see them in action.