diff options
author | Karl Berry <karl@freefriends.org> | 2016-10-25 20:39:25 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-10-25 20:39:25 +0000 |
commit | ebb5a88807ee66de22c4803faa1a8e9ad8ffa5bf (patch) | |
tree | 63748ec3e9ff6f0b11306a01d7a8db7f3c991211 /Master/texmf-dist/tex/latex/ctex/ctxdoc.cls | |
parent | 9d7bc14f69e65d3edee3b625e7798a15d4e05194 (diff) |
ctex (25oct16)
git-svn-id: svn://tug.org/texlive/trunk@42351 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/ctex/ctxdoc.cls')
-rw-r--r-- | Master/texmf-dist/tex/latex/ctex/ctxdoc.cls | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/ctex/ctxdoc.cls b/Master/texmf-dist/tex/latex/ctex/ctxdoc.cls index dcc45a9024a..03f2bd2eadf 100644 --- a/Master/texmf-dist/tex/latex/ctex/ctxdoc.cls +++ b/Master/texmf-dist/tex/latex/ctex/ctxdoc.cls @@ -28,10 +28,10 @@ %% \NeedsTeXFormat{LaTeX2e} \RequirePackage{expl3} -\GetIdInfo$Id: ctex.dtx b7f83de 2016-09-21 21:27:31 +0800 Qing Lee <sobenlee@gmail.com> $ +\GetIdInfo$Id: ctex.dtx 575f038 2016-10-25 17:56:58 +0800 Qing Lee <sobenlee@gmail.com> $ {ctex documentation (CTEX)} \ProvidesExplClass{ctxdoc} - {\ExplFileDate}{2.4.4}{\ExplFileDescription} + {\ExplFileDate}{2.4.5}{\ExplFileDescription} \ExplSyntaxOff \let\pdfmdfivesum\mdfivesum \DeclareOption*{\PassOptionsToClass{\CurrentOption}{l3doc}} @@ -428,6 +428,7 @@ \everypar {#1} \if@inlabel \global \@inlabelfalse + \@noparlistfalse \llap { \box \@labels \hskip \leftskip } \fi #1 @@ -435,7 +436,7 @@ } \ctex_patch_cmd:Nnn \macro@code { \if@inlabel \leavevmode \fi } - { } + { \partopsep \z@skip } \group_begin: \int_set_eq:NN \tex_endlinechar:D \c_minus_one \use:n |