summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/ctex/ctex.sty
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/ctex/ctex.sty')
-rw-r--r--Master/texmf-dist/tex/latex/ctex/ctex.sty22
1 files changed, 22 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/ctex/ctex.sty b/Master/texmf-dist/tex/latex/ctex/ctex.sty
new file mode 100644
index 00000000000..6b3fa1bd34c
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/ctex/ctex.sty
@@ -0,0 +1,22 @@
+% ctex.sty
+
+\NeedsTeXFormat{LaTeX2e}[1995/12/01]
+\ProvidesPackage{ctex}
+ [2009/06/26 v0.92 ctex
+ macros package]
+
+\input{ctex-common-opts.def}
+
+\InputIfFileExists{ctexopts.cfg}{}{}
+
+\ProcessOptions
+
+\input{ctex-common.def}
+
+% ctex.cfg should be loaded very last
+\AtEndOfPackage{%
+ \makeatletter
+ \InputIfFileExists{ctex.cfg}{}{}
+ \makeatother}
+
+\endinput