diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/minitoc/apx.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/minitoc/apx.tex | 59 |
1 files changed, 46 insertions, 13 deletions
diff --git a/Master/texmf-dist/doc/latex/minitoc/apx.tex b/Master/texmf-dist/doc/latex/minitoc/apx.tex index 9cc8ded101a..70c4a7f51e9 100644 --- a/Master/texmf-dist/doc/latex/minitoc/apx.tex +++ b/Master/texmf-dist/doc/latex/minitoc/apx.tex @@ -1,7 +1,38 @@ +%% +%% This is file `apx.tex', +%% generated with the docstrip utility. +%% +%% The original source files were: +%% +%% minitoc.dtx (with options: `apx') +%% +%% This is a generated file. +%% +%% Copyright (C) 2005, 2006 by: +%% Jean-Pierre F. Drucbert (JPFD) +%% <jean-pierre.drucbert@onera.fr> +%% +%% 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 "author-maintained". +%% +%% This Current Maintainer of this work is Jean-Pierre F. Drucbert (JPFD). +%% +%% This work consists of all the files listed in the file `minitoc.l' +%% distributed with it. +%% \documentclass{book} -\usepackage{tocbibind} % adds some entries in the main TOC. \usepackage{lipsum} % provides filling text -\usepackage[tight]{minitoc} +\usepackage{tocbibind} % adds some entries in the main TOC. +\usepackage[tight,listfiles]{minitoc} \setcounter{minitocdepth}{3} \setcounter{parttocdepth}{3} \begin{document} @@ -13,37 +44,39 @@ \minitoc First chapter \section{First section} -\lipsum +\lipsum[1] \section{Second section} -\lipsum +\lipsum[2] \chapter{Second} \minitoc Second \section{First section of second chapter} -\lipsum +\lipsum[3] \section{Second section of second chapter} -\lipsum +\lipsum[4] \appendix % begins the appendices \addcontentsline{toc}{part}{Appendices} % adds a part entry in the TOC \adjustptc % fixes the parttoc counter ptc \parttoc % adds a partial toc for the appendices \begin{mtchideinmaintoc}[-1] % hides the details of the -% % appendices in the main TOC, but chapter-level -% % entries would be still visible if you use 0 -% % in place of -1 as optional argument. \chapter{First appendix} \minitoc First appendix \section{First section} -\lipsum +\lipsum[5] \section{Second section} -\lipsum +\lipsum[6] \chapter{Second appendix} \minitoc Second appendix \section{First section of second appendix} -\lipsum +\lipsum[7] \section{Second section of second appendix} -\lipsum +\lipsum[8] \end{mtchideinmaintoc} % end of hiding \end{document} +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\endinput +%% +%% End of file `apx.tex'. |