diff options
Diffstat (limited to 'Master/texmf-dist/tex/generic/tex4ht/minitoc.4ht')
-rw-r--r-- | Master/texmf-dist/tex/generic/tex4ht/minitoc.4ht | 21 |
1 files changed, 14 insertions, 7 deletions
diff --git a/Master/texmf-dist/tex/generic/tex4ht/minitoc.4ht b/Master/texmf-dist/tex/generic/tex4ht/minitoc.4ht index 56b3ffd3181..f11a558c4f6 100644 --- a/Master/texmf-dist/tex/generic/tex4ht/minitoc.4ht +++ b/Master/texmf-dist/tex/generic/tex4ht/minitoc.4ht @@ -1,15 +1,15 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -% minitoc.4ht 2007-01-03-21:02 % -% Copyright (C) 1997--2007 Eitan M. Gurari % +% minitoc.4ht 2008-02-28-20:51 % +% Copyright (C) 1997--2008 Eitan M. Gurari % % % % This work may be distributed and/or modified under the % % conditions of the LaTeX Project Public License, either % -% version 1.3 of this license or (at your option) any % +% version 1.3c of this license or (at your option) any % % later version. The latest version of this license is % % in % % http://www.latex-project.org/lppl.txt % -% and version 1.3 or later is part of all distributions % -% of LaTeX version 2003/12/01 or later. % +% and version 1.3c or later is part of all distributions % +% of LaTeX version 2005/12/01 or later. % % % % This work has the LPPL maintenance status "maintained".% % % @@ -24,10 +24,10 @@ % gurari@cse.ohio-state.edu % % http://www.cse.ohio-state.edu/~gurari % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -\immediate\write-1{version 2007-01-03-21:02} +\immediate\write-1{version 2008-02-28-20:51} - \NewConfigure{minitoc}{4} + \NewConfigure{minitoc}{4} \NewConfigure{parttoc}{4} \NewConfigure{secttoc}{4} \NewConfigure{minilof}{4} @@ -37,6 +37,13 @@ \NewConfigure{partlot}{4} \NewConfigure{sectlot}{4} +\let\minitoc:\minitoc@ +\def\minitoc@[#1]{% + \a:minitoc@ + \minitoc:[#1] + \b:minitoc@ +} +\NewConfigure{minitoc@}{2} \Hinput{minitoc} \endinput |