summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/ctex/def/ctex-loadclass.def
diff options
context:
space:
mode:
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.def16
1 files changed, 0 insertions, 16 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
deleted file mode 100644
index 99a8bf14d63..00000000000
--- a/Master/texmf-dist/tex/latex/ctex/def/ctex-loadclass.def
+++ /dev/null
@@ -1,16 +0,0 @@
-% 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