diff options
author | Karl Berry <karl@freefriends.org> | 2018-06-23 20:56:05 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-06-23 20:56:05 +0000 |
commit | bf9156e531a3f6e83314e834a760ede0ba73cc59 (patch) | |
tree | 29faa8af375f71031cca4e8e5474ba5cbe94394d /Master/texmf-dist/source/latex/yathesis | |
parent | 7af47bf61122013dad164f8284433aecb1595d37 (diff) |
yathesis (23jun18)
git-svn-id: svn://tug.org/texlive/trunk@48079 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/yathesis')
-rw-r--r-- | Master/texmf-dist/source/latex/yathesis/yathesis.dtx | 24 |
1 files changed, 22 insertions, 2 deletions
diff --git a/Master/texmf-dist/source/latex/yathesis/yathesis.dtx b/Master/texmf-dist/source/latex/yathesis/yathesis.dtx index 59102c84353..cf436104b64 100644 --- a/Master/texmf-dist/source/latex/yathesis/yathesis.dtx +++ b/Master/texmf-dist/source/latex/yathesis/yathesis.dtx @@ -73,7 +73,7 @@ Typesetting the documentation of the class requires: \input docstrip.tex \Msg{********************************************************} \Msg{* Installation} -\Msg{* Class: yathesis 2018-06-21 v0.99s} +\Msg{* Class: yathesis 2018-06-22 v0.99s} \Msg{* that helps to write thesis following French rules (DB)} \Msg{********************************************************} \keepsilent @@ -272,7 +272,7 @@ This work consists of the file yathesis.dtx % \iffalse %<*class> \def\fileversion{v0.99s} -\def\filedate{2018/06/21} +\def\filedate{2018/06/22} %</class> %<*driver> \ProvidesFile{yathesis.dtx} @@ -5168,6 +5168,11 @@ This work consists of the file yathesis.dtx {% \bgroup \YAD@localstyle% + \@ifundefined {Etoc@\YAD@localtocsdepth @@} + {% + }{% + \etocsetnexttocdepth{\YAD@localtocsdepth}% + } \YAD@computelocalnumwidths\relax% \@ifundefined {Etoc@\YAD@localtocsdepth @@} {% @@ -5365,6 +5370,11 @@ This work consists of the file yathesis.dtx \YAD@tmp@section[#1][#2]{#3}% }% \newcommandtwoopt{\YAD@unstarred@section}[3][][]{% + \boolfalse{YAD@nonnumbered@section}% + \boolfalse{YAD@nonnumbered@subsection}% + \boolfalse{YAD@nonnumbered@subsubsection}% + \boolfalse{YAD@nonnumbered@paragraph}% + \boolfalse{YAD@nonnumbered@subparagraph}% \YAD@tmp@section[#1][#2]{#3}% }% % \end{macrocode} @@ -5399,6 +5409,10 @@ This work consists of the file yathesis.dtx \YAD@tmp@subsection[#1]{#2}% }% \newcommand{\YAD@unstarred@subsection}[2][]{% + \boolfalse{YAD@nonnumbered@subsection}% + \boolfalse{YAD@nonnumbered@subsubsection}% + \boolfalse{YAD@nonnumbered@paragraph}% + \boolfalse{YAD@nonnumbered@subparagraph}% \YAD@tmp@subsection[#1]{#2}% }% % @@ -5427,6 +5441,9 @@ This work consists of the file yathesis.dtx \YAD@tmp@subsubsection[#1]{#2}% }% \newcommand{\YAD@unstarred@subsubsection}[2][]{% + \boolfalse{YAD@nonnumbered@subsubsection}% + \boolfalse{YAD@nonnumbered@paragraph}% + \boolfalse{YAD@nonnumbered@subparagraph}% \YAD@tmp@subsubsection[#1]{#2}% }% % @@ -5454,6 +5471,8 @@ This work consists of the file yathesis.dtx \YAD@tmp@paragraph[#1]{#2}% }% \newcommand{\YAD@unstarred@paragraph}[2][]{% + \boolfalse{YAD@nonnumbered@paragraph}% + \boolfalse{YAD@nonnumbered@subparagraph}% \YAD@tmp@paragraph[#1]{#2}% }% % @@ -5480,6 +5499,7 @@ This work consists of the file yathesis.dtx \YAD@tmp@subparagraph[#1]{#2}% }% \newcommand{\YAD@unstarred@subparagraph}[2][]{% + \boolfalse{YAD@nonnumbered@subparagraph}% \YAD@tmp@subparagraph[#1]{#2}% }% % \end{macrocode} |