1CEF5CONV(1) General Commands Manual CEF5CONV(1)
2
3
4
6 cef5conv - convert a TeX document in Big 5 encoding containing CEF
7 macros into `preprocessed' form.
8
10 cef5conv < infile > outfile
11
13 The Chinese Encoding Framework (CEF) developed by Christian Wittern
14 <cwittern@conline.central.de> makes it possible to include CJK characā
15 ters in various encodings using the SGML macros &CX-aabb; for Big 5 and
16 CNS encoding and &U-aabb; for Unicode (X denotes a number between 0 and
17 7; 0 represents Big 5 encoding, 1-7 CNS encoding planes 1-7. aabb is
18 either a decimal or hexadecimal number).
19
20 cef5conv converts the CEF macros of a Big 5 encoded document together
21 with the Big5 encoding itself into a form which can directly processed
22 with LaTeX 2e. It is identical to
23
24 bg5conv < infile | cefconv > outfile
25
26 This filter is part of the CJK macro package for LaTeX 2e.
27
29 sjisconv(1), bg5conv(1), cefconv(1), cefsconv(1), extconv(1),
30 the CJK documentation files.
31
33 Werner Lemberg <wl@gnu.org>
34
35
36
37CJK Version 4.8.4 18-Apr-2015 CEF5CONV(1)