~ubuntu-branches/ubuntu/karmic/cjk/karmic

« back to all changes in this revision

Viewing changes to utils/CEFconv/cef5conv.1

  • Committer: Bazaar Package Importer
  • Author(s): Danai SAE-HAN (韓達耐)
  • Date: 2006-11-01 00:31:57 UTC
  • Revision ID: james.westby@ubuntu.com-20061101003157-jppzphxw4tti1wlu
Tags: upstream-4.7.0+cvs20061019
Import upstream version 4.7.0+cvs20061019

Show diffs side-by-side

added added

removed removed

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