summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/minitoc/hide2.tex
blob: 9a3a37edabc798447f97fb946cd88a457e91a3dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
\documentclass{book}
\usepackage[tight]{minitoc}
\begin{document}
\dominilof
\dominilot
\listoffigures
\listoftables
\chapter{First}
\minilof
\minilot
\begin{figure}
\caption{AAAA1}
\end{figure}
\begin{figure}
\caption{AAAA2}
\end{figure}
\begin{table}
\caption{TAAAA1}
\end{table}
\begin{table}
\caption{TAAAA2}
\end{table}
\chapter{Second}
\minilof
\minilot
\begin{figure}
\mtchideinmainlof
\caption{BBBB1}
\end{figure}
\begin{figure}
\caption{BBBB2}
\endmtchideinmainlof
\end{figure}
\begin{table}
\mtchideinmainlot
\caption{TBBBB1}
\end{table}
\begin{table}
\caption{TBBBB2}
\endmtchideinmainlot
\end{table}
\chapter{Third}
\minilof
\minilot
\begin{figure}
\caption{CCCC1}
\end{figure}
\begin{figure}
\caption{CCCC2}
\end{figure}
\begin{table}
\caption{TCCCC1}
\end{table}
\begin{table}
\caption{TCCCC2}
\end{table}
\end{document}