summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/ctex/ctexart.cls
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2009-07-20 18:00:53 +0000
committerKarl Berry <karl@freefriends.org>2009-07-20 18:00:53 +0000
commit160531a5e2d0c9b532fb083d090e1f0c451a52f8 (patch)
tree3cd7622e75a050e7dc06dac94221eb8e999d1053 /Master/texmf-dist/tex/latex/ctex/ctexart.cls
parent20db2dd2ad3cdd6e3720c1b5d7c4acc2a5de4f24 (diff)
new chinese latex package ctex (5jul09)
git-svn-id: svn://tug.org/texlive/trunk@14341 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/ctex/ctexart.cls')
-rw-r--r--Master/texmf-dist/tex/latex/ctex/ctexart.cls29
1 files changed, 29 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/ctex/ctexart.cls b/Master/texmf-dist/tex/latex/ctex/ctexart.cls
new file mode 100644
index 00000000000..d0db7cf44a0
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/ctex/ctexart.cls
@@ -0,0 +1,29 @@
+% ctexart.cls
+
+\NeedsTeXFormat{LaTeX2e}[1995/12/01]
+\ProvidesClass{ctexart}
+ [2009/06/26 v0.92 ctexart
+ document class]
+
+\def\CTEX@classtoload{article}
+
+\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-article.def}
+
+% ctex.cfg should be loaded very last
+\AtEndOfPackage{%
+ \makeatletter
+ \InputIfFileExists{ctex.cfg}{}{}
+ \makeatother}
+
+\endinput