diff options
author | Karl Berry <karl@freefriends.org> | 2009-07-20 18:00:53 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-07-20 18:00:53 +0000 |
commit | 160531a5e2d0c9b532fb083d090e1f0c451a52f8 (patch) | |
tree | 3cd7622e75a050e7dc06dac94221eb8e999d1053 /Master/texmf-dist/tex/latex/ctex/opt/ctex-caption-opts.def | |
parent | 20db2dd2ad3cdd6e3720c1b5d7c4acc2a5de4f24 (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/opt/ctex-caption-opts.def')
-rw-r--r-- | Master/texmf-dist/tex/latex/ctex/opt/ctex-caption-opts.def | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/ctex/opt/ctex-caption-opts.def b/Master/texmf-dist/tex/latex/ctex/opt/ctex-caption-opts.def new file mode 100644 index 00000000000..4f91d9ac8b7 --- /dev/null +++ b/Master/texmf-dist/tex/latex/ctex/opt/ctex-caption-opts.def @@ -0,0 +1,11 @@ +% ctex-caption.opt: options just for ctexcap.sty and document classes +% vim:ft=tex + +% section depths + +\newcounter{CTEX@sectiondepth} +\setcounter{CTEX@sectiondepth}{2} +\DeclareOption{sub3section}{\setcounter{CTEX@sectiondepth}{3}} +\DeclareOption{sub4section}{\setcounter{CTEX@sectiondepth}{4}} + +\endinput |