From 1e5e4d17f082e4d3f6b3ab6bef32d547ad06de38 Mon Sep 17 00:00:00 2001 From: Wim Stockman Date: Mon, 13 Mar 2023 14:17:08 +0100 Subject: [PATCH] Added Some Explainations --- README | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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 + -- 2.34.1