Browse Source

New package html2ps.

Michael Schloh von Bennewitz 23 years ago
parent
commit
554067eb38
1 changed files with 17 additions and 0 deletions
  1. 17 0
      html2ps/html2psrc

+ 17 - 0
html2ps/html2psrc

@@ -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";
+    }
+  }
+}