summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/ctex/scheme/ctex-scheme-plain-article.def
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/ctex/scheme/ctex-scheme-plain-article.def')
-rw-r--r--Master/texmf-dist/tex/latex/ctex/scheme/ctex-scheme-plain-article.def45
1 files changed, 28 insertions, 17 deletions
diff --git a/Master/texmf-dist/tex/latex/ctex/scheme/ctex-scheme-plain-article.def b/Master/texmf-dist/tex/latex/ctex/scheme/ctex-scheme-plain-article.def
index 752fefd584d..771341156b2 100644
--- a/Master/texmf-dist/tex/latex/ctex/scheme/ctex-scheme-plain-article.def
+++ b/Master/texmf-dist/tex/latex/ctex/scheme/ctex-scheme-plain-article.def
@@ -26,30 +26,33 @@
%%
%% ------------------------------------------------------------------------------
%%
-\GetIdInfo$Id: ctex.dtx ca75f0e 2015-06-19 17:39:23 +0800 Qing Lee <sobenlee@gmail.com> $
+\GetIdInfo$Id: ctex.dtx 6255367 2015-07-01 01:15:24 +0800 Qing Lee <sobenlee@gmail.com> $
{Plain scheme for article (CTEX)}
\ProvidesExplFile{ctex-scheme-plain-article.def}
- {\ExplFileDate}{2.1}{\ExplFileDescription}
+ {\ExplFileDate}{2.2}{\ExplFileDescription}
\keys_set:nn { ctex / part }
{
aftertitle = \par ,
name = \partname \space ,
number = \thepart ,
- nameformat = \Large \bfseries ,
+ beforeskip = 4ex ,
afterskip = 3ex ,
format = \raggedright ,
+ nameformat = \Large \bfseries ,
aftername = \par \nobreak ,
titleformat = \huge \bfseries ,
- beforeskip = -4ex
+ afterindent = false
}
\keys_set:nn { ctex / section }
{
number = \thesection ,
aftername = \quad ,
aftertitle = \@@par ,
+ beforeskip = 3.5ex \@plus 1ex \@minus .2ex ,
afterskip = 2.3ex \@plus .2ex ,
+ runin = false ,
format = \Large \bfseries ,
- beforeskip = -3.5ex \@plus -1ex \@minus -.2ex
+ afterindent = false
}
\keys_set:nn { ctex / subsection }
{
@@ -57,8 +60,10 @@
format = \large \bfseries ,
aftername = \quad ,
aftertitle = \@@par ,
+ beforeskip = 3.25ex \@plus 1ex \@minus .2ex ,
afterskip = 1.5ex \@plus .2ex ,
- beforeskip = -3.25ex \@plus -1ex \@minus -.2ex
+ runin = false ,
+ afterindent = false
}
\keys_set:nn { ctex / subsubsection }
{
@@ -66,35 +71,41 @@
format = \normalsize \bfseries ,
aftername = \quad ,
aftertitle = \@@par ,
+ beforeskip = 3.25ex \@plus 1ex \@minus .2ex ,
afterskip = 1.5ex \@plus .2ex ,
- beforeskip = -3.25ex \@plus -1ex \@minus -.2ex
+ runin = false ,
+ afterindent = false
}
\keys_set:nn { ctex / paragraph }
{
number = \theparagraph ,
format = \normalsize \bfseries ,
- aftername = \quad
+ aftername = \quad ,
+ beforeskip = 3.25ex \@plus 1ex \@minus .2ex ,
+ afterindent = false
}
\keys_set:nn { ctex / subparagraph }
{
number = \thesubparagraph ,
format = \normalsize \bfseries ,
- aftername = \quad
+ aftername = \quad ,
+ beforeskip = 3.25ex \@plus 1ex \@minus .2ex ,
+ afterindent = false
}
\int_compare:nNnTF \g__ctex_section_depth_flag > \c_two
{
\keys_set:nn { ctex / paragraph }
{
aftertitle = \@@par ,
- beforeskip = -3.25ex \@plus -1ex \@minus -.2ex ,
- afterskip = 1ex \@plus .2ex
+ afterskip = 1ex \@plus .2ex ,
+ runin = false
}
}
{
\keys_set:nn { ctex / paragraph }
{
- beforeskip = 3.25ex \@plus 1ex \@minus .2ex ,
- afterskip = -1em
+ afterskip = 1em ,
+ runin = true
}
}
\int_compare:nNnTF \g__ctex_section_depth_flag > \c_three
@@ -102,15 +113,15 @@
\keys_set:nn { ctex / subparagraph }
{
aftertitle = \@@par ,
- beforeskip = -3.25ex \@plus -1ex \@minus -.2ex ,
- afterskip = 1ex \@plus .2ex
+ afterskip = 1ex \@plus .2ex ,
+ runin = false
}
}
{
\keys_set:nn { ctex / subparagraph }
{
- beforeskip = 3.25ex \@plus 1ex \@minus .2ex ,
- afterskip = -1em
+ afterskip = 1em ,
+ runin = true
}
}
\int_compare:nNnTF \g__ctex_section_depth_flag > \c_two