diff options
Diffstat (limited to 'macros/latex/contrib/fithesis/test/mu/compare/toc-16.tex')
-rw-r--r-- | macros/latex/contrib/fithesis/test/mu/compare/toc-16.tex | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/macros/latex/contrib/fithesis/test/mu/compare/toc-16.tex b/macros/latex/contrib/fithesis/test/mu/compare/toc-16.tex new file mode 100644 index 0000000000..6f6f79d562 --- /dev/null +++ b/macros/latex/contrib/fithesis/test/mu/compare/toc-16.tex @@ -0,0 +1,28 @@ +\documentclass{fithesis3} +\thesissetup{autoLayout = false} +\thesisload +\setcounter{tocdepth}{3} +\setcounter{secnumdepth}{-2} +\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} |