summaryrefslogtreecommitdiff
path: root/chinese/enscript/pkg-message
diff options
context:
space:
mode:
authorJing-Tang Keith Jang <keith@FreeBSD.org>2000-11-27 18:00:45 +0000
committerJing-Tang Keith Jang <keith@FreeBSD.org>2000-11-27 18:00:45 +0000
commit995edaf7681f2f8f1ff6caa6777f9dbf1565be55 (patch)
tree504a075fe19a0fe1386cb28509e281807a227deb /chinese/enscript/pkg-message
parentNew port: enscript (diff)
Initial version.
This port adds Chinese support to enscript, which means it can convert a BIG5/CNS plain text to a PS document, with all the fancy features provided by enscript. Unlike bg5ps, it can't manage GB yet, but it's easy to add. Another useful feature is with the ps2pdf and zh-ghostscript6, it is now possible to generate font-embedded Chinese pdf document from plain text on the fly, which also means platform-independent. Due to some problems in the CMap files provided by Adobe, Eten-B5-H and B5-H CMaps are unable to map correct ascii glyphs in TTFs. BIG5 users are suggested to use B5pc-H for the time being. Maybe it's time to re-organize ports/chinese/* font relationships.
Notes
Notes: svn path=/head/; revision=35471
Diffstat (limited to 'chinese/enscript/pkg-message')
-rw-r--r--chinese/enscript/pkg-message7
1 files changed, 7 insertions, 0 deletions
diff --git a/chinese/enscript/pkg-message b/chinese/enscript/pkg-message
new file mode 100644
index 000000000000..8ab61d34c70b
--- /dev/null
+++ b/chinese/enscript/pkg-message
@@ -0,0 +1,7 @@
+========================================================================
+For BIG5 users, use commands like this to generate PS documents:
+
+enscript -X big5 -f DefaultMingB5-Regular-B5pc-H@12 -o [output.ps] [file]
+
+Make sure to use those fonts having "B5pc" in their names.
+========================================================================