From e0c6872cf40896c7be36b11dcc744620f10adf1d Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Mon, 2 Sep 2019 13:46:59 +0900 Subject: Initial commit --- .../contrib/fithesis/test/mu/compare/toc-18.tex | 28 ++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 macros/latex/contrib/fithesis/test/mu/compare/toc-18.tex (limited to 'macros/latex/contrib/fithesis/test/mu/compare/toc-18.tex') diff --git a/macros/latex/contrib/fithesis/test/mu/compare/toc-18.tex b/macros/latex/contrib/fithesis/test/mu/compare/toc-18.tex new file mode 100644 index 0000000000..1386778235 --- /dev/null +++ b/macros/latex/contrib/fithesis/test/mu/compare/toc-18.tex @@ -0,0 +1,28 @@ +\documentclass{fithesis3} +\thesissetup{autoLayout = false} +\thesisload +\setcounter{tocdepth}{3} +\setcounter{secnumdepth}{0} +\begin{document} + \tableofcontents + + \part{abc} + \chapter{def} + \section{ghi} + \subsection{jkl} + \subsubsection{mno} + \paragraph{pqr} + \subparagraph{stu} + \chapter{vwx} + \section{yz} + + \part{abc} + \chapter{def} + \section{ghi} + \subsection{jkl} + \subsubsection{mno} + \paragraph{pqr} + \subparagraph{stu} + \chapter{vwx} + \section{yz} +\end{document} -- cgit v1.2.3