diff options
author | Karl Berry <karl@freefriends.org> | 2020-05-02 22:24:14 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-05-02 22:24:14 +0000 |
commit | 15f0c94913f0d5cb24dd909c5358b3a997994dd7 (patch) | |
tree | 9043df32cd0199835f5b3f9804ad132907857139 /Master/texmf-dist/tex/latex/ctex/scheme/ctex-scheme-plain-book.def | |
parent | 151fbc4b66cb3705f6ce20368a2c6f7c06b8d57d (diff) |
ctex (2may20)
git-svn-id: svn://tug.org/texlive/trunk@54976 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/ctex/scheme/ctex-scheme-plain-book.def')
-rw-r--r-- | Master/texmf-dist/tex/latex/ctex/scheme/ctex-scheme-plain-book.def | 42 |
1 files changed, 20 insertions, 22 deletions
diff --git a/Master/texmf-dist/tex/latex/ctex/scheme/ctex-scheme-plain-book.def b/Master/texmf-dist/tex/latex/ctex/scheme/ctex-scheme-plain-book.def index 25ad8806276..7c0f0f6bd89 100644 --- a/Master/texmf-dist/tex/latex/ctex/scheme/ctex-scheme-plain-book.def +++ b/Master/texmf-dist/tex/latex/ctex/scheme/ctex-scheme-plain-book.def @@ -6,9 +6,9 @@ %% %% ctex.dtx (with options: `scheme,book,plain') %% -%% Copyright (C) 2003--2019 +%% Copyright (C) 2003--2020 %% CTEX.ORG and any individual authors listed in the documentation. -%% ------------------------------------------------------------------------------ +%% --------------------------------------------------------------------- %% %% This work may be distributed and/or modified under the %% conditions of the LaTeX Project Public License, either @@ -20,17 +20,15 @@ %% and version 1.3 or later is part of all distributions of %% LaTeX version 2005/12/01 or later. %% -%% This work has the LPPL maintenance status `maintained'. +%% This work has the LPPL maintenance status "maintained". %% -%% The Current Maintainers of this work are Leo Liu, Qing Lee and Liam Huang. +%% --------------------------------------------------------------------- %% -%% ------------------------------------------------------------------------------ -%% -\GetIdInfo$Id: ctex.dtx 735dfe2 2019-05-29 21:42:29 +0800 Qing Lee <sobenlee@gmail.com> $ +\GetIdInfo$Id: ctex.dtx 320df30 2020-05-02 06:45:05 +0800 Qing Lee <sobenlee@gmail.com> $ {Plain scheme for book (CTEX)} \ProvidesExplFile{ctex-scheme-plain-book.def} - {\ExplFileDate}{2.4.16}{\ExplFileDescription} -\keys_set:nn { ctex / part } + {\ExplFileDate}{2.5.1}{\ExplFileDescription} +\ctex_set:nn { part } { aftertitle = \par , hang = false , @@ -45,7 +43,7 @@ nameformat = \huge \bfseries , titleformat = \Huge \bfseries } -\keys_set:nn { ctex / chapter } +\ctex_set:nn { chapter } { pagestyle = plain , aftertitle = \par , @@ -64,7 +62,7 @@ afterindent = false , tocline = \CTEXnumberline {#1} #2 } -\keys_set:nn { ctex / section } +\ctex_set:nn { section } { number = \thesection , aftername = \quad , @@ -76,7 +74,7 @@ format = \Large \bfseries , afterindent = false } -\keys_set:nn { ctex / subsection } +\ctex_set:nn { subsection } { number = \thesubsection , format = \large \bfseries , @@ -88,7 +86,7 @@ break = \addpenalty \@secpenalty , afterindent = false } -\keys_set:nn { ctex / subsubsection } +\ctex_set:nn { subsubsection } { number = \thesubsubsection , format = \normalsize \bfseries , @@ -100,7 +98,7 @@ break = \addpenalty \@secpenalty , afterindent = false } -\keys_set:nn { ctex / paragraph } +\ctex_set:nn { paragraph } { number = \theparagraph , format = \normalsize \bfseries , @@ -109,7 +107,7 @@ break = \addpenalty \@secpenalty , afterindent = false } -\keys_set:nn { ctex / subparagraph } +\ctex_set:nn { subparagraph } { number = \thesubparagraph , format = \normalsize \bfseries , @@ -120,7 +118,7 @@ } \int_compare:nNnTF \g__ctex_section_depth_int > 2 { - \keys_set:nn { ctex / paragraph } + \ctex_set:nn { paragraph } { aftertitle = \@@par , afterskip = 1ex \@plus .2ex , @@ -128,7 +126,7 @@ } } { - \keys_set:nn { ctex / paragraph } + \ctex_set:nn { paragraph } { afterskip = 1em , runin = true @@ -136,7 +134,7 @@ } \int_compare:nNnTF \g__ctex_section_depth_int > 3 { - \keys_set:nn { ctex / subparagraph } + \ctex_set:nn { subparagraph } { aftertitle = \@@par , afterskip = 1ex \@plus .2ex , @@ -144,16 +142,16 @@ } } { - \keys_set:nn { ctex / subparagraph } + \ctex_set:nn { subparagraph } { afterskip = 1em , runin = true } } \int_compare:nNnTF \g__ctex_section_depth_int > 2 - { \keys_set:nn { ctex / subparagraph } { indent = \c_zero_dim } } - { \keys_set:nn { ctex / subparagraph } { indent = \parindent } } -\keys_set:nn { ctex / appendix } + { \ctex_set:nn { subparagraph } { indent = \c_zero_dim } } + { \ctex_set:nn { subparagraph } { indent = \parindent } } +\ctex_set:nn { appendix } { name = \appendixname \space , number = \@Alph \c@chapter |