UIT Report

Clean and modular LaTeX report template for UIT students, ready to use on Overleaf. Template LaTeX gọn gàng, dễ dùng cho sinh viên UIT, tối ưu cho Overleaf.

Category

university

License

Free to use (MIT)

File

UIT_latex_template_report/main.tex

main.texRead-only preview
\documentclass[12pt,a4paper]{report}

%================================================
% PREAMBLE
%================================================
% Compile with XeLaTeX or LuaLaTeX
\input{preamble/packages.tex}

\begin{document}

%================================================
% FRONT MATTER
%================================================
\pagenumbering{roman}

\input{frontmatter/titlepage}
\input{frontmatter/acknowledgement}
\input{frontmatter/toc_lists}
\input{frontmatter/abstract_introduction}

%================================================
% MAIN CONTENT
%================================================
\clearpage
\pagenumbering{arabic}

\input{chapters/chapter1}
\input{chapters/chapter2}
\input{chapters/conclusion}

%================================================
% REFERENCES
%================================================
\appendix
\input{references/references}

\end{document}
Preview
UIT Report preview
UIT Report LaTeX Template | Bibby | Bibby AI