VinUni - CECS Capstone Project Template
Autor
Van-Dinh Nguyen
Last Updated
hace un año
License
Creative Commons CC BY 4.0
Resumen
The Template for the final Capstone Project of College of Engineering & Computer Science, VinUniversity
The Template for the final Capstone Project of College of Engineering & Computer Science, VinUniversity
\documentclass[11pt,a4]{report}
%-----------------------------------------------------------------
% LaTeX template for a Bachelor Capstone Project Report of the COLLEGE OF ENGINEERING AND COMPUTER SCIENCE, VINUNIVERSITY
% Prepared and Designed By: Van Dinh Nguyen.
% Date published: August 25, 2023
% For any comments: dinh.nv2@vinuni.edu.vn
%-----------------------------------------------------------
\usepackage{vinunicecs}
\usepackage{setspace}
\usepackage[libertine,cmintegrals,cmbraces,vvarbb]{newtxmath}
\usepackage{datetime}
\newdateformat{monthyeardate}{%
\monthname[\THEMONTH], \THEYEAR}
\renewcommand{\bibname}{REFERENCES}
%-----------------------------------------------------------
% Set your report/thesis particulars
%-----------------------------------------------------------
%
%\def\RoportType{Capstone project report\xspace}
\def\RoportType{\xspace}
%\def\RoportType{Project report\xspace}
%
\def\ReportTitle{Title of Your Capstone Project\xspace}
%
\def\Supervisor{Supervisor's Name: yyyy\xspace}
\def\SupervisorPosition{Assistant Professor XXX\xspace}
%
%\def\reportSubmissionDate{\today}
\def\reportSubmissionDate{\monthyeardate\today}
\def\reportSubmissionTerm{\monthyeardate\today}
%-----------------------------------------------------------
% List the project members
%-----------------------------------------------------------
%
\def\numberOfAuthors{3} % you can change to other numbers
%
\def\firstAuthor{First Author\xspace}
\def\firstAuthorID{243014000\xspace}
\def\firstAuthorDedication{Dedicated to \\ \textit{abc}}
%
\def\secondAuthor{Second Author\xspace}
\def\secondAuthorID{243014000\xspace}
\def\secondAuthorDedication{To my girl ...\\ \textit{pqr}}
%
\def\thirdAuthor{Third Author\xspace}
\def\thirdAuthorID{243014000\xspace}
\def\thirdAuthorDedication{To \\ \textit{xyz} \\ a good soul.}
%-----------------------------------------------------------
\begin{document}
\input{./Setup/front}
%-----------------------------------------------------------
% Include Chapters
%-----------------------------------------------------------
\include{./Chapters/chapter1}
\include{./Chapters/chapter2}
\include{./Chapters/chapter3}
\include{./Chapters/chapter4}
\include{./Chapters/chapter5}
\include{./Chapters/appendix}
%-----------------------------------------------------------
\input{./Setup/rear}
\end{document}