File: cefconv.1

package info (click to toggle)
cjk 4.8.4%2Bgit20170127-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 3,888 kB
  • sloc: lisp: 12,099; sh: 3,731; ansic: 2,429; perl: 1,804; makefile: 336
file content (117 lines) | stat: -rw-r--r-- 2,673 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
.\" man page for cefconv
.\" Copyright (C) 1994-2015  Werner Lemberg <wl@gnu.org>
.\"
.\" This program is free software; you can redistribute it and/or modify
.\" it under the terms of the GNU General Public License as published by
.\" the Free Software Foundation; either version 2 of the License, or
.\" (at your option) any later version.
.\"
.\" This program is distributed in the hope that it will be useful,
.\" but WITHOUT ANY WARRANTY; without even the implied warranty of
.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
.\" GNU General Public License for more details.
.\"
.\" You should have received a copy of the GNU General Public License
.\" along with this program in doc/COPYING; if not, write to the Free
.\" Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
.\" MA 02110-1301 USA
.
.TH CEFCONV 1 18-Apr-2015 "CJK Version 4.8.4"
.
.\" ====
.\" ==== macro definitions
.\" ====
.
.\" here we define \TeX for troff and nroff
.if t .ds TX \fRT\\h'-0.1667m'\\v'0.20v'E\\v'-0.20v'\\h'-0.125m'X\fP
.if n .ds TX TeX
.
.\" and here the same for \LaTeX
.if t \{\
.ie '\*(.T'dvi' \
.ds LX \fRL\h'-0.36m'\v'-0.15v'\s-3A\s0\h'-0.15m'\v'0.15v'\fP\*(TX
.el .ds LX \fRL\h'-0.36m'\v'-0.22v'\s-2A\s0\h'-0.15m'\v'0.22v'\fP\*(TX
.\}
.if n .ds LX LaTeX
.
.\" \LaTeXe
.\" note that we need \vareps for TeX instead of \eps which can only be
.\" accessed with the \N escape sequence (in the Math Italic font)
.if t \{\
.ie '\*(.T'dvi' .ds LE \*(LX\h'0.15m'2\v'0.20v'\f(MI\N'34'\fP\v'-0.20v'
.el .ds LE \*(LX\h'0.15m'2\v'0.20v'\(*e\v'-0.20v'
.\}
.if n .ds LE LaTeX\ 2e
.
.\" a typewriter font
.if t \{\
.de C
\fC\\$1\fP
..
.\}
.if n \{\
.de C
\\$1
..
.\}
.
.\" ====
.\" ==== end of macro definitions
.\" ====
.
.
.
.SH NAME
cefconv \- convert a TeX document containing CEF macros into `preprocessed'
form.
.
.
.SH SYNOPSIS
.B cefconv
<
.I infile
>
.I outfile
.
.
.SH DESCRIPTION
The
.B Chinese Encoding Framework
.RB ( CEF )
developed by Christian Wittern
.C <cwittern@conline.central.de>
makes it possible to include CJK characters in various encodings using the
SGML macros
.B &CX-aabb;
for Big\ 5 and CNS encoding and
.B &U-aabb;
for Unicode
.RB ( X
denotes a number between 0 and 7; 0 represents Big\ 5 encoding, 1-7 CNS
encoding planes 1-7.
.B aabb
is either a decimal or hexadecimal number)
.PP
.B \%cefconv
converts the CEF macros into a form which can directly processed with \*(LE.
.PP
This filter is part of the
.B CJK
macro package for \*(LE.
.
.
.SH "SEE ALSO"
.BR \%sjisconv (1),
.BR bg5conv (1),
.BR cef5conv (1),
.BR \%cefsconv (1),
.BR \%extconv (1),
.br
the
.B CJK
documentation files.
.
.
.SH AUTHOR
Werner Lemberg
.C <wl@gnu.org>