summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/yathesis/yathesis.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/yathesis/yathesis.dtx')
-rw-r--r--Master/texmf-dist/source/latex/yathesis/yathesis.dtx24
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}