This commit is contained in:
2022-05-23 12:10:46 +02:00
parent 20c5ec8b90
commit 03a59c3373
2 changed files with 23 additions and 18 deletions

View File

@@ -1,6 +1,5 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\documentclass[12pt,a4paper]{report}
% o article, book, ...
\documentclass[12pt,a4paper]{report} % o article, book, ...
% TODO inserire vari packages (todonotes, ecc.)
@@ -11,28 +10,29 @@
\usepackage[hyphens]{url}
% Per generare il file PDF aderente alle specifiche PDF/A-1b. Verificarne poi la validità.
%\usepackage[a-1b]{pdfx}
\usepackage[a-1b,mathxmp]{pdfx}
\usepackage{hyperref}
\hypersetup{
colorlinks,
linkcolor={red!50!black},
citecolor={blue!50!black},
urlcolor={blue!80!black}
linkcolor={black!100!black},
citecolor={blue!100!black},
urlcolor={blue!100!black}
}
\usepackage{graphicx}
\usepackage{lipsum}% Per inserire testo a caso in attesa di realizzare i capitoli
\usepackage{listings}
\lstset{
% language=bash
frame=single,
breaklines=true,
postbreak=\raisebox{0ex}[0ex][0ex]{\ensuremath{\color{red}\hookrightarrow\space}},
basicstyle=\ttfamily\footnotesize
}
\usepackage{listings} %Per inserire codice formattato
%\lstset{
%lstset va usato dopo l'inizio del document e ogni volta che si vuole cambiare/impostare il linguaggio da formattare
% language=bash
%frame=single,
%breaklines=true,
%postbreak=\raisebox{0ex}[0ex][0ex]{\ensuremath{\color{red}\hookrightarrow\space}},
%basicstyle=\ttfamily\footnotesize
%}
\usepackage[backend=biber,
style=alphabetic,
@@ -90,17 +90,22 @@ style=alphabetic,
\end{titlepage}
\tableofcontents
\thispagestyle{empty}
% o sections (dipende dal documentclass)
\chapter{Lipsum 1}
\setcounter{page}{1}
TCP/IP over Avian Carriers\cite{waitzman1990standard}\\
\lipsum
\lipsum[50-80]
\chapter{Lipsum 2}
\lipsum[10-20]
\section{Test sezione}
\lipsum[20-30]
\chapter{Cap3}
\chapter{Cap4}
\chapter{Introduzione su cosa è un servizio di live streaming}
\todo{Analisi delle soluzioni esistenti}
\printbibliography
\addcontentsline{toc}{chapter}{Bibliografia}