Browse Source

Trolling features.

* Adding main thesis file, copied from template.tex with a few changes for
pesonalization, and adding metadata.
* Adding Ada's quotation taken from «The Art of Computer Programming».
* Adding title, a provoking one. Citing Pirsig's Lila in the subtile, boys
* Trolling Avesani, for theaching me what a failure is not.
Michele Orrù 11 years ago
parent
commit
0714556d5d
1 changed files with 204 additions and 0 deletions
  1. 204 0
      book/question_authority.tex

+ 204 - 0
book/question_authority.tex

@@ -0,0 +1,204 @@
+%% Using thesis custom template.
+\documentclass[9pt,a4paper,twoside]{thesis}
+
+%% PACKAGES
+\usepackage[utf8]{inputenc}
+\usepackage[T1]{fontenc}
+\usepackage{amsmath}
+\usepackage{amsfonts}
+\usepackage{amssymb}
+\usepackage{hyperref}
+%% Colors packages.
+\usepackage[dvips]{color}
+% or alternatively [usenames,dvips] if using ordinary LaTeX rather than pdfLaTeX
+%% Images packages.
+\usepackage{graphicx}
+\usepackage{makeidx,shortvrb,latexsym}
+\usepackage{fancyhdr}
+%\usepackage[boxed]{algorithm}
+%\usepackage{algorithmic}
+\usepackage{amsthm}
+\usepackage{indentfirst}
+%\usepackage{xypic}
+%% setting epigraphs
+\usepackage{epigraph}
+\renewcommand{\epigraphsize}{\small}
+\setlength{\epigraphwidth}{0.8\textwidth}
+\let\origepigraph\epigraph
+\renewcommand\epigraph[2]{\origepigraph{\textit{#1}}{\textsc{#2}}}
+
+\input xy
+\xyoption{all}
+%% Table packages.
+\usepackage{supertabular}
+
+%% COMMANDS
+%\newcommand{\pe}{\psi}
+\def\d{\delta}
+\def\ds{\displaystyle}
+\def\e{{\epsilon}}
+\def\eb{\bar{\eta}}
+\def\enorm#1{\|#1\|_2}
+\def\then{\;\Longrightarrow\;}
+\def\Kc{{\cal K}}
+\def\norm#1{\|#1\|}
+\def\wb{{\bar w}}
+\def\zb{{\bar z}}
+\def\Bbb#1{{\mathbb #1}}
+\newcommand{\GCD}{\mathrm{GCD}}
+\newcommand{\lowrk}{\mathrm{low\_rk}}
+\newcommand{\bestrk}{\mathrm {best\_rk}}
+\newcommand{\DFT}{\mathrm {DFT}}
+\newcommand{\BCH}{\mathrm {BCH}}
+\newcommand{\Schaub}{\mathrm {Schaub}}
+\newcommand{\SchaubPlus}{\mathrm {SchaubPlus}}
+\newcommand{\s}{\cal{S}}
+\newcommand{\h}{\hspace{0.4cm}}
+\def\Exists{\mbox{\ exists }}
+\def\And{\mbox{\ and  }}
+\newcommand{\cnk}{{\mathcal C}(n,k,q)}
+\newcommand{\supp}{\rm supp}
+\newcommand{\fattorial}[2]{ \left( #1 \atop #2 \right) }
+\newcommand{\hi}{\hspace{0.2cm}}
+\newcommand{\sms}{\setminus}
+\newcommand{\Special}{s2ec}
+\newcommand{\spl}{s2ec}
+%% Optional custom shortcuts commands.
+\usepackage{braket}
+\newenvironment{sistema}
+  {\left\lbrace\begin{array}{@{}l@{}}}
+  {\end{array}\right.}
+\newcommand{\dimo}{\noindent\textit{Dimostrazione.}\\}
+\newtheorem{teo}[thm]{Teorema}
+\newcommand{\pe}{\mathbb{P}_{\mathrm{E}}}
+\newcommand{\pme}{\mathbb{P}_{\mathrm{ME}}}
+\newcommand{\primary}{\blacktriangle}
+\newcommand{\secondary}{{\blacktriangle\!}^{\! \! +}}
+\newcommand{\MM}{\mathcal{M}}
+%\newtheorem{teo}[thm]{Teorema}
+\newtheorem{proposizione}[thm]{Proposizione}
+\newtheorem{corollario}[thm]{Corollario}
+\newtheorem{fatto}[thm]{Fatto}
+\newtheorem{definizione}[thm]{Definizione}
+%\newtheorem{lemma}[thm]{Lemma}
+\newtheorem{osservazione}[thm]{Osservazione}
+\newtheorem{esempio}[thm]{Esempio}
+\newcommand{\DP}{{\D\!}^{\! \! +}}
+\newcommand{\D}{\Delta}
+\newcommand{\Fq}{ \mathbb{F}_{q}}
+\newcommand{\Fp}{ \mathbb{F}_{p}}
+\newcommand{\Lq}{ \mathcal{L}_{q}}
+\newcommand{\R}{ \mathcal{R}}
+\newcommand{\Cq}{ \mathcal{C}_{q}}
+\newcommand{\SCa}{ S_{C,\alpha}}
+\newcommand{\Cqn}{ \mathcal{C}_{q,n}}
+\newcommand{\K}{ \mathbb{K}}
+\newcommand{\U}{ \mathcal{U}}
+\newcommand{\vi}{\mathrm{\textbf{v}}}
+\newcommand{\ww}{\mathrm{w}}
+\newcommand{\uu}{\mathrm{\textbf{u}}}
+\newcommand{\f}{\mathsf{f}}
+\newcommand{\V}{V_{\left(n,S\right)}^{\zeta}}
+\newcommand{\T}{T_{\left(n,S\right)}^{\zeta}}
+\newcommand{\SQ}{\begin{flushright}
+$\square$
+\end{flushright}}
+
+
+\makeindex
+\let\origdoublepage\cleardoublepage
+\newcommand{\clearemptydoublepage}{%
+\clearpage
+{\pagestyle{empty}\origdoublepage}%
+}
+\let\cleardoublepage\clearemptydoublepage
+% Note that colour boxes around links are NOT printed.
+% The text itself can be coloured, replacing the bounding box, but
+% when printing this may appear illegible;
+% link colors can be set to black for printing purposes, like so:
+%\hypersetup{colorlinks,%
+%	citecolor=black,%
+%	filecolor=black,%
+%	linkcolor=black,%
+%	urlcolor=black}
+% Also note that this will conflict with the color package called
+% earlier in this document if that is not set to the right option (e.g.
+% dvips or pdflatex).
+\begin{document}
+%\phd  %se e' la tesi di dottorato, altrimenti non mettere nulla
+
+\university{Universit\`a degli Studi di Trento}
+\faculty{Facolt\`a di Scienze Matematiche Fisiche e Naturali}
+\dept{Dipartimento di Scienze Informatiche}
+\Logo{logo_unitn.jpg}
+%% titolo del dottorato
+% \phdtitle{}
+%% titolo della tesi
+\title{Question Authority}
+\subtitle{An Inquiry into The Secure Layer}
+
+\author{Michele Orr\`u}
+\supervisor{Prof. Massimiliano Sala}
+%% Uncomment the following two lines if a co-relator is present.
+%\twosupervisors
+%\firstreader{Prof. Ettore Miron}
+
+% capo della scuola di dottorato o controrelatore
+\secondreader{Prof. Nara Stabbocchi}
+\accademico{Anno accademico $2013/2014$}
+
+\frontespizio     % questo e` il frontespizio esterno, cioe' senza firme
+\cleardoublepage
+\signaturepage    % questo e` il frontesizio interno con le firme
+\cleardoublepage
+
+%% DEDICA
+%non e' ovviamente obbligatoria
+\dedica{To Paolo Avesani, for making this happen.} \dedicapage
+
+\cleardoublepage \setcounter{page}{1} \pagenumbering{roman}
+\pagestyle{plain} \tableofcontents
+%\listoffigures
+%\addcontentsline{toc}{chapter}{Elenco delle figure}
+%\renewcommand{\listalgorithmname}{Elenco degli algoritmi}
+%\listofalgorithms
+%\addcontentsline{toc}{chapter}{Elenco degli algoritmi}
+%\addcontentsline{toc}{chapter}{Introduction}
+%% INTRODUCTION
+%\include{ack}
+%\addcontentsline{toc}{chapter}{Acknowledgment}
+%\cleardoublepage
+%\include{Introduction}
+%\addcontentsline{toc}{chapter}{Introduction}
+\cleardoublepage
+
+%% THESIS BODY
+\pagestyle{fancy} \pagenumbering{arabic} \mainmatter
+\epigraph{
+Many persons who are not conversant with mathematical studies imagine that
+because the business of [Babbage's Analytical Engine] is to give results in
+numerical notation, the nature of the processes must consequently be
+arithmetical and numerical, rather than algebraical and analytical. This is an
+error. The engine can arrange and combine its numerical quantities exactly as if
+they were letters or any other general symbols; and in fact it might bring out
+its results in algebraical notation, were provisions made accordingly.}
+{Augusta Ada, Countess of Lovelace}
+%\part{}
+%\include{chap1}
+%\include{chap2}
+%\part{}
+%\include{chap3}
+%\include{chap5}
+%\part{}
+%\include{chap5}
+%\include{chap6}
+%\part{}
+%\include{chap8}
+%\include{chap7}
+%
+%\part{Appendice }
+%\include{appendice}
+\backmatter
+\bibliography{refs_CGC}
+\addcontentsline{toc}{chapter}{Bibliografia}
+\end{document}