X-Git-Url: http://www.andromeda.nl/gitweb/?a=blobdiff_plain;f=test%2Ftoc.tex.exp;fp=test%2Ftoc.tex.exp;h=3b06e9b28b882ad28db36f376eca1222ae25e127;hb=45fa654c6f794f0bc2ddf5e7c72adfd7cb5a437c;hp=0000000000000000000000000000000000000000;hpb=f03873798887e97ff54a4e4f1d630be2f866a3a8;p=xmldoc.git diff --git a/test/toc.tex.exp b/test/toc.tex.exp new file mode 100644 index 0000000..3b06e9b --- /dev/null +++ b/test/toc.tex.exp @@ -0,0 +1,88 @@ + +\documentclass[a4paper]{book} +\usepackage{xcolor} +\usepackage{graphics} +\usepackage{latexsym} +\usepackage{marvosym} +\begin{document} + + + + \begin{titlepage} + + + \begin{center} + \sffamily\bfseries\LARGE{xmldoc table of contents check} + \end{center} + + + \begin{center} + \sffamily{Arjen Baart \verb+<+arjen@andromeda.nl\verb+>+} + \end{center} + + + \begin{center} + \sffamily{July 15, 2019} + \end{center} + + + \end{titlepage} + + + +\tableofcontents +\newpage + + + + \chapter{The first chapter} + + \section{The first section} + + + \subsection{The first subsection} + + + + \subsubsection{The first subsubsection} + + + + \paragraph{The first paragraph} + + + + \subparagraph{The first subparagraph} + + + + + + + + \chapter{The second chapter} + + \section{The second section} + + + \subsection{The second subsection} + + + + \subsubsection{The second subsubsection} + + + + \paragraph{The second paragraph} + + + + \subparagraph{The second subparagraph} + + + + + + + +\end{document}