1CEFSCONV(1) General Commands Manual CEFSCONV(1)
2
3
4
6 cefsconv - convert a TeX document in SJIS encoding containing CEF
7 macros into `preprocessed' form.
8
10 cefsconv < 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 cefsconv converts the CEF macros of a SJIS encoded document together
21 with the SJIS encoding itself into a form which can directly processed
22 with LaTeX 2e. It is identical to
23
24 sjisconv < 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), cef5conv(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 CEFSCONV(1)