X-Git-Url: http://git.savannah.gnu.org/gitweb/?p=enscript.git;a=blobdiff_plain;f=README;h=12deb631d96432a980d1c419ec16c2e838aa8c7f;hp=d2f1c4a8a3e6ed8b60615ac6201eca5c58420e25;hb=refs%2Ftags%2Fv1.7.rc;hpb=3e4b187b7b9f0325d4834a233c8084df61b52a85 diff --git a/README b/README index d2f1c4a..12deb63 100644 --- a/README +++ b/README @@ -116,6 +116,7 @@ Enscript supports following character sets: - ISO-8859-4 ISO Latin4 - ISO-8859-5 ISO Cyrillic - ISO-8859-7 ISO Greek + - ISO-8859-15 ISO Latin9 - ascii 7 bit ascii - ascii fi se 7 bit ascii with following encodings: '{' = รค (adieresis) @@ -230,3 +231,16 @@ option `DownloadFont: name'. option `-o' lists missing characters. In GNU enscript `-o' is an alias for `-p' and missing characters are listed with an option `-O'. +* Example Usage: + +1) Defaults: create document in Helvetica 14 with default headers + + $ enscript -f Helvetica@14 -o myfile.ps myfile.txt + +2) Create document with a Latin 9 font encoding from example utf-8 with no header + + $ cat myfile.txt | iconv -f utf-8 -t latin9 | enscript -f FreeMono@14 -B -o myfile.ps + + Don't forget to install the latin9 font afm! + You can use the tool convertfontto.sh +