\documentclass[italian, Lau, oneside, noexaminfo]{uaqthesis}
\usepackage[utf8]{inputenx}
\usepackage{indentfirst}
\usepackage{microtype}
\usepackage{amsfonts}
%\usepackage{chemformula}
%\usepackage{setspace}
%\usepackage{yfonts,color}
%\usepackage{siunitx}
%\usepackage{comment}
%\usepackage{multirow}
%\usepackage{varioref}
%\usepackage[bottom]{footmisc}
%\usepackage{wrapfig}
%\usepackage{float}
%\usepackage{type1cm}
\usepackage{lettrine}
\linespread{1.5}
%\usepackage{chngcntr}
\usepackage[nottoc, notlof, notlot]{tocbibind}
%\onehalfspacing
%\counterwithout{footnote}{chapter}
\usepackage{hyperref}
\hypersetup{
% hyperfootnotes=true,
% bookmarks=true,
colorlinks=true,
linkcolor=yellow,
linktoc=page,
anchorcolor=black,
citecolor=red,
urlcolor=blue,
pdftitle={My Beautiful Thesis},
pdfauthor={Name Surname},
pdfkeywords={thesis, univaq, l'aquila, university}
}
% \usepackage[utf8]{inputenc}
% \usepackage{hyperref}
\usepackage{indentfirst}
\usepackage{todonotes}
\usepackage{graphicx}
\usepackage{float}
\usepackage{csquotes}
\usepackage{amsmath}
\usepackage{numprint}
\usepackage{pgfplots}
\usepackage{pgfplotstable}
% \usepackage[toc,page]{appendix}
\usepackage[toc]{appendix}
% show code
\usepackage{inconsolata}
\usepackage{color}
\usepackage{listings}
%
\graphicspath{{./images/}}
\pgfplotsset{compat=1.14}
\definecolor{pgreen}{rgb}{0,0.5,0} % prop keyword
\definecolor{pred}{rgb}{0.9,0,0} % prop comments
\definecolor{javared}{rgb}{0.6,0,0} % for strings
\definecolor{javagreen}{rgb}{0.25,0.5,0.35} % comments
\definecolor{javapurple}{rgb}{0.5,0,0.35} % keywords
\definecolor{javadocblue}{rgb}{0.25,0.35,0.75} % javadoc
\definecolor{forestgreen}{rgb}{0.0, 0.27, 0.13}
\pgfplotstableset{
every head row/.style={before row=\toprule,after row=\midrule},
every last row/.style={after row=\bottomrule},
fixed,precision=2,
}
\title{My Beautiful Thesis}
\author{Name Surname}
\IDnumber{0000000000}
\course[]{Computer Science}
\courseorganizer{Department of ...}
\submitdate{2018/2019}
\copyyear{2019}
\advisor{Prof. jjjjj}
\coadvisor{Prof. zzzzzz}
\authoremail{my@email.com}
% \examdate{22 September 2015}
% \examiner{Prof. ...} \examiner{Prof. ...} \examiner{Prof. ...} \examiner{Prof. ...} \examiner{Prof. ...} \examiner{Prof. ...} \examiner{Prof. ...}
\begin{document}
\frontmatter
\maketitle
\dedication{}
% \begin{abstract}
% \end{abstract}
\tableofcontents
\mainmatter
\input{sections/introduction}
\input{sections/related}
%\input{sections/data}
%\input{sections/algo}
%\input{sections/impl}
%\input{sections/exp}
\input{sections/conclusions}
\begin{appendices}
\input{sections/appendix}
\end{appendices}
\backmatter
\cleardoublepage
\phantomsection
\bibliographystyle{plain}
\bibliography{refs}
\end{document}