1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
/* Global configuration file for html2ps */ @html2ps { package { ImageMagick: 1; PerlMagick: 1; djpeg: 1; TeX: 1; dvips: 1; Ghostscript: 1; check: weblint++; libwww-perl: 1; path: "%%LOCALBASE%%/bin"; } paper { type: libpaper; } hyphenation { en { file: "%%DATADIR%%/hyphen.tex"; } } }