diff options
author | Karl Berry <karl@freefriends.org> | 2008-07-01 01:00:28 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-07-01 01:00:28 +0000 |
commit | 4d4fe569c8fd3aa109b21399493671c6d0002ccf (patch) | |
tree | 39244ef51134da3a3a91cb8a9f1d7a7d18c0ed7a /Master/texmf-dist/tex/latex/minitoc/mtcoff.sty | |
parent | f1b4d8820e16c9755c9387b90c93bb7e4e1047ca (diff) |
minitoc 58 (27jun08)
git-svn-id: svn://tug.org/texlive/trunk@9130 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/minitoc/mtcoff.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/minitoc/mtcoff.sty | 13 |
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'. |