blob: 4716fb2b8589bba96b1b5c3d90886d16fcc4a637 (
plain) (
tree)
|
|
/* 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";
}
}
}
|