Compare commits
12 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 71cf680da5 | |||
| 17c78725d0 | |||
| 3a1c1777b1 | |||
| 3f5a108871 | |||
| 68f5b35d3c | |||
| 41bebf0290 | |||
| 459495b26d | |||
| 4c63de95b1 | |||
| 73e2ab6a1b | |||
| 0e711f872b | |||
| 9d5e32c545 | |||
| b164114241 |
@@ -38,3 +38,11 @@
|
||||
year={2026},
|
||||
organization={IEEE}
|
||||
}
|
||||
|
||||
@book{voss2008comprehensible,
|
||||
title={A Comprehensible Guide to Controller Area Network},
|
||||
author={Voss, Wilfried},
|
||||
isbn={9780976511601},
|
||||
year={2008},
|
||||
publisher={Copperhill Technologies Corporation}
|
||||
}
|
||||
|
||||
+69
-18
@@ -1,7 +1,7 @@
|
||||
% font size
|
||||
\documentclass[12pt]{report}
|
||||
|
||||
% Margini (2.5cm su tutti i lati)
|
||||
% Margini
|
||||
\usepackage[top=2.5cm, bottom=2.5cm, left=2.5cm, right=2.5cm, head=21.75pt, centering]{geometry}
|
||||
|
||||
% Interlinea
|
||||
@@ -12,10 +12,28 @@
|
||||
\usepackage[utf8]{inputenc}
|
||||
\usepackage[T1]{fontenc}
|
||||
|
||||
% Stile ClassicThesis
|
||||
\usepackage{newpxtext, newpxmath}
|
||||
% Font TeX Gyre
|
||||
\usepackage{tgpagella} % Serif
|
||||
\usepackage{newpxmath} % Matematica
|
||||
\usepackage[scale=0.9]{tgheros} % Sans-serif
|
||||
\usepackage{tgcursor} % Monospace
|
||||
\usepackage{microtype}
|
||||
\usepackage{parskip} % no indent
|
||||
\usepackage{parskip} % no indent
|
||||
|
||||
\widowpenalty=10000
|
||||
\clubpenalty=10000
|
||||
\displaywidowpenalty=10000
|
||||
|
||||
% Didascalie
|
||||
\usepackage{caption}
|
||||
\captionsetup{
|
||||
font={small, it},
|
||||
labelfont={bf, color=unimorered},
|
||||
labelsep=quad,
|
||||
margin=10pt,
|
||||
singlelinecheck=false
|
||||
}
|
||||
\captionsetup[table]{font={small}, labelfont={bf, color=unimorered}}
|
||||
|
||||
% Pagina e intestazioni
|
||||
\usepackage{scrlayer-scrpage}
|
||||
@@ -47,7 +65,8 @@
|
||||
linkcolor=unimoreblack,
|
||||
filecolor=unimoreblack,
|
||||
citecolor=unimoreblack,
|
||||
urlcolor=urlblue,
|
||||
urlcolor=unimoregrey,
|
||||
pdfborder={0 0 0.5},
|
||||
}
|
||||
|
||||
% Immagini e tabelle
|
||||
@@ -90,7 +109,6 @@
|
||||
|
||||
% Codice e algoritmi
|
||||
\usepackage{listings}
|
||||
\usepackage{inconsolata}
|
||||
\usepackage{algorithm}
|
||||
\usepackage{algpseudocode}
|
||||
\usepackage{xurl}
|
||||
@@ -100,14 +118,44 @@
|
||||
\usepackage{filehook}
|
||||
\usepackage{pifont}
|
||||
\usepackage[bottom]{footmisc}
|
||||
\usepackage{enumitem}
|
||||
\usepackage{tikz}
|
||||
\usetikzlibrary{calc}
|
||||
|
||||
% Stili per i linguaggi di programmazione
|
||||
\usepackage{minted}
|
||||
\usepackage[most]{tcolorbox}
|
||||
\tcbuselibrary{minted, skins}
|
||||
|
||||
\newtcblisting{codice}[1][]{
|
||||
minted language=c,
|
||||
minted options={
|
||||
fontsize=\footnotesize,
|
||||
breaklines,
|
||||
autogobble,
|
||||
linenos,
|
||||
numbersep=5pt
|
||||
},
|
||||
colback=backcolour,
|
||||
colframe=unimoregrey!30,
|
||||
arc=4mm,
|
||||
boxrule=0.5pt,
|
||||
left=6pt, right=6pt, top=6pt, bottom=6pt,
|
||||
#1
|
||||
}
|
||||
|
||||
\usepackage{enumitem}
|
||||
\setlist[itemize]{
|
||||
label=\textcolor{unimorered}{\textbullet},
|
||||
leftmargin=*,
|
||||
itemsep=0.5ex,
|
||||
topsep=1ex
|
||||
}
|
||||
\setlist[enumerate]{
|
||||
label=\textcolor{unimorered}{\arabic*.},
|
||||
leftmargin=*,
|
||||
itemsep=0.5ex,
|
||||
topsep=1ex
|
||||
}
|
||||
|
||||
\begin{document}
|
||||
|
||||
@@ -121,26 +169,30 @@
|
||||
\includegraphics[width=8cm]{assets/images/unimore/Sigillo2015.png}
|
||||
\vspace{1cm}
|
||||
|
||||
{\LARGE\color{unimoreblack}{ UNIVERSITÀ DEGLI STUDI DI MODENA \\E REGGIO EMILIA \\}}
|
||||
{\large\color{unimoregrey}{ Dipartimento di Ingegneria "Enzo Ferrari" \\}}
|
||||
{\large\color{unimoregrey}{ Corso di Laurea Triennale in Ingegneria del Veicolo (L-9) \\}}
|
||||
{\LARGE\color{unimoreblack} UNIVERSITÀ DEGLI STUDI DI MODENA \\E REGGIO EMILIA \\}
|
||||
{\large\color{unimoregrey} Dipartimento di Ingegneria "Enzo Ferrari" \\}
|
||||
{\large\color{unimoregrey} Corso di Laurea Triennale in Ingegneria del Veicolo (L-9) \\}
|
||||
\vspace{3cm}
|
||||
{\Large\color{unimoreblack}{ \textbf{ Reverse engineering del protocollo CAN bus di un escavatore Komatsu PC210 NLC-8 } }}\\
|
||||
{\Large\color{unimoreblack} \textbf{ Reverse engineering del protocollo CAN bus di un escavatore Komatsu PC210 NLC-8 } }\\
|
||||
\vspace{3cm}
|
||||
\end{center}
|
||||
|
||||
\noindent
|
||||
\begin{minipage}[t]{0.47\textwidth}
|
||||
{\large\color{unimoregrey}{\bf Relatore:}\\}
|
||||
{\large\color{unimoreblack}{Prof. Carlo Augusto Grazia}}
|
||||
\end{minipage}\hfill\begin{minipage}[t]{0.47\textwidth}\raggedleft
|
||||
{\large\color{unimoregrey}{\bf Candidato:}\\}
|
||||
{\large\color{unimoreblack}{Erick Ahmed}\\}
|
||||
\raggedright
|
||||
{\large\color{unimoregrey}\bfseries Relatore:}\\[0.3ex]
|
||||
{\large\color{unimoreblack}Prof. Carlo Augusto Grazia}
|
||||
\end{minipage}\hfill
|
||||
\begin{minipage}[t]{0.47\textwidth}
|
||||
\raggedleft
|
||||
{\large\color{unimoregrey}\bfseries Candidato:}\\[0.3ex]
|
||||
{\large\color{unimoreblack}Erick Ahmed}
|
||||
\end{minipage}
|
||||
|
||||
\vfill
|
||||
{\color{unimorered}\rule{\textwidth}{1pt}}
|
||||
\hrulefill\\
|
||||
\centering{\large\color{unimoregrey}{\bf ANNO ACCADEMICO 2025/2026 }}
|
||||
\centering{\large\color{unimoregrey}\bfseries ANNO ACCADEMICO 2025/2026 }
|
||||
\end{titlepage}
|
||||
|
||||
\clearpage
|
||||
@@ -167,7 +219,6 @@
|
||||
|
||||
\input{chapters/05_conclusions.tex}
|
||||
|
||||
|
||||
\clearpage
|
||||
|
||||
\addcontentsline{toc}{chapter}{Bibliografia}
|
||||
|
||||
Reference in New Issue
Block a user