GAUGraduationProject
Author
OS
Last Updated
6달 전
License
Creative Commons CC BY 4.0
Abstract
Template for graduation project.
Template for graduation project.
\documentclass{template}
\project{Graduation Project II}
\title{Put the title here,}
\author{Firstname1 Surname1\\Firstname1 Surname2}
\faculty{Engineering}
\department{Mechanical Engineering}
\abst{Put the abstract here.}
\supervisor{Dr. Name Surname}
% If you wish, you can add nomenclature by uncommenting the following line.
%\nomenclature{$\delta$}{Planck constant}
\begin{document}
\chapter{Introduction}\label{ch:in}
\section{Problem statement}
\section{Aim and objectives}
\section{Scope and limitations}
\chapter{Literature review}
\chapter{Methodology}
\chapter{Results}
\chapter{Conclusion}
% The following citation is for not leaving bibliography empty. Erase it.
\cite{gulawani2006cfd}
% You do not need to remove this even if you do not have appendices.
\appendix
% Anything you add from this point on will belong to appendix.
\end{document}