blob: 7742bf891eaf2d6a7362d942d4aec40419cc6c3d (
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}{4}
\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}
|