summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/minitoc/examples/mtc-apx.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/minitoc/examples/mtc-apx.tex')
-rw-r--r--Master/texmf-dist/doc/latex/minitoc/examples/mtc-apx.tex30
1 files changed, 12 insertions, 18 deletions
diff --git a/Master/texmf-dist/doc/latex/minitoc/examples/mtc-apx.tex b/Master/texmf-dist/doc/latex/minitoc/examples/mtc-apx.tex
index 15c73bdda36..fe9434d204a 100644
--- a/Master/texmf-dist/doc/latex/minitoc/examples/mtc-apx.tex
+++ b/Master/texmf-dist/doc/latex/minitoc/examples/mtc-apx.tex
@@ -28,7 +28,6 @@
%% 2001 2002 2003 2004 2005 2006 2007 2008
%% Jean-Pierre F. Drucbert
%% <jean-pierre.drucbert@onera.fr>
-\makeatletter
\documentclass[oneside]{book}
\ProvidesFile{mtc-apx.tex}%
[2007/03/22]
@@ -43,17 +42,13 @@
\chapter{First}
\minitoc
First chapter
-\section{First section}
-\lipsum[1]
-\section{Second section}
-\lipsum[2]
+\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]
+\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
@@ -63,20 +58,19 @@ Second
\chapter{First appendix}
\minitoc
First appendix
-\section{First section}
-\lipsum[5]
-\section{Second section}
-\lipsum[6]
+\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]
+\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'.