diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/cjk/GB/GB.cpx')
-rw-r--r-- | Master/texmf-dist/tex/latex/cjk/GB/GB.cpx | 84 |
1 files changed, 84 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/cjk/GB/GB.cpx b/Master/texmf-dist/tex/latex/cjk/GB/GB.cpx new file mode 100644 index 00000000000..8b8ea280704 --- /dev/null +++ b/Master/texmf-dist/tex/latex/cjk/GB/GB.cpx @@ -0,0 +1,84 @@ +% This is the file GB.cpx of the CJK package +% for using Asian logographs (Chinese/Japanese/Korean) with LaTeX2e +% +% created by Werner Lemberg <wl@gnu.org> +% +% Version 4.8.0 (22-May-2008) + +% Copyright (C) 1994-2008 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 + +\def\fileversion{4.8.0} +\def\filedate{2008/05/22} +\ProvidesFile{GB.cpx}[\filedate\space\fileversion] + + +% Chinese captions +% +% character set: GB 2312-80 +% encoding: EUC +% +% preprocessed + +\renewcommand\contentsname{Ä191Â188} +% \renewcommand\listfigurename{} % ? +% \renewcommand\listtablename{} % ? + +\CJK@ifundefined\chapter + {\renewcommand\refname{²206¿188×202Á207}} + {\renewcommand\bibname{Î196Ï215}} + +\renewcommand\indexname{Ë247Ò253} + +\newcommand\prefigurename{µ218} +\newcommand\postfigurename{Í188} +\renewcommand\figureformat{\prefigurename~\thefigure~\postfigurename} + +\newcommand\pretablename{µ218} +\newcommand\posttablename{±237} +\renewcommand\tableformat{\pretablename~\thetable~\posttablename} + +\newcommand\prepartname{µ218} +\newcommand\postpartname{²191} +\renewcommand\partformat{\prepartname\CJKnumber{\value{part}}\postpartname} + +% \newcommand\prechaptername{µ218} +% \newcommand\postchaptername{Õ194} +% \newcommand\presectionname{µ218} +% \newcommand\postsectionname{½218} +% \newcommand\preappendixname{µ218} +% \newcommand\postappendixname{¸189Â188} + +\CJK@ifundefined\mainmatter + {\renewcommand\abstractname{Õ170Ò170}}{} + +% \renewcommand\ccname{} % ? +% \renewcommand\enclname{¸189¼254} +% \newcommand\prepagename{} % ? +% \newcommand\postpagename{} % ? +% \renewcommand\headtoname{} % ? +% \renewcommand\seename{} % ? + +\renewcommand\today{% + \number\yearÄ234\number\monthÔ194\number\dayÈ213} +\CJK@ifundefined\CJKnumber + {\def\CJKnumber#1{% + \ifcase#1\or + Ò187\or¶254\orÈ253\orË196\orÎ229\or + Á249\orÆ223\or°203\or¾197\orÊ174\fi}}{} + +\endinput |