diff options
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 |