summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/fithesis/test/mu/compare/toc-19.tex
blob: 8fcfe1bff2e1df026853a5533ae1ef808a1bf023 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
\documentclass{fithesis3}
\thesissetup{autoLayout = false}
\thesisload
\setcounter{tocdepth}{3}
\setcounter{secnumdepth}{1}
\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}