This project is a template to write down the Graduation Project at Yachay Tech University.
\documentclass[12pt, twoside]{book}
%%%%%%%% Preamble %%%%%%%%%%%%
\title{Degree project}
\usepackage[utf8]{inputenc} % File coding uses utf8
\usepackage{amsmath} % Extra commands for math
\usepackage{amssymb} % Math symbols
\usepackage{graphicx} % Include images in LaTeX
\usepackage{color} % Coloring text
\usepackage{enumerate}
\usepackage{float} % Allow you to use [H] specifier to force the position of the images
\usepackage{capt-of} % Defines a command \captionof for putting a caption to something that’s not a float.
\usepackage{sidecap} % Defines environments called SCfigure and SCtable (analogous to figure and table) to typeset captions sideways
\sidecaptionvpos{figure}{c} % Alignment
\usepackage{caption} % to customize the captions in floating environments like figure and table
\usepackage{commath} % Mathematics typesetting support
\usepackage{cancel} % Place lines through maths formulae
\usepackage{anysize} % to set up document margins
%\marginsize{2cm}{2cm}{2cm}{2cm} % Left, right, up, down
%\usepackage[top=2cm,bottom=4cm,left=1.5cm,right=3cm,asymmetric]{geometry}
\usepackage{appendix} %Extra control of appendices
\usepackage{tocbibind}
\usepackage{anyfontsize}
\newcommand\mymaintitlesize{\fontsize{16pt}{19.2pt}\selectfont}
\newcommand\mysubtitlesize{\fontsize{14pt}{16.8pt}\selectfont}
%EXTRA PACKAGES
\usepackage{multirow}
\usepackage{glossaries}
\usepackage[linesnumbered,ruled,vlined]{algorithm2e}
\usepackage{multirow}
\usepackage{enumerate}
\usepackage{changepage}
\usepackage{alltt}
\usepackage{listings}
\usepackage{lmodern}
\usepackage{gensymb}
\usepackage{caption}
\usepackage{subcaption}
\usepackage{hyperref}
\hypersetup{
colorlinks,
citecolor=blue,
filecolor=black,
linkcolor=black,
urlcolor=black
}
\usepackage{setspace}
\setstretch{1.5}
\usepackage{listings}
\usepackage{color}
\lstloadlanguages{C,C++,csh,Java}
\definecolor{red}{rgb}{0.6,0,0}
\definecolor{blue}{rgb}{0,0,0.6}
\definecolor{green}{rgb}{0,0.8,0}
\definecolor{cyan}{rgb}{0.0,0.6,0.6}
\lstset{
language=csh,
basicstyle=\footnotesize\ttfamily,
numbers=left,
numberstyle=\tiny,
numbersep=5pt,
tabsize=2,
extendedchars=true,
breaklines=true,
frame=b,
stringstyle=\color{blue}\ttfamily,
showspaces=false,
showtabs=false,
xleftmargin=17pt,
framexleftmargin=17pt,
framexrightmargin=5pt,
framexbottommargin=4pt,
commentstyle=\color{green},
morecomment=[l]{//}, %use comment-line-style!
morecomment=[s]{/*}{*/}, %for multiline comments
showstringspaces=false,
morekeywords={ abstract, event, new, struct,
as, explicit, null, switch,
base, extern, object, this,
bool, false, operator, throw,
break, finally, out, true,
byte, fixed, override, try,
case, float, params, typeof,
catch, for, private, uint,
char, foreach, protected, ulong,
checked, goto, public, unchecked,
class, if, readonly, unsafe,
const, implicit, ref, ushort,
continue, in, return, using,
decimal, int, sbyte, virtual,
default, interface, sealed, volatile,
delegate, internal, short, void,
do, is, sizeof, while,
double, lock, stackalloc,
else, long, static,
enum, namespace, string},
keywordstyle=\color{cyan},
identifierstyle=\color{red},
backgroundcolor=\color{white},
}
\usepackage{caption}
\DeclareCaptionFont{white}{\color{white}}
\DeclareCaptionFormat{listing}{\colorbox{blue}{\parbox{\textwidth}{\hspace{15pt}#1#2#3}}}
\captionsetup[lstlisting]{format=listing,labelfont=white,textfont=white, singlelinecheck=false, margin=0pt, font={bf,footnotesize}}
\lstdefinestyle{sharpc}{language=[Sharp]C, frame=lr, rulecolor=\color{blue!80!black}}
% Reset page margins properly for doublesided pages
\setlength{\marginparwidth}{0pt}
\setlength{\marginparsep}{0pt}
\setlength{\oddsidemargin}{0.125in}
\setlength{\evensidemargin}{0.125in}
\setlength{\textwidth}{6.375in}
\raggedbottom
%%% Theorem-like environments %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%\usepackage{mathtools}
\newtheorem{theorem}{Theorem}
\newtheorem{corollary}{Corollary}
\newtheorem{lemma}{Lemma}
\newtheorem{proposition}{Proposition}
\newtheorem{conjecture}{Conjecture}
\newtheorem{definition}{Definition}
\newtheorem{remark}{Remark}
\newtheorem{example}{Example}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Put your local definitions here %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% For example,
\newcommand{\R}{\mathbb{R}}
% Header and Footer
\usepackage{fancyhdr}
\pagestyle{fancy}
\fancyhf{}
\fancyhead[L]{\footnotesize School of Mathematical and Computational Sciences}
\fancyhead[R]{\footnotesize Yachay Tech University}
\fancyfoot[R]{\footnotesize Graduation Project}
\fancyfoot[C]{\thepage} % center
\fancyfoot[L]{\footnotesize Information Technology Engineer / Mathematician} %left
\renewcommand{\footrulewidth}{0.4pt}
\fancypagestyle{firststyle}
{
\fancyhf{}
}
\usepackage{listings} % To use source code
\definecolor{dkgreen}{rgb}{0,0.6,0} % Color for using code
\definecolor{gray}{rgb}{0.5,0.5,0.5}
% Language to use
\title{Degree project}
\input{chapters/glosaries.tex}
%%%%%%%% Preamble ends %%%%%%%%%%%%
\begin{document}
\linespread{1.25}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Cover Page %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\thispagestyle{firststyle}
\begin{center}
\begin{figure}
\centering
\includegraphics[scale = 0.63]{images/yachaytech.png}
\end{figure}
{\fontsize{18pt}{21.6pt}\selectfont \textbf{UNIVERSIDAD DE INVESTIGACIÓN DE TECNOLOGÍA EXPERIMENTAL YACHAY}}\\
\vspace*{0.75cm}
{\mysubtitlesize{\textbf{Escuela de Ciencias Matemáticas y Computacionales}}}\\
\vspace*{1.75cm}
{\mymaintitlesize{\textbf{TÍTULO: XXXXXX}}\\
\vspace*{0.75cm}
Trabajo de integración curricular presentado como requisito para la obtención del título de XXXXXX}\\
\vspace*{1.75cm}
{\mysubtitlesize{\textbf{Autor/a:}\\
\vspace*{0.5cm}
Apellidos y Nombre\\
\vspace*{0.75cm}
\textbf{Tutor/a:}\\
\vspace*{0.5cm}
Título Académico - Apellidos y Nombre\\
\vspace*{1.75cm}
Urcuquí, mes y año}}
\end{center}
\pagenumbering{gobble}
\newpage
%%%%%%%%%%%%%%%%%%%% Cover page ends %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\frontmatter
\chapter*{\centering Autoría}
\label{chap:autoria}
\input{chapters/autoria.tex}
\chapter*{\centering Autorización de publicación}
\label{chap:autorizacion}
\input{chapters/autorizacion.tex}
\chapter{\centering Dedication}
\label{chap:dedication}
\input{chapters/dedication.tex}
\chapter{\centering Acknowledgment}
\label{chap:acknowledgments}
\input{chapters/acknowledgments.tex}
\chapter{\centering Resumen}
\label{chap:resumen}
\input{chapters/resumen.tex}
\chapter{\centering Abstract}
\label{chap:abstract}
\input{chapters/abstract.tex}
\tableofcontents
\printglossaries
\listoftables
\listoffigures
\mainmatter
\newpage
\chapter{Introduction}
\label{chap:intro}
\input{chapters/introduction.tex}
\chapter{Theoretical Framework}
\label{chap:theory}
\input{chapters/fundamentals.tex}
\chapter{State of the Art}
\label{chap:state_of_art}
\input{chapters/state_of_art.tex}
%\chapter{Problem Setting}
%label{chap:problem_setting}
%\input{chapters/problem_setting.tex}
\chapter{Methodology}
\label{chap:methods}
\input{chapters/metodology.tex}
\chapter{Results and Discussion}
\label{chap:results}
\input{chapters/results.tex}
%\chapter{Discussion}
%\label{chap:results}
%\input{chapters/discussion.tex}
\chapter{Conclusions}
\label{chap:conclusions}
\input{chapters/conclusions.tex}
%%%%%%% Bibliography %%%%%%%%
\bibliographystyle{bst/IEEEtran}
\bibliography{bib/IEEEreferences}
%%%%%%% Bibliography %%%%%%%%
\appendix
\clearpage % o \cleardoublepage
\addappheadtotoc
\appendixpage
\input{chapters/appendix.tex}
\end{document}