-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.tex
36 lines (27 loc) · 1.06 KB
/
main.tex
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
29
30
31
32
33
34
35
36
\documentclass[a4paper,oneside,12pt]{report}
\input{config}
\input{macro}
\begin{document}
\pagestyle{empty}\pagenumbering{Alph}
\input{pages/cover}\cleardoublepage
\pagestyle{plain}\pagenumbering{roman}
\input{pages/preface}\cleardoublepage
\input{pages/table-of-contents}\cleardoublepage
\input{pages/list-of-standing}\cleardoublepage
\pagenumbering{arabic}
\addtocontents{toc}{\protect\setcounter{tocdepth}{0}}
\renewcommand*{\thesection}{\arabic{section}}
\renewcommand*{\thesubsection}{\alph{subsection}}
\input{chapters/opening}
\addtocontents{toc}{\protect\setcounter{tocdepth}{2}}
\setcounter{secnumdepth}{3}
\renewcommand*{\thesection}{\arabic{chapter}.\arabic{section}}
\renewcommand*{\thesubsection}{\thesection.\arabic{subsection}}
\renewcommand*{\thesubsubsection}{\hspace{1cm}\alph{subsubsection})}
\input{chapters/chapter-demo}\cleardoublepage
\input{chapters/chapter-demo}\cleardoublepage
\input{chapters/chapter-demo}\cleardoublepage
\input{chapters/concluding}\cleardoublepage
\nocite{*}
\printbibliography[title={Tài liệu tham khảo}]
\end{document}