blob: 9d51bf476a23baa03106462be771328af1d6ef81 (
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}{2}
\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}
|