diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/ctex/ctexheading.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/ctex/ctexheading.sty | 17 |
1 files changed, 12 insertions, 5 deletions
diff --git a/Master/texmf-dist/tex/latex/ctex/ctexheading.sty b/Master/texmf-dist/tex/latex/ctex/ctexheading.sty index 60c3b3d03aa..9e4e58a3886 100644 --- a/Master/texmf-dist/tex/latex/ctex/ctexheading.sty +++ b/Master/texmf-dist/tex/latex/ctex/ctexheading.sty @@ -6,7 +6,7 @@ %% %% ctex.dtx (with options: `style,ctexheading') %% -%% Copyright (C) 2003--2015 +%% Copyright (C) 2003--2016 %% CTEX.ORG and any individual authors listed in the documentation. %% ------------------------------------------------------------------------------ %% @@ -28,10 +28,10 @@ %% \NeedsTeXFormat{LaTeX2e} \RequirePackage{expl3} -\GetIdInfo$Id: ctex.dtx 4e02493 2016-02-02 17:10:17 +0800 Qing Lee <sobenlee@gmail.com> $ +\GetIdInfo$Id: ctex.dtx 1fcc459 2016-04-25 13:35:13 +0800 Liu Haiyang <leoliu.pku@gmail.com> $ {Heading style modification (CTEX)} \ProvidesExplPackage{ctexheading} - {\ExplFileDate}{2.3}{\ExplFileDescription} + {\ExplFileDate}{2.4}{\ExplFileDescription} \RequirePackage { xparse , l3keys2e } \RequirePackage { ctexhook , ctexpatch } \tl_new:N \l__ctex_tmp_tl @@ -84,7 +84,7 @@ } \ProcessKeysOptions { ctex / option } \NewDocumentCommand \ctexset { } { \keys_set:nn { ctex } } -\clist_map_inline:nn { article , book , report } +\clist_map_inline:nn { article , book , report , beamer } { \@ifclassloaded {#1} { \clist_map_break:n { \tl_const:Nn \c__ctex_std_class_tl {#1} } } @@ -122,6 +122,7 @@ %% ctexart.cls, %% ctexbook.cls, %% ctexrep.cls, +%% ctexbeamer.cls, %% ctexcap.sty, %% ctexhook.sty, %% ctexpatch.sty, @@ -130,14 +131,17 @@ %% ctex-article.def, %% ctex-book.def, %% ctex-report.def, +%% ctex-beamer.def, %% ctex-scheme-plain.def, %% ctex-scheme-plain-article.def, %% ctex-scheme-plain-book.def, %% ctex-scheme-plain-report.def, +%% ctex-scheme-plain-beamer.def, %% ctex-scheme-chinese.def, %% ctex-scheme-chinese-article.def, %% ctex-scheme-chinese-book.def, %% ctex-scheme-chinese-report.def, +%% ctex-scheme-chinese-beamer.def, %% ctex-name-gbk.cfg, %% ctex-name-utf8.cfg, %% ctex.cfg, @@ -145,6 +149,7 @@ %% ctex-engine-pdftex.def, %% ctex-engine-xetex.def, %% ctex-engine-luatex.def, +%% ctex-engine-uptex.def, %% c19rm.fd, %% c19sf.fd, %% c19tt.fd, @@ -167,7 +172,9 @@ %% zhfandolfonts.tex, %% zhfounderfonts.tex, %% zhubuntufonts.tex, -%% zhwindowsfonts.tex, and +%% zhwindowsfonts.tex, +%% translator-theorem-dictionary-ChineseGBK.dict, +%% translator-theorem-dictionary-ChineseUTF8.dict, and %% README. %% %% End of file `ctexheading.sty'. |