diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/ctex/ctexrep.cls')
-rw-r--r-- | Master/texmf-dist/tex/latex/ctex/ctexrep.cls | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/ctex/ctexrep.cls b/Master/texmf-dist/tex/latex/ctex/ctexrep.cls new file mode 100644 index 00000000000..92994593374 --- /dev/null +++ b/Master/texmf-dist/tex/latex/ctex/ctexrep.cls @@ -0,0 +1,29 @@ +% ctexrep.cls + +\NeedsTeXFormat{LaTeX2e}[1995/12/01] +\ProvidesClass{ctexrep} + [2009/06/26 v0.92 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 |