diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/ctex/def/ctex-loadclass.def')
-rw-r--r-- | Master/texmf-dist/tex/latex/ctex/def/ctex-loadclass.def | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/ctex/def/ctex-loadclass.def b/Master/texmf-dist/tex/latex/ctex/def/ctex-loadclass.def new file mode 100644 index 00000000000..99a8bf14d63 --- /dev/null +++ b/Master/texmf-dist/tex/latex/ctex/def/ctex-loadclass.def @@ -0,0 +1,16 @@ +% ctex-loadclass.def: load standard LaTeX class +% vim:ft=tex + +\ProcessOptions + +\ifCTEX@sfoursize + \PassOptionsToClass{12pt}% + {\CTEX@classtoload} +\fi +\ifCTEX@fivesize + \PassOptionsToClass{10pt}% + {\CTEX@classtoload} +\fi +\LoadClass{\CTEX@classtoload} + +\endinput |