summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/minitoc/examples/mtc-hi2.tex
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2007-12-05 17:02:16 +0000
committerNorbert Preining <preining@logic.at>2007-12-05 17:02:16 +0000
commit7783322feeec90c418c79f9e5bc1fcdf2b85aaee (patch)
tree8f0fd989e56a0b0324b844b66dde1aef1cc9435d /Master/texmf-dist/doc/latex/minitoc/examples/mtc-hi2.tex
parent5b7f41a22a74abcc6ed54b2c3fa1d5cf62be920c (diff)
minitoc from ctan (2007-12-05)
git-svn-id: svn://tug.org/texlive/trunk@5714 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/minitoc/examples/mtc-hi2.tex')
-rw-r--r--Master/texmf-dist/doc/latex/minitoc/examples/mtc-hi2.tex18
1 files changed, 8 insertions, 10 deletions
diff --git a/Master/texmf-dist/doc/latex/minitoc/examples/mtc-hi2.tex b/Master/texmf-dist/doc/latex/minitoc/examples/mtc-hi2.tex
index 383e4c2f8bc..8d6749f03d9 100644
--- a/Master/texmf-dist/doc/latex/minitoc/examples/mtc-hi2.tex
+++ b/Master/texmf-dist/doc/latex/minitoc/examples/mtc-hi2.tex
@@ -28,17 +28,14 @@
%% 2001 2002 2003 2004 2005 2006 2007 2008
%% Jean-Pierre F. Drucbert
%% <jean-pierre.drucbert@onera.fr>
-\makeatletter
\documentclass{report}
\ProvidesFile{mtc-hi2.tex}%
[2007/01/04]
\usepackage%
[tight,listfiles]{minitoc}
\begin{document}
-\dominilof
-\dominilot
-\listoffigures
-\listoftables
+\dominilof \listoffigures
+\dominilot \listoftables
\chapter{First}
\minilof \minilot
\begin{figure}
@@ -54,8 +51,7 @@
\caption{TAAAA2}
\end{table}
\chapter{Second}
-\minilof
-\minilot
+\minilof \minilot
\begin{figure}
\mtchideinmainlof % <--
\caption{BBBB1}
@@ -73,8 +69,7 @@
\endmtchideinmainlot % <--
\end{table}
\chapter{Third}
-\minilof
-\minilot
+\minilof \minilot
\begin{figure}
\caption{CCCC1}
\end{figure}
@@ -88,7 +83,10 @@
\caption{TCCCC2}
\end{table}
\end{document}
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%%
+
+%%
+%%
\endinput
%%
%% End of file `mtc-hi2.tex'.