diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/ctex/ctexart.cls')
-rw-r--r-- | Master/texmf-dist/tex/latex/ctex/ctexart.cls | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/Master/texmf-dist/tex/latex/ctex/ctexart.cls b/Master/texmf-dist/tex/latex/ctex/ctexart.cls index c5729625677..ed34c9d861a 100644 --- a/Master/texmf-dist/tex/latex/ctex/ctexart.cls +++ b/Master/texmf-dist/tex/latex/ctex/ctexart.cls @@ -28,10 +28,10 @@ %% \NeedsTeXFormat{LaTeX2e} \RequirePackage{expl3} -\GetIdInfo$Id: ctex.dtx 31d1c02 2015-05-15 23:17:05 +0800 Qing Lee <sobenlee@gmail.com> $ +\GetIdInfo$Id: ctex.dtx 3216ced 2015-05-16 11:29:03 +0800 Qing Lee <sobenlee@gmail.com> $ {Chinese adapter for class article (CTEX)} \ProvidesExplClass{ctexart} - {\ExplFileDate}{2.0.1}{\ExplFileDescription} + {\ExplFileDate}{2.0.2}{\ExplFileDescription} \RequirePackage { xparse , l3keys2e } \msg_new:nnnn { ctex } { l3-too-old } { Support~package~`#1'~too~old. } @@ -291,12 +291,10 @@ { \msg_warning:nnn { ctex } { deprecated-option } { - The~ indentfirst~ package~ will~ be~ loaded~ but~ the~ - functionality~ may~ be~ removed~ in~ later~ version. + The~ functionality~ has~ been~ removed.~ It's~ better~ to~ set~ the~ heading~ styles~ via~ beforeskip~ options.~ } - \keys_set:nn { ctex / option } { autoindent = true } } , indent .value_forbidden: , noindent .code:n = @@ -307,7 +305,6 @@ It's~ better~ to~ set~ the~ heading~ styles~ via~ beforeskip~ options. } - \keys_set:nn { ctex / option } { autoindent = false } } , noindent .value_forbidden: , GBK .code:n = { \tl_set:Nn \l__ctex_encoding_tl { GBK } } , @@ -645,8 +642,6 @@ { \parindent is~ set~ to~ 0pt. } \dim_zero:N \parindent } -\bool_if:NT \l__ctex_indent_bool - { \RequirePackage { indentfirst } } \PassOptionsToPackage { encoding = \l__ctex_encoding_tl } { zhnumber } \RequirePackage { zhnumber } \cs_new_eq:NN \chinese \zhnum |