Dissertation and Thesis - Flex Model
Author
Vitor Biajo
Last Updated
5 years ago
License
Creative Commons CC BY 4.0
Abstract
An organized, flex and fast model adapted from various Overleaf authors.
An organized, flex and fast model adapted from various Overleaf authors.
% Dissertation and Thesis LaTeX Model
% Important links : http://tug.org/pracjourn/2008-1/mori/mori.pdf
%%%%%%%%%%%%%%%%% DOCUMENT TYPE DEFINITION
\documentclass[11pt, openright, a4paper, twoside]{report}
%%%%%%%%%%%%%%%%% END OF DOCUMENT TYPE DEFINITION
\input{configs.tex}
%%%%%%%%%%%%%%%%% PARAGRAPHS CONFIGURATION
\setlength{\parindent}{1.3cm}
\setlength{\parskip}{0.2cm}
%%%%%%%%%%%%%%%%% END OF PARAGRAPHS CONFIGURATION
%%%%%%%%%%%%%%%%% PREAMBLE
\author{Ronaldinho Gaucho}
\date{2019}
\title{Improvement of animals design and sketches : A new approach}
\newcommand{\mysubtitle}{Tools and softwares}
\newcommand{\mygrade}{Electrical Engineering}
\newcommand{\myuniversity}{University of Bidauras}
\newcommand{\myschool}{School Malaquias of Engineering}
\newcommand{\mydepartment}{Department Bertan of Electrical Engineering}
\newcommand{\myadvisorA}{Mané Garrincha}
%\newcommand{\myadvisorB}{Department Bertan of Electrical Engineering}
%\newcommand{\myadvisorC}{Department Bertan of Electrical Engineering}
\makeatletter
\let\thetitle\@title
\let\theauthor\@author
\let\thedate\@date
\makeatother
%%%%%%%%%%%%%%%%% END OF PREAMBLE
%%%%%%%%%%%%%%%%% MAIN DOCUMENT
\begin{document}
\frenchspacing
% Frontmatter
%\input{frontmatter/1-coverpage.tex}
\input{frontmatter/2-titlepage.tex}
\cleardoublepage
\setcounter{page}{1}
\input{frontmatter/3-dedication.tex}
\input{frontmatter/4-abstract.tex}
\input{frontmatter/5-acknowledges.tex}
\tableofcontents
\listoffigures
\listoftables
\printnomenclature
% Mainmatter
\input{mainmatter/1-Introduction/introduction.tex}
\input{mainmatter/2-Development/development.tex}
\input{mainmatter/3-Methodology/methodology.tex}
\input{mainmatter/4-Results/results.tex}
\input{mainmatter/5-Conclusion/conclusion.tex}
% Backmatter
\input{backmatter/appendix/appendix.tex}
% Bibliography
\bibliographystyle{unsrt}
\bibliography{bibliography/sample}
\addcontentsline{toc}{chapter}{Bibliography}
\end{document}
%%%%%%%%%%%%%%%%% END OF MAIN DOCUMENT