
UIT Master Research proposal template
作者:
Son NH
最近上传:
1 年前
许可:
Creative Commons CC BY 4.0
摘要:
Đây là mẫu chuẩn cho đề cương nghiên cứu cho các môn học thạc sĩ tại Trường Đại học Công nghệ Thông tin - Đại học Quốc gia TP. Hồ Chí Minh.

Đây là mẫu chuẩn cho đề cương nghiên cứu cho các môn học thạc sĩ tại Trường Đại học Công nghệ Thông tin - Đại học Quốc gia TP. Hồ Chí Minh.
\documentclass[final]{uitproposal}
\usepackage[utf8]{vietnam}
\usepackage{placeins}
\usepackage{amsfonts}
\usepackage{textcomp}
\usepackage{dblfloatfix}
\usepackage{subfig}
\usepackage{lineno}
\usepackage{amssymb}
\usepackage{tabularx,booktabs}
\usepackage{longtable, lipsum}
\usepackage{amsmath}
\usepackage{mathtools}
\usepackage{graphicx}
\usepackage{lscape}
\usepackage{caption}
\usepackage{hyperref}
\usepackage[sorting=nyt]{biblatex}
\usepackage{mathtools}
\usepackage{lipsum}
\usepackage{fancyhdr}
\usepackage{titlesec}
\usepackage{makecell}
\usepackage{lipsum}
\usepackage{etoolbox}
% Confif variable
\title{Latex template for master student at UIT-VNUHCM}
\vntitle{Biểu mẫu latex dành cho học viên cao học tại Trường đại học công nghệ thông tin, Đại học quốc gia thành phố Hồ Chí Minh}
\proposaltype{Luận văn thạc sĩ ngành An toàn thông tin}
\supervisorname{GS. TS. Copilot with GPT-4}
\studentname{Nguyễn Hồng Sơn}
% Config reference
\addbibresource{references/chapter-1.bib}
\addbibresource{references/chapter-2.bib}
% Begin document
\begin{document}
\headerbox
\vnproposalheader
\vnproposalname
\clearpage
\counterwithin{equation}{section}
\counterwithin{table}{section}
\counterwithin{figure}{section}
\setcounter{secnumdepth}{3}
\pagestyle{fancy}
\fancyhf{}
\fancyfoot[C]{\thepage}
\if @twoside
\fancyhead[EL,OR]{\bfseries\nouppercase\rightmark}
\else
\fancyhead[R]{\bfseries\nouppercase\rightmark}
\fi
\input{proposal/vn/section1.tex}
\input{proposal/vn/section2.tex}
\input{proposal/vn/section3.tex}
\input{proposal/vn/section4.tex}
\input{proposal/vn/section5.tex}
\begingroup
\let\clearpage\relax
\printbibliography[heading=bibintoc, title = {Tài liệu tham khảo}]
\endgroup
\end{document}