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 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221
|
\documentclass[12pt,a4paper]{report}
%\documentclass[12pt,a4paper]{book}
\usepackage{url,tocbibind,makeidx}
\usepackage[tight,hints]{minitoc}
%\usepackage{mtcoff}
\makeindex
\begin{document}
\dominitoc
\dominilof
\dominilot
\tableofcontents
\mtcaddchapter
\listoffigures
\mtcaddchapter
\listoftables
\mtcaddchapter
\chapter{First chapter}
\index{chapter!normal}
\minitoc
\bigskip
\minilof
\bigskip
\minilot
\section{C1-S1}
\begin{figure}[tp]
\caption{C1-S1-F1}
\end{figure}
\begin{table}[tp]
\caption{C1-S1-T1}
\end{table}
\section{C1-S2}
A small nice citation:\\
\index{small}%
\index{citation}%
\index{nice}%
\index{A}%
\index{a}%
\index{and}%
\index{bird}%
\index{But}%
\index{cannot}%
\index{claim}%
\index{great}%
\index{he}%
\index{I}%
\index{imagine}%
\index{it}%
\index{know}%
\index{land}%
\index{on}%
\index{once}%
\index{that}%
\index{to}%
\index{tree}%
\index{would}%
\index{yes}%
A bird cannot land once on a great tree and claim to know it.
But I imagine that he would, yes.\\
\hbox{}\hfill Iain M. Banks (1993), \textsl{Against a dark background.}%
\index{Iain}%
\index{Banks}%
\index{Against}%
\index{dark}%
\index{background}
\begin{figure}[tp]
\caption{C1-S2-F2}
\end{figure}
\begin{table}
\caption{C1-S2-T2}
\end{table}
\chapter*{Second chapter, starred}
\index{chapter!starred}
%% UNCOMMENT ONE AND ONLY ONE OF THE 4 FOLLOWING LINES
\mtcaddchapter[Second chapter, starred] % OK
%\mtcaddchapter[] % OK
%\mtcaddchapter[~] % produce a (strange) correct result.
%\mtcaddchapter % OK
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\index{tests}
This is a starred chapter; you can test here variations on
the \verb|\mtcaddchapter| command. Just uncomment one (and
only one) of the \verb|\mtcaddchapter| commands after
\verb|\chapter*| in the source code of \texttt{add.tex}.
For each case, look at the \index{Table of Contents}Table of Contents
and at this chapter. \index{a}%
\index{added}%
\index{after}%
\index{also}%
\index{and}%
\index{at}%
\index{can}%
\index{case}%
\index{chapter}%
\index{code}%
\index{command}%
\index{commands}%
\index{Contents}%
\index{each}%
\index{entries}%
\index{For}%
\index{here}%
\index{I}%
\index{in}%
\index{index}%
\index{is}%
\index{Just}%
\index{just}%
\index{look}%
\index{lot}%
\index{of}%
\index{on}%
\index{one}%
\index{only}%
\index{source}%
\index{starred}%
\index{Table}%
\index{test}%
\index{the}%
\index{This}%
\index{this}%
\index{to}%
\index{uncomment}%
\index{variations}%
\index{you}%
I also added a lot of index entries, just to test.
\chapter{Third chapter}
\index{chapter!normal}
\minitoc
\bigskip
\minilof
\bigskip
\minilot
\section{C3-S1}
\begin{figure}
\caption{C3-S1-F1}
\end{figure}
\begin{table}
\caption{C3-S1-T1}
\end{table}
\section{C3-S2}
\begin{figure}
\caption{C3-S2-F2}
\end{figure}
\begin{table}
\caption{C3-S2-T2}
\end{table}
\nocite*
\def\noopsort#1{\relax}
\bibliographystyle{plain}
\bibliography{minitoc}
\adjustmtc
\printindex
\addcontentsline{lof}{xchapter}{}
\addcontentsline{lot}{xchapter}{}
\mtcaddchapter
\appendix
\chapter{App.~1}
\index{chapter!appendix}
\minitoc
\bigskip
\minilof
\bigskip
\minilot
\section{A1-S1}
\begin{figure}
\caption{A1-S1-F1}
\end{figure}
\begin{table}
\caption{A1-S1-T1}
\end{table}
\section{A1-S2}
\begin{figure}
\caption{A1-S2-F1}
\end{figure}
\begin{table}
\caption{A1-S2-T1}
\end{table}
\chapter{App.~2}
\index{chapter!appendix}
% contains no tables but asks for a minilot! No minilot printed.
\minitoc
\bigskip
\minilof
\bigskip
\minilot
\section{A2-S1}
\begin{figure}
\caption{A2-S1-F1}
\end{figure}
\begin{figure}
\caption{A2-S1-F2}
\end{figure}
\section{A2-S2}
\begin{figure}
\caption{A2-S2-F1}
\end{figure}
\begin{figure}
\caption{A2-S2-F2}
\end{figure}
\end{document}
|