Updating the ChangeLog file
[enscript.git] / docs / enscript.man
index 0722452..473d7ef 100644 (file)
@@ -192,6 +192,10 @@ font and its size in PostScript points.  For example,
 "\f3Times\-Roman12\f1" selects the "Times\-Roman" font with size
 12pt.
 
+The name of the font must appear in @DATADIR@/enscript/font.map and
+have a corresponding AFM file. See section \f3USING NEW FONTS\f1 for
+information on adding a font beyond the defaults.
+
 The font specification \f2name\f1 can also be given in format
 `\f2name\f1@\f2ptsize\f1', where the name of the font and its point
 size are separated by a `@' character.  This allows \f3enscript\f1 to use
@@ -394,6 +398,9 @@ generate RTF (Rich Text Format)
 generate ANSI terminal control codes
 .RE
 .TP 8
+.B \-W \f2app\f1,\f2option\f3, \-\-language\f3=\f2app\f1,\f2option\f3
+pass the option \f2option\f3 to helper application \f2app\f3.
+.TP 8
 .B \-X \f2name\f3, \-\-encoding=\f2name\f3
 Use the input encoding \f2name\f1.  Currently \f3enscript\f1 supports
 the following encodings:
@@ -423,6 +430,9 @@ ISO\-8859\-9 (ISO Latin5)
 .B 885910, latin6
 ISO\-8859\-10 (ISO Latin6)
 .TP 8
+.B 885915, latin9
+ISO\-8859\-15 (ISO Latin9)
+.TP 8
 .B ascii
 7\-bit ascii
 .TP 8
@@ -488,7 +498,9 @@ value is an empty string ("") but some programs require that the
 .TP 8
 .B \-\-footer=\f2footer\f3
 Use the text \f2footer\f1 as a page footer.  Otherwise the option
-works like the \f3\-\-header\f1 option
+works like the \f3\-\-header\f1 option. As a default, the page has no footer.
+Setting this option does not necessary shows any footer strings in the output.
+It depends on the selected fancy header ('.hdr' file) whether it supports footer strings or not.
 .TP 8
 .B \-\-h\-column\-height=\f2height\f3
 Set the horizontal column height to be \f2height\f1 PostScript
@@ -1387,6 +1399,17 @@ some characters were unprintable
 ~/.enscript/                           personal resource directory
 .fi
 
+.SH USING NEW FONTS
+
+If you instruct enscript to use a font whose name does not appear in the
+font map, it will give the warning "couldn't open AFM file for font".
+
+To create an AFM file for a TrueType font, you can use \f3ttf2pt1\f1.
+
+Once you create the AFM file, you must add it to the font map.
+
+To generate a new font map automatically, use \f3mkafmmap\f1.
+
 .SH SEE ALSO
 diffpp(1), ghostview(1), gs(1), lpq(1), lpr(1), lprm(1), states(1)