summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/fithesis/test/mu/compare/toc-18.tex
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/fithesis/test/mu/compare/toc-18.tex')
-rw-r--r--macros/latex/contrib/fithesis/test/mu/compare/toc-18.tex28
1 files changed, 28 insertions, 0 deletions
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}