Thesis

Luận văn mẫu LaTeX, dựa trên quy cách luận văn cao học của Khoa Khoa học Tự nhiên – Đại học Cần Thơ.

Category

thesis

License

Free to use (MIT)

File

main.tex

main.texRead-only preview
\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}
Preview
Thesis preview
Thesis LaTeX Template | Bibby | Bibby AI