/* * html2ps configuration file */ @html2ps { package { ImageMagick: 1; PerlMagick: 1; netpbm: 1; djpeg: 1; Ghostscript: 1; TeX: 1; dvips: 1; libwww-perl: 1; check: weblint; } paper { type: letter; } option { DSC: 1; /* DSC compliant PostScript */ xref: 1; /* cross references */ duplex: 1; /* double sided */ number: 1; /* have page numbers */ encoding: ISO-8859-1; /* this should really be UTF-8, but isn't recognized yet */ hyphenate: 1; /* hyphenate text */ } xref { text: "[p.$N]"; /* avoid line breaks before page no. */ passes: 2; /* 2 passes to increase accuracy*/ } hyphenation { en { file: "/usr/share/texmf/tex/generic/hyphen/hyphen.tex"; } en-us { file: "/usr/share/texmf/tex/generic/hyphen/hyphen.tex"; } } header { center: "$H"; /* put current heading in page header */ } doc-sep: ""; /* have every first page on the right */ }