From e0c6872cf40896c7be36b11dcc744620f10adf1d Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Mon, 2 Sep 2019 13:46:59 +0900 Subject: Initial commit --- .../chinese/CJK/cjk-4.8.4/doc/man/txt/cefsconv.txt | 37 ++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 language/chinese/CJK/cjk-4.8.4/doc/man/txt/cefsconv.txt (limited to 'language/chinese/CJK/cjk-4.8.4/doc/man/txt/cefsconv.txt') diff --git a/language/chinese/CJK/cjk-4.8.4/doc/man/txt/cefsconv.txt b/language/chinese/CJK/cjk-4.8.4/doc/man/txt/cefsconv.txt new file mode 100644 index 0000000000..5484c61f60 --- /dev/null +++ b/language/chinese/CJK/cjk-4.8.4/doc/man/txt/cefsconv.txt @@ -0,0 +1,37 @@ +CEFSCONV(1) General Commands Manual CEFSCONV(1) + + + +NAME + cefsconv - convert a TeX document in SJIS encoding containing CEF + macros into `preprocessed' form. + +SYNOPSIS + cefsconv < infile > outfile + +DESCRIPTION + The Chinese Encoding Framework (CEF) developed by Christian Wittern + makes it possible to include CJK charac- + ters in various encodings using the SGML macros &CX-aabb; for Big 5 and + CNS encoding and &U-aabb; for Unicode (X denotes a number between 0 and + 7; 0 represents Big 5 encoding, 1-7 CNS encoding planes 1-7. aabb is + either a decimal or hexadecimal number). + + cefsconv converts the CEF macros of a SJIS encoded document together + with the SJIS encoding itself into a form which can directly processed + with LaTeX 2e. It is identical to + + sjisconv < infile | cefconv > outfile + + This filter is part of the CJK macro package for LaTeX 2e. + +SEE ALSO + sjisconv(1), bg5conv(1), cefconv(1), cef5conv(1), extconv(1), + the CJK documentation files. + +AUTHOR + Werner Lemberg + + + +CJK Version 4.8.4 18-Apr-2015 CEFSCONV(1) -- cgit v1.2.3