22 lines
302 B
Plaintext
22 lines
302 B
Plaintext
/* Global configuration file for html2ps */
|
|
|
|
@html2ps {
|
|
package {
|
|
ImageMagick: 1;
|
|
djpeg: 1;
|
|
TeX: 1;
|
|
dvips: 1;
|
|
Ghostscript: 1;
|
|
libwww-perl: 1;
|
|
path: "/usr/bin";
|
|
}
|
|
paper {
|
|
type: A4;
|
|
}
|
|
hyphenation {
|
|
en {
|
|
file: "/usr/lib/html2ps/hyphen.tex";
|
|
}
|
|
}
|
|
}
|