Templates

Tesi Triennale Unina English

Preview

Tesi Triennale Unina English

A bachelor thesis model for the University of Naples Federico II, students of Aerospace (Industrial) Engineering.

Category

university

License

Free to use (MIT)

File

main.tex

main.texRead-only preview
\documentclass[14pt, oneside]{extreport}
\usepackage{setspace}
\setstretch{1.15} % Modify the value to adjust the line spacing
\usepackage[a4paper, margin=3.3cm]{geometry}
\usepackage[english]{babel}
\usepackage{microtype}
\usepackage{lipsum}
\usepackage{fancyhdr}
\usepackage[style=numeric]{biblatex}
\usepackage{csquotes}
\usepackage{graphicx}
\usepackage{listings}
\usepackage{xcolor}
\graphicspath{ {./images/} }

\definecolor{codegreen}{rgb}{0,0.6,0}
\definecolor{codegray}{rgb}{0.5,0.5,0.5}
\definecolor{codepurple}{rgb}{0.58,0,0.82}
\definecolor{backcolour}{rgb}{0.95,0.95,0.92}

\lstdefinestyle{mystyle}{
    backgroundcolor=\color{backcolour},   
    commentstyle=\color{codegreen},
    keywordstyle=\color{magenta},
    numberstyle=\tiny\color{codegray},
    stringstyle=\color{codepurple},
    basicstyle=\ttfamily\footnotesize,
    breakatwhitespace=false,         
    breaklines=true,                 
    captionpos=b,                    
    keepspaces=true,                 
    numbers=left,                    
    numbersep=5pt,                  
    showspaces=false,                
    showstringspaces=false,
    showtabs=false,                  
    tabsize=2
}

\lstset{style=mystyle}
\addbibresource{references.bib}
\fancyhead[LE, RO]{\thepage}
\fancyhead[RE]{\leftmark}
\fancyhead[LO]{\rightmark}
%\fancyfoot[LE, RO]{\thepage}
\fancyfoot[CO, CE]{}

% STEP 1: include the package
\usepackage{uninafrontespizio}
% STEP 2: Front-page configuration
\Universita{Università degli Studi di Napoli Federico II}
\Facolta{Scuola Politecnica e delle Scienze di Base}
\Dipartimento{Dipartimento di Ingegneria Industriale}
\CorsoDiLaurea{Corso di Laurea in Ingegneria Aerospaziale\\
Classe delle Lauree in Ingegneria Industriale (L-9)}
\Materia{Elaborato di Laurea in Meccanica del Volo} % optional
\AnnoAccademico{Anno Accademico 2023--2024}
\Titolo{Titolo Tesi}
\Relatore{Prof.\ Danilo \textsc{Ciliberti}}
\RelatoreLabel{Relatore} %optional, default: Relatore
%\relandcorrelsep{2em} %optional, vertical space between relatori and correlatori default: 1.5ex
\Correlatore{[Rimuovi se non necessario]} % Cancella l'argomento se non esiste il correlatore
%\Correlatore{Dott.Foo \textsc{Bar}} % can add as many "Correlatori" as you wish
%\CorrelatoreLabel{Controrelatore} %optional, default: Correlatore
\Candidato{Nome \textsc{Cognome}} %only one candidate is currently supported
%\CandidatoLabel{Candidata} %optional, default: Candidato
\Matricola{N35/0000}
\Logo{logo-federico-II.pdf} %path to logo image
\LogoWidth{4cm} %optional, default: 3cm
\LogoPosition{below-uni} % or top, or below-title, or above-title, or no-logo




\begin{document}
    % STEP 3: use \makefrontpage and/or \makefrontpagealt
    \input{frontespizio}
    \nocite{*}
    \input{capitoli/dedica}
    \newpage
    \input{capitoli/abstract}
    \pagestyle{empty}
    
    \tableofcontents
    \pagestyle{fancy}

    \chapter{Introduction}
    \input{capitoli/capitolo1}
    \chapter{Methods}
    \input{capitoli/capitolo2}
    \chapter{Results}
    \input{capitoli/capitolo3}
    \chapter{Conclusions}
    \input{capitoli/capitolo4}
    \chapter*{Appendix}
    \input{capitoli/appendice}
    \input{capitoli/ringraziamenti}
    \printbibliography
\end{document}
Preview
Tesi Triennale Unina English preview
Tesi Triennale Unina English LaTeX Template | Bibby | Bibby AI