-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
43ecec9
commit e3d70d8
Showing
18 changed files
with
367 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
@online{autore:titolo, | ||
author = {cognomeautore, nomeautore}, | ||
title = {titolo}, | ||
url = {link}, | ||
hyphenation = {lingua}, | ||
date = {anno}, | ||
month = {mese} | ||
} | ||
@book{autore:titolo, | ||
author = {cognomeautore, nomeautore}, | ||
title = {titolo}, | ||
date = {anno}, | ||
publisher = {casa editrice}, | ||
hyphenation = {lingua}, | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
\begin{acronym} | ||
|
||
\acro{ICT}[ICT]{Information and Communications Technology}%{\small L'insieme dei metodi e delle tecniche utilizzate nella trasmissione, ricezione ed elaborazione di dati e informazioni.\par} | ||
|
||
\end{acronym} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
\defbibheading{cartaceo}{\section*{\refname\label{sec:refname}}} | ||
\defbibheading{web}{\section*{Riferimenti Web\label{sec:riferimentiWeb}}} | ||
\chapter{\bibname\label{sec:bibname}} | ||
\printbibliography[heading=cartaceo,nottype=online] | ||
\printbibliography[heading=web,type=online] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
\hfill | ||
\vfill | ||
\noindent Nomelaureando Cognomelaureando: \textit{titolo tesi}, Tesi di laurea triennale, \textrm{\textcopyright}~giornolaurea meselaurea annolaurea.\\\\ | ||
|
||
\noindent Per le immagini riportate in questa tesi :\\ | ||
|
||
\noindent Autoreimmagine: si veda la figura~\vref{labelfigura}\\ | ||
\noindent Fonte: \url{link}\\ | ||
\noindent Foto originale di \href{link}{nomeautore cognomeautore}, annoimmagine\\ | ||
\noindent \textrm{\textcopyright}~\url{link}\\ | ||
\noindent Licenza: \url{link}\\ | ||
|
||
\noindent Tutti i marchi riportati appartengono ai legittimi proprietari. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
\chapter{Nomecapitolo\label{sec:labelcapitolo}} | ||
\lettrine[findent=1.5em]{T}esto. | ||
|
||
\section{Nomesezione\label{sec:labelsezione}} | ||
|
||
Questo è un numero in cifre: $304$. | ||
Questo è un acronimo: \ac{CFU}. | ||
|
||
\begin{table}[htp] | ||
\centering | ||
\normalsize | ||
\begin{tabularx}{\textwidth}{Xl} | ||
\toprule | ||
\textbf{Titolo} & \textbf{Titolo}\\ | ||
\midrule | ||
contenuto & \textcolor{green}{contenuto}\\ | ||
\midrule | ||
contenuto & \textcolor{green}{contenuto}\\ | ||
\bottomrule | ||
\end{tabularx} | ||
\caption{Caption} | ||
\label{tab:labeltabella} | ||
\end{table} | ||
|
||
Esempio di riferimento a sezione (si veda la sezione~\vref{sec:labelsezione}). | ||
|
||
Con due a capo il testo rientra. | ||
Con un a capo invece si rimane nello stesso paragrafo. | ||
|
||
Esempio di lista: | ||
\begin{itemize} | ||
\item item; | ||
\item item. | ||
\label{lst:labellista} | ||
\end{itemize} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,79 @@ | ||
\chapter{Nomecapitolo\label{sec:labelcapitolo}} | ||
\lettrine[findent=1.5em]{T}esto. | ||
|
||
\section{Nomesezione\label{sec:labelsezione}} | ||
|
||
Esempio di figura: | ||
\begin{figure}[htp] | ||
\centering | ||
\includegraphics[width=\textwidth]{img/nomefigura.pdf} | ||
\caption[Caption figura per menu]{Caption figura mostrata contestualmente} | ||
\label{fig:labelfigura} | ||
\end{figure} | ||
|
||
Paragrafo | ||
|
||
Paragrafo | ||
|
||
\subsection{Nomesottosezione\label{sec:labelsottosezione}} | ||
|
||
Esempio lista: | ||
|
||
\begin{itemize} | ||
\item item: | ||
\begin{enumerate} | ||
\item subitem. | ||
\label{lst:labelsublist} | ||
\end{enumerate} | ||
\label{lst:labellist} | ||
\end{itemize} | ||
|
||
Esempio counter: | ||
|
||
\newcounter{i} | ||
\setcounter{i}{1} | ||
|
||
\subsection{Subsection\label{sec:labelsubsection}} | ||
\begin{itemize} | ||
\item RO$0\thei$: incrementa contatore \stepcounter{i} | ||
\item RO$0\thei$: incrementa contatore \stepcounter{i} | ||
\label{lst:labellist} | ||
\end{itemize} | ||
|
||
Riporto il contatore a 1: | ||
\setcounter{i}{1} | ||
|
||
\subsection{Subsection \label{sec:labelsubsection}} | ||
\begin{itemize} | ||
\item RD$0\thei$: incremento il contatore \stepcounter{i} | ||
\label{lst:labellist} | ||
\end{itemize} | ||
|
||
Testo evidenziato: \textit{backend} | ||
|
||
Esempio figura sulla destra: | ||
|
||
\begin{wrapfigure}[5]{r}{2cm} | ||
\centering | ||
\def\svgwidth{1.5cm} | ||
\input{img/immagine_generata_con_inkscape} | ||
\caption[Caption menu per immagine]{\unskip} | ||
|
||
\begin{small} | ||
Caption contestuale | ||
\end{small} | ||
\label{fig:labelimmagine} | ||
\end{wrapfigure} | ||
Testo. | ||
|
||
\bigskip | ||
Testo | ||
\bigskip\bigskip | ||
|
||
Da usare per andare a pagina nuova: | ||
\pagebreak | ||
|
||
Per nuova pagina "stiracchiando" il contenuto: | ||
\clearpage | ||
|
||
Esempio acronimo: \ac{DBMS} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
%per aggiungere il frontespizio all'indice | ||
\phantomsection | ||
\addcontentsline{toc}{chapter}{Frontespizio} | ||
|
||
\begin{frontespizio} | ||
|
||
%per i puntini per la firma | ||
\makeatletter\@makeother\# | ||
\Preambolo{\makeatletter} | ||
\Preambolo{\renewcommand{\Relatore}[1]{ | ||
\advance\front@relcount\@ne | ||
\front@reltoks=\expandafter{\the\front@reltoks\\#1% | ||
\ifdefined\front@signatures\\[1cm] | ||
\dotfill\\\fi | ||
} | ||
} | ||
} | ||
|
||
\Preambolo{\makeatother} | ||
|
||
\Universita{Nomeuniversita} | ||
\Filigrana[height=3cm,before=2,after=7]{img/unipd} | ||
\Dipartimento{Nomedipartimento} | ||
\Corso[Laurea]{Nome corso di laurea} | ||
\Annoaccademico{annoaccademico} | ||
\Titolo{Titolo\par | ||
a capo} | ||
\Sottotitolo{Sottotitolo} | ||
\NCandidato{Laureando} | ||
\Candidato{Nome Cognome\\\\\\\dotfill} | ||
\Relatore{Prof.~Nome Cognome} | ||
\Punteggiatura{} | ||
%\Rientro{3cm} | ||
\Margini{4cm}{5cm}{4cm}{3cm} | ||
\Preambolo{\usepackage{iwona}} | ||
\end{frontespizio} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../img/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
%per evitare a capo nell'indice | ||
\addtocontents{toc}{\protect\pagebreak} | ||
|
||
Esempio di description: | ||
|
||
\begin{description} | ||
\item[Nome] descrizione. | ||
\label{lst:labellist} | ||
\end{description} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
\cleardoublepage | ||
\phantomsection | ||
\addcontentsline{toc}{chapter}{\contentsname} | ||
\tableofcontents | ||
\cleardoublepage | ||
\phantomsection | ||
\addcontentsline{toc}{chapter}{\listfigurename} | ||
\listoffigures | ||
\cleardoublepage | ||
\phantomsection | ||
\addcontentsline{toc}{chapter}{\listtablename} | ||
\listoftables |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
Esempio: acronimo seguito da un segno di punteggiatura: | ||
\ac{IT}\@. | ||
|
||
La tilde serve per mantenere lo spazio senza andare a capo. Indivisibile. | ||
Matteo~Marchiori | ||
|
||
Esempio riferimento a sezione: (\textsc{SOA}, si veda la sezione~\vref{sec:approccioSOA}) |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
%pagina nuova | ||
\newpage | ||
|
||
%aggiungiamo all'indice, ma non è un capitolo numerato | ||
\phantomsection | ||
\addcontentsline{toc}{chapter}{Ringraziamenti} | ||
\chapter*{Ringraziamenti\label{sec:ringraziamenti}} | ||
|
||
\noindent\textit{Eccetera}\\ | ||
|
||
\noindent\textit{Eccetera}\\\\\\ | ||
|
||
\textit{Nomecittà, giorno mese anno} | ||
\hfill Nomelaureando |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
\newpage | ||
|
||
%aggiungo all'indice, ma non è un capitolo numerato | ||
\phantomsection | ||
\addcontentsline{toc}{chapter}{Sommario} | ||
\chapter*{Sommario\label{sec:sommario}} | ||
|
||
Testo | ||
|
||
Descrizioni con links: | ||
\begin{description} | ||
\item[{\hyperref[label]{testo mostrato}}] Eccetera. | ||
\end{description} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
Esempio di citazione: | ||
Una definizione di architettura a microservizi è la seguente: | ||
|
||
\begin{quoting} | ||
\omissis insieme di piccoli servizi, ognuno dei quali esegue in un processo separato, che comunicano attraverso messaggi (ad esempio chiamate HTTP attraverso un'\ac{API}). Tali servizi vengono progettati attorno alle capacità di business e sono rilasciabili in modo indipendente \omissis \parencite{labelbibliografia} | ||
\end{quoting} | ||
|
||
Citazione da bibliografia: \parencite{fowler:articoloMicroservizi}. | ||
|
||
Esempio immagine: | ||
|
||
\begin{figure}[htp] | ||
\centering | ||
\includegraphics[width=\textwidth]{img/monolite.pdf} | ||
\caption[Architettura monolitica]{Architettura monolitica} | ||
\label{fig:monolite} | ||
\end{figure} | ||
|
||
Esempio figura multipla: | ||
|
||
\begin{figure}[htp] | ||
\centering | ||
\subfloat[Testo][Testo] | ||
{\includegraphics[width=.45\textwidth]{img/orchestra}} \quad | ||
\subfloat[Testo][Testo] | ||
{\includegraphics[width=.45\textwidth]{img/ballet}} \quad | ||
\caption{Caption} | ||
\label{fig:label} | ||
\end{figure} | ||
\pagebreak | ||
|
||
Esempio figura multipla: | ||
|
||
\begin{figure}[htp] | ||
\centering | ||
\subfloat[Testo][Testo] | ||
{\includegraphics[width=.45\textwidth]{img/nomeimmagine}} \quad | ||
\subfloat[Testo][Testo] | ||
{\includegraphics[width=.45\textwidth]{img/nomeimmagine}} \quad | ||
\subfloat[Testo][Testo] | ||
{\includegraphics[width=\textwidth]{img/nomeimmagine}} \quad | ||
\caption{Caption} | ||
\label{fig:label} | ||
\end{figure} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
% Template per relazioni | ||
|
||
\documentclass[10pt, | ||
a4paper, | ||
twoside, | ||
openright | ||
titlepage, | ||
headinclude, | ||
footinclude, | ||
numbers=noenddot, | ||
cleardoublepage=empty]{scrbook} | ||
\usepackage{type1ec} | ||
\usepackage[T1]{fontenc} | ||
\usepackage{lmodern} | ||
\usepackage{textcomp} | ||
\usepackage{lettrine} | ||
\usepackage{calligra} | ||
\usepackage[utf8]{inputenc} | ||
\usepackage[english, italian]{babel} | ||
\usepackage[autostyle,italian=guillemets]{csquotes} | ||
\usepackage[backref,hyperref,square,style=philosophy-modern,autolang=hyphen,backend=biber]{biblatex} | ||
\usepackage[eulerchapternumbers,beramono,pdfspacing]{classicthesis} | ||
\usepackage{arsclassica} | ||
\usepackage[swapnames,signatures]{frontespizio} | ||
\usepackage{float} | ||
\usepackage{tabularx} | ||
\usepackage{indentfirst} | ||
\usepackage{microtype} | ||
\usepackage{setspace} | ||
\usepackage[italian]{varioref} | ||
\usepackage{quoting} | ||
\usepackage[smaller,nolist]{acronym} | ||
\usepackage{afterpage} | ||
\quotingsetup{font=small} | ||
\usepackage{wrapfig} | ||
\usepackage{subfig} | ||
\usepackage{colortbl} | ||
\newcommand{\mail}[1]{\href{mailto:#1}{\texttt{#1}}} | ||
\newcommand{\omissis}{[\textellipsis\unkern]} | ||
\newcommand{\inglese}[1]{\foreignlanguage{english}{\em #1}} | ||
\newcolumntype{Y}{>{\centering\arraybackslash}X} | ||
\renewcommand{\LettrineFontHook}{\fontfamily{calligra}} | ||
\renewcommand{\LettrineTextFont}{\itshape} | ||
\onehalfspacing | ||
\addbibresource{bibliografia.bib} | ||
\renewcommand{\tablename}{} | ||
\usepackage[hyphenbreaks]{breakurl} | ||
|
||
|
||
%\renewcommand{\thefootnote}{\fnsymbol{footnote}} | ||
% | ||
%\raggedbottom |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
\input{template} | ||
|
||
\begin{document} | ||
\frontmatter | ||
\input{sezioni/frontespizio} | ||
\input{sezioni/colophon} | ||
\input{sezioni/sommario} | ||
\afterpage{\null\thispagestyle{empty}\clearpage} | ||
\input{sezioni/ringraziamenti} | ||
\afterpage{\null\thispagestyle{empty}\clearpage} | ||
\input{sezioni/indici} | ||
\afterpage{\null\thispagestyle{empty}\clearpage} | ||
\mainmatter | ||
\input{sezioni/introduzione} | ||
\input{sezioni/descrizione} | ||
\input{sezioni/studio} | ||
\input{sezioni/progettazione} | ||
\input{sezioni/implementazione} | ||
\input{sezioni/conclusioni} | ||
\backmatter | ||
\input{sezioni/acronimi} | ||
\input{sezioni/bibliografia} | ||
% \input{sezioni/glossario} | ||
% \input{sezioni/indiceanalitico} | ||
\end{document} |