Files
Tesi/Tesi.tex
2022-05-02 00:53:35 +02:00

153 lines
5.1 KiB
TeX

%
% Tesi D.S.I. - modello preso da
% Stanford University PhD thesis style -- modifications to the report style
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% %
% TESI DOTTORATO %
% ______________ %
% %
% AUTORE: Elena Pagani %
% %
% Ultima revisione: 7.X.1998 %
% correzioni atrent %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
%
\documentclass[a4paper,12pt]{report}
% \renewcommand{\baselinestretch}{1.6} % interline spacing
%
% \includeonly{}
%
% PREAMBOLO
%
\usepackage[a4paper]{geometry}
\usepackage{amssymb,amsmath,amsthm}
\usepackage{graphicx}
\usepackage{url}
\usepackage{hyperref}
\usepackage{xcolor}
\usepackage{lipsum} % Per inserire testo a caso in attesa di realizzare i capitoli
\hypersetup{
colorlinks,
linkcolor={red!50!black},
citecolor={blue!50!black},
urlcolor={blue!80!black}
}
\usepackage{epsfig}
\usepackage[italian]{babel}
\usepackage{setspace}
\usepackage{tesi}
% per le accentate
\usepackage[utf8]{inputenc}
%
\newtheorem{myteor}{Teorema}[section]
%
\newenvironment{teor}{\begin{myteor}\sl}{\end{myteor}}
%
%
% TITOLO
%
\begin{document}
\title{Streaming decentralizzato di contenuti audiovisivi}
\author{Mirko Milovanovic}
\dept{Corso di Laurea in Informatica per la comunicazione digitale}
\anno{2021-2022}
\matricola{870671}
\relatore{Professor Trentini Andrea}
%\correlatore{}
%
% \submitdate{month year in which submitted to GPO}
% - date LaTeX'd if omitted
% \copyrightyear{year degree conferred (next year if submitted in Dec.)}
% - year LaTeX'd (or next year, in December) if omitted
% \copyrighttrue or \copyrightfalse
% - produce or don't produce a copyright page (false by default)
% \figurespagetrue or \figurespagefalse
% - produce or don't produce a List of Figures page
% (false by default)
% \tablespagetrue or \tablespagefalse
% - produce or don't produce a List of Tables page
% (false by default)
%
% DEDICA
%
\beforepreface
\prefacesectionnochapter{Dedica}
{\hfill \Large {\sl dedica se serve ma non credo}}
%
% PREFAZIONE OLD
%
%\prefacesection{Prefazione}
%At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident, similique sunt in culpa qui officia deserunt mollitia animi, id est laborum et dolorum fuga.
%
%
% ORGANIZZAZIONE
%\section*{Organizzazione della tesi}
%\label{organizzazione}
%La tesi \`e organizzata come segue:
%\begin{itemize}
%\item Capitolo 1:
%\item Capitolo 2:
%\end{itemize}
%
% PREFAZIONE
%
\prefacesection{Prefazione}
At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident, similique sunt in culpa qui officia deserunt mollitia animi, id est laborum et dolorum fuga.
% RINGRAZIAMENTI
\prefacesection{Ringraziamenti}
At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident, similique sunt in culpa qui officia deserunt mollitia animi, id est laborum et dolorum fuga.
\afterpreface
%
%
% CAPITOLI
\chapter{Introduzione}
\label{cap1}
\lipsum[1-3]
\chapter{Web 3.0}
\lipsum[100-110]
%
% BIBLIOGRAFIA
%
\begin{thebibliography}{00}
%
\bibitem{gotti91}
M. Gotti, I linguaggi specialistici, Firenze, La Nuova Italia, 1991.
%
\bibitem{wellek62}
R. Wellek, A. Warren, Theory of Literature , 3rd edition, New York, Harcourt, 1962.
%
\bibitem{canziani78}
A. Canziani et al., Come comunica il teatro: dal testo alla scena. Milano, Il Formichiere, 1978.
%
\bibitem{MoD67}
Ministry of Defence, Great Britain, Author and Subject Catalogues of the Naval Library, London, Ministry of Defence, HMSO, 1967.
%
\bibitem{heine23}
H. Heine, Pensieri e ghiribizzi. A cura di A. Meozzi. Lanciano, Carabba, 1923.
%
\bibitem{basso62}
L. Basso, ''Capitalismo monopolistico e strategia operaia'', Problemi del socialismo, vol. 8, n. 5, pp. 585-612, 1962.
%
\bibitem{avirovic93}
L. Avirovic, J. Dodds (a cura di), Atti del Convegno internazionale "Umberto Eco, Claudio Magris. Autori e traduttori a confronto" ( Trieste, 27-28 novembre 1989), Udine, Campanotto, 1993.
%
\bibitem{gans67}
E.L. Gans, "The Discovery of Illusion: Flaubert's Early Works, 1835-1837", unpublished Ph.D. Dissertation, Johns Hopkins University, 1967.
%
\bibitem{harrison92}
R. Harrison, Bibliography of planned languages (excluding Esperanto). \url{http://www.vor.nu/langlab/bibliog.html}, 1992, agg. 1997.
%
\end{thebibliography}
%
\end{document}