blob: f627f861f5b7b2132021c49f60a8a8eeaeaa2d29 (
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
|
% ctexrep.cls
\NeedsTeXFormat{LaTeX2e}[1995/12/01]
\ProvidesClass{ctexrep}
[2011/03/11 v1.02c ctexrep
document class]
\def\CTEX@classtoload{report}
\input{ctex-common-opts.def}
\input{ctex-caption-opts.def}
\input{ctex-class-opts.def}
\InputIfFileExists{ctexopts.cfg}{}{}
\input{ctex-loadclass.def}
\input{ctex-common.def}
\input{ctex-caption.def}
\input{ctex-class.def}
\input{ctex-report.def}
% ctex.cfg should be loaded very last
\AtEndOfPackage{%
\makeatletter
\InputIfFileExists{ctex.cfg}{}{}
\makeatother}
\endinput
|