summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/minitoc/examples/mtc-apx.tex
blob: a3fb878bca8cb9740d69e0d4bd80f8a2d8321f65 (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
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
%%
%% This is file `mtc-apx.tex',
%% generated with the docstrip utility.
%%
%% The original source files were:
%%
%% minitoc.dtx  (with options: `mtc-apx')
%% This is a generated file.
%% 
%% 
%% This file 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 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.
%% 
%% This work has the LPPL maintenance status "maintained".
%% 
%% The Current Maintainer of this work is GitHub minitoc organisation.
%% 
%% This work consists of all the files listed in the file `minitoc.l'
%% distributed with it.
%% Copyright 1993 1994 1995 1996 1997 1998 1999 2000
%%           2001 2002 2003 2004 2005 2006 2007 2008
%% Jean-Pierre F. Drucbert
%% Copyright 2018 GitHub minitoc organisation (David Carlisle)
\documentclass[oneside]{book}
\ProvidesFile{mtc-apx.tex}%
  [2007/03/22]%
\usepackage{lipsum} % provides filling text
\usepackage{tocbibind} % adds some entries in the main TOC.
\usepackage[tight,listfiles]{minitoc}
\setcounter{minitocdepth}{3} \setcounter{parttocdepth}{3}
\begin{document}
\doparttoc \dominitoc % prepare the mini-tables
\tableofcontents
\mtcaddchapter % because tocbibind adds a chapter entry in the TOC
\chapter{First}
\minitoc
First chapter
\section{First section} \lipsum[1]
\section{Second section} \lipsum[2]
\chapter{Second}
\minitoc
Second
\section{First section of second chapter} \lipsum[3]
\section{Second section of second chapter} \lipsum[4]
\appendix      % begins the appendices
\addcontentsline{toc}{part}{Appendices} % adds a part entry in the TOC
\adjustptc     % fixes the parttoc counter ptc
\mtcsettitle{parttoc}{List of Appendices} % changes the parttoc title
\parttoc       % adds a partial toc for the appendices
\begin{mtchideinmaintoc}[-1] % hides the details of the appendices in the main TOC,
\chapter{First appendix}
\minitoc
First appendix
\section{First section} \lipsum[5]
\section{Second section} \lipsum[6]
\chapter{Second appendix}
\minitoc
Second appendix
\section{First section of second appendix} \lipsum[7]
\section{Second section of second appendix} \lipsum[8]
\end{mtchideinmaintoc} % end of hiding
\end{document}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

































































%%







































\endinput
%%
%% End of file `mtc-apx.tex'.