.\" man page for cefsconv .\" Copyright (C) 1994-2015 Werner Lemberg .\" .\" 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 CEFSCONV 1 18-Apr-2015 "" "TeX Live" .SH NAME cefsconv \- convert a TeX document in SJIS encoding containing CEF macros into 'preprocessed' form. .SH SYNOPSIS .B cefsconv < .I infile > .I outfile .SH DESCRIPTION The .B Chinese Encoding Framework .RB ( CEF ) developed by Christian Wittern .C 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 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 .IP .B sjisconv < .I infile | .B cefconv > .I outfile .PP This filter is part of the .B CJK macro package for LaTeX\ 2e. . . .SH "SEE ALSO" .BR sjisconv (1), .BR bg5conv (1), .BR cefconv (1), .BR cef5conv (1), .BR extconv (1), the .B CJK documentation files. . . .SH AUTHOR Werner Lemberg .C