summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/fithesis/test/mu/compare/toc-04.tex
blob: 613fd496e66eee844afae493143057b56331462c (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}{0}
\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}