]> git.ipfire.org Git - thirdparty/HylaFAX.git/commitdiff
Bug 662: add comments in typerules for enscript usage
authorLee Howard <faxguy@howardsilvan.com>
Tue, 27 Sep 2005 19:11:45 +0000 (19:11 +0000)
committerLee Howard <faxguy@howardsilvan.com>
Tue, 27 Sep 2005 19:11:45 +0000 (19:11 +0000)
CHANGES
util/typerules

diff --git a/CHANGES b/CHANGES
index 0cd3fcbc7d78a08fb041e0f3b4e307e4fa7b9f97..24e6806a8764d38482fd903e359ec5469bcbf552 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -2,6 +2,7 @@
 
 Changelog for HylaFAX
 
+* add comments for enscript typerules entry (27 Sep 2005)
 * document JobFmt Y option (27 Sep 2005)
 * improve JDELE hfaxd handling (27 Sep 2005)
 * be more informative with /dev/null errors (27 Sep 2005)
index 4c41a16357d50df8536e01c6b188c5bf0ba87c07..56db1399aabdb95b916bdf55fad056849b3ed0c8 100644 (file)
 0      ascii           x               ps      %F/textfmt -B -f Courier-Bold\
                                                -Ml=0.4in -p 11 -s %s >%o <%i
 
+#
+# Use enscript, instead of HylaFAX textfmt, for converting text into ps.
+# 1) Comment out the 2 lines above referring to textfmt
+# 2) Un-comment the following 3 lines
+#    Notes: - The '--margins' and '-s' params are set to produce output similar
+#             to the textfmt invocation above.
+#           - Page size is fixed, since enscript doesn't handle the values
+#             assigned to the %s macro. Use:
+#             '-M Letter' (not 'letter', not 'LETTER') for US letter
+#             '-M A4'     (not 'a4') for ISO A4
+#0     ascii           x               ps      enscript -B -f Courier-Bold@11 \
+#                                              --margins=24::60:36 -s 2.2 \
+#                                              -q -M A4 -p %o %i
+
 #  Support 7-bit text which would otherwise be seen as binary.
 #
 #0     byte            x               ps      %F/textfmt -B -f Courier-Bold \