blob: 41418ea8742ccf9d40393349e6f9f1d362161eb0 (
plain)
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
|
% 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.6.0 (11-Aug-2005)
\def\fileversion{4.6.0}
\def\filedate{2005/08/11}
\ProvidesFile{GB.cpx}[\filedate\space\fileversion]
% Chinese captions
%
% character set: GB 2312-80
% encoding: EUC
%
% preprocessed
\renewcommand\contentsname{Ä191Â188}
% \renewcommand\listfigurename{} % ?
% \renewcommand\listtablename{} % ?
\@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\thepart{\prepartname\CJKnumber{\value{part}}\postpartname}
\renewcommand\partformat{\thepart}
% \newcommand\prechaptername{µ218}
% \newcommand\postchaptername{Õ194}
% \newcommand\presectionname{µ218}
% \newcommand\postsectionname{½218}
% \newcommand\preappendixname{µ218}
% \newcommand\postappendixname{¸189Â188}
\@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}
\@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
|