Template tesi ingegneria Tor Vergata
Author:
sara
Last Updated:
5 months ago
License:
Creative Commons CC BY 4.0
Abstract:
template per tesi di Tor Vergata
\begin
Discover why 18 million people worldwide trust Overleaf with their work.
\begin
Discover why 18 million people worldwide trust Overleaf with their work.
\documentclass[a4paper, 12pt, italian]{report}
\usepackage[italian]{babel}
%\usepackage[latin1]{inputenc}
%\usepackage[T1]{fontenc}
\usepackage{graphicx}
\usepackage{float}
\usepackage[centertags]{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{amsthm}
\usepackage{amsmath}
\usepackage{newlfont}
\usepackage{fancyhdr}
\usepackage{tesisty}
\usepackage{titlesec}
\usepackage{tocloft}
\usepackage[T1]{fontenc}
\usepackage{fancyvrb}
\usepackage{listings}
\usepackage{algorithm}
\usepackage{algorithmicx}
\usepackage[noend]{algpseudocode}
\makeatletter
\def\BState{\State\hskip-\ALG@thistlm}
\makeatother
\algdef{SE}[DOWHILE]{Do}{doWhile}{\algorithmicdo}[1]{\algorithmicwhile\ #1}%
\algdef{SE}[VARIABLES]{Variables}{EndVariables}
{\algorithmicvariables}
{\algorithmicend\ \algorithmicvariables}
\algnewcommand{\algorithmicvariables}{\textbf{global variables}}
\addto\captionsitalian{%
\renewcommand{\lstlistingname}{Codice}}
\addto\captionsitalian{%
\renewcommand{\lstlistlistingname}{Elenco dei codici}}
\floatname{algorithm}{Algoritmo}
\addto\captionsitalian{%
\renewcommand{\listalgorithmname}{Elenco degli algoritmi}}
\newcommand{\myalgosize}{\scriptsize}
%necessario per commenti
\usepackage[table]{xcolor}
\usepackage{xcolor}
%-------------------------------
% DEFINIZIONE DEGLI ENVIRONMENT
%-------------------------------
\newtheorem{obs}{Osservazione}[section]
\newenvironment{oss}
{\begin{obs}\begin{normalfont}}
{\hfill $\square \!\!\!\!\checkmark$ \end{normalfont}\end{obs}}
\newtheorem{pro}{Problema}[chapter]
\newenvironment{prob}
{\begin{pro}\begin{normalfont}}
{\hfill $\spadesuit$ \end{normalfont}\end{pro}}
\newtheorem{teor}{Teorema}[section]
\newenvironment{teorema}
{\begin{teor}\textit }
{\hfill \end{teor}}
\newtheorem{defn}{Definizione}[section]
\newenvironment{de}
{\begin{defn}\begin{normalfont}}
{\hfill $\clubsuit$ \end{normalfont}\end{defn}}
%-----------------------------
% CONFIGURAZIONE DELLA PAGINA
%-----------------------------
\hfuzz2pt % Don't bother to report over-full boxes if over-edge is < 2pt
\fancypagestyle{plain}{
\fancyhead{}\renewcommand{\headrulewidth}{0pt} } \pagestyle{fancy}
\renewcommand{\chaptermark}[1]{\markboth{\small CAP. \thechapter \textit{ #1}} {} }
\renewcommand{\sectionmark}[1]{\markright{\small \thesection \textit{ #1}} {} }
\voffset=-20pt % distanza tra il limite superiore del foglio e l'intestazione
\headsep=40pt % distanza l'intestazione ed il testo del corpo
\hoffset=0 pt % misura equivalente al margine sinistro
\textheight=620pt % altezza del corpo del testo
\textwidth=435pt % larghezza del corpo del testo
\footskip=40pt % distanza tra il testo del corpo ed il pie' di pagina
\fancyhead{} % cancella qualsiasi impostazione per l'intestazione
\fancyfoot{} % cancella qualsiasi impostazione per il pie' di pagina
\headwidth=435pt % larghezza del'intestazione e del pie' di pagina
\fancyhead[R]{\rightmark} \fancyfoot[L]{\leftmark}
\fancyfoot[R]{\thepage}
\renewcommand{\headrulewidth}{0.3pt} % spessore della linea dell'intestazione
\renewcommand{\footrulewidth}{0.3pt} % spessore della linea del pi�di pagina
\numberwithin{equation}{section}
\renewcommand{\theequation}{\thesection.\arabic{equation}}
\setcounter{secnumdepth}{3} % Abilita la numerazione fino alle sottosottosezioni
\setcounter{tocdepth}{3} % Abilita l'inclusione delle sottosottosezioni nell'indice
\begin{document}
%\dedicate{Inserire la dedica}
\titoloTesi{TITOLO}
\anno{2023-2024}
\relatore{Nome Cognome}
\correlatore{Nome Cognome}
\candidato{STO CAZZO}
\baselineskip=25pt
\intestazione
%------------------------------------------------
% INTRODUZIONE E RINGRAZIAMENTI (NON MODIFICARE)
%------------------------------------------------
\fancypagestyle{plain}{
\fancyhead{}\renewcommand{\headrulewidth}{0pt} } \pagestyle{fancy}
\renewcommand{\chaptermark}[1]{\markboth{\small Cap. \thechapter \textit{ #1}} {} }
\renewcommand{\sectionmark}[1]{\markright{\small \S \thesection \textit{ #1}} {} }
\voffset=-20pt % distanza tra il limite superiore del foglio e l'intestazione
\headsep=40pt % distanza l'intestazione ed il testo del corpo
\hoffset=0pt % misura equivalente al margine sinistro
\textheight=620pt % altezza del corpo del testo
\textwidth=435pt % larghezza del corpo del testo
\footskip=40pt % distanza tra il testo del corpo ed il pie' di pagina
\fancyhead{} % cancella qualsiasi impostazione per l'intestazione
\fancyfoot{} % cancella qualsiasi impostazione per il pie' di pagina
\headwidth=435pt % larghezza del'intestazione e del pie' di pagina
\fancyhead[R]{\rightmark} \fancyfoot[L]{\leftmark}
\fancyfoot[R]{\thepage}
\renewcommand{\headrulewidth}{0.3pt} % spessore della linea dell'intestazione
\renewcommand{\footrulewidth}{0.3pt} % spessore della linea del pi�di pagina
\pagenumbering{Roman} \tableofcontents
\newpage
\fancyhead[R]{Introduzione} \fancyfoot[L]{Introduzione}
\include{Introduzione}
\fancyhead[R]{Cap.1 - Nome}
\fancyfoot[L]{Cap.1 - Nome}
\include{Capitolo1}
\fancyhead[R]{Conclusioni} \fancyfoot[L]{Conclusioni}
\include{Conclusioni}
\fancyhead[R]{\rightmark} \fancyhead[L]{\leftmark}
\fancyfoot[R]{\thepage}\fancyfoot[L]{\leftmark}
% ELENCO DELLE FIGURE (OPZIONALE)
\addcontentsline{toc}{chapter}{Elenco delle figure}
\listoffigures
\addcontentsline{toc}{chapter}{Elenco dei codici}
\lstlistoflistings
\addcontentsline{toc}{chapter}{Elenco degli algoritmi}
\listofalgorithms
% BIBLIOGRAFIA
\bibliographystyle{IEEEtran}
\bibliography{Bibliography}
\end{document}