\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}

PDF Preview
Create an account to compile and preview