@@ -0,0 +1,17 @@
+/* Global configuration file for html2ps */
+
+@html2ps {
+ package {
+ netpbm: 1;
+ libwww-perl: 1;
+ path: "@l_prefix@/bin";
+ }
+ paper {
+ type: A4;
+ hyphenation {
+ en {
+ file: "@l_prefix@/lib/html2ps/hyphen.tex";
+}