summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/minitoc/mtcoff.sty
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/minitoc/mtcoff.sty')
-rw-r--r--Master/texmf-dist/tex/latex/minitoc/mtcoff.sty13
1 files changed, 11 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/minitoc/mtcoff.sty b/Master/texmf-dist/tex/latex/minitoc/mtcoff.sty
index 5c45fed017e..9ce01e4cfac 100644
--- a/Master/texmf-dist/tex/latex/minitoc/mtcoff.sty
+++ b/Master/texmf-dist/tex/latex/minitoc/mtcoff.sty
@@ -28,8 +28,9 @@
%% 2001 2002 2003 2004 2005 2006 2007 2008
%% Jean-Pierre F. Drucbert
%% <jean-pierre.drucbert@onera.fr>
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\NeedsTeXFormat{LaTeX2e}%
-\ProvidesPackage{mtcoff}[2008/04/03 v57 The mtcoff package]
+\ProvidesPackage{mtcoff}[2008/06/26 v58 The mtcoff package]
\RequirePackage{mtcmess}[2006/03/14]
\let\c@minitocdepth\count@
\let\mtcindent\dimen@
@@ -235,6 +236,15 @@
\def\sectlof{\@ifnextchar[{\gobbleopt@}{\gobbleopt@[l]}}
\def\sectlot{\@ifnextchar[{\gobbleopt@}{\gobbleopt@[l]}}
\def\mtcprepare{\@ifnextchar[{\gobbleopt@}{\gobbleopt@[l]}}
+\newif\ifinparttoc\inparttocfalse%
+\newif\ifinpartlof\inpartloffalse%
+\newif\ifinpartlot\inpartlotfalse%
+\newif\ifinsecttoc\insecttocfalse%
+\newif\ifinsectlof\insectloffalse%
+\newif\ifinsectlot\insectlotfalse%
+\newif\ifinminitoc\inminitocfalse%
+\newif\ifinminilof\inminiloffalse%
+\newif\ifinminilot\inminilotfalse%
\let\tf@mtc\count@
\let\mtc@string\relax
\let\appendixmtc\relax
@@ -474,7 +484,6 @@
\MessageBreak}
\addcontentsline{toc}{section}{#1}}
%%
-%%
\endinput
%%
%% End of file `mtcoff.sty'.