1
0

Compare commits

...

12 Commits

Author SHA1 Message Date
eeeck 71cf680da5 Remove whitespace 2026-07-17 21:13:03 +02:00
eeeck 17c78725d0 Fix cover indent 2026-07-17 21:12:56 +02:00
eeeck 3a1c1777b1 Add comment on font block 2026-07-17 21:12:30 +02:00
eeeck 3f5a108871 Minor sytax fix 2026-07-17 21:12:12 +02:00
eeeck 68f5b35d3c Move after doc declarations 2026-07-17 21:11:58 +02:00
eeeck 41bebf0290 Add W. Voss's book on CAN bus 2026-07-17 21:11:42 +02:00
eeeck 459495b26d Use more sober color and underline 2026-07-17 19:40:31 +02:00
eeeck 4c63de95b1 Add enumitem settings 2026-07-17 19:39:52 +02:00
eeeck 73e2ab6a1b Add code box settings 2026-07-17 19:37:54 +02:00
eeeck 0e711f872b Give penalty for orphan rows on new page 2026-07-17 19:32:14 +02:00
eeeck 9d5e32c545 Add settings for captions 2026-07-17 19:31:49 +02:00
eeeck b164114241 Change to Tex Gyre fonts 2026-07-17 19:13:06 +02:00
2 changed files with 77 additions and 18 deletions
+8
View File
@@ -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
View File
@@ -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}