X-Git-Url: http://git.savannah.gnu.org/gitweb/?p=enscript.git;a=blobdiff_plain;f=README;h=12deb631d96432a980d1c419ec16c2e838aa8c7f;hp=a4357db2bae2a013b577ea575ddbf56acd53a9f2;hb=HEAD;hpb=8760c02a62dd13662d3d6a4eb57de96136f70c42;ds=sidebyside diff --git a/README b/README index a4357db..12deb63 100644 --- a/README +++ b/README @@ -231,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 +