question_authority.tex 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205
  1. %% Using thesis custom template.
  2. \documentclass[9pt,a4paper,twoside]{thesis}
  3. %% PACKAGES
  4. \usepackage[utf8]{inputenc}
  5. \usepackage[T1]{fontenc}
  6. \usepackage{amsmath}
  7. \usepackage{amsfonts}
  8. \usepackage{amssymb}
  9. \usepackage{hyperref}
  10. %% Colors packages.
  11. \usepackage[dvips]{color}
  12. % or alternatively [usenames,dvips] if using ordinary LaTeX rather than pdfLaTeX
  13. %% Images packages.
  14. \usepackage{graphicx}
  15. \usepackage{makeidx,shortvrb,latexsym}
  16. \usepackage{fancyhdr}
  17. %\usepackage[boxed]{algorithm}
  18. %\usepackage{algorithmic}
  19. \usepackage{amsthm}
  20. \usepackage{indentfirst}
  21. %\usepackage{xypic}
  22. %% setting epigraphs
  23. \usepackage{epigraph}
  24. \renewcommand{\epigraphsize}{\small}
  25. \setlength{\epigraphwidth}{0.8\textwidth}
  26. \let\origepigraph\epigraph
  27. \renewcommand\epigraph[2]{\origepigraph{\textit{#1}}{\textsc{#2}}}
  28. \input xy
  29. \xyoption{all}
  30. %% Table packages.
  31. \usepackage{supertabular}
  32. %% COMMANDS
  33. %\newcommand{\pe}{\psi}
  34. \def\d{\delta}
  35. \def\ds{\displaystyle}
  36. \def\e{{\epsilon}}
  37. \def\eb{\bar{\eta}}
  38. \def\enorm#1{\|#1\|_2}
  39. \def\then{\;\Longrightarrow\;}
  40. \def\Kc{{\cal K}}
  41. \def\norm#1{\|#1\|}
  42. \def\wb{{\bar w}}
  43. \def\zb{{\bar z}}
  44. \def\Bbb#1{{\mathbb #1}}
  45. \newcommand{\GCD}{\mathrm{GCD}}
  46. \newcommand{\lowrk}{\mathrm{low\_rk}}
  47. \newcommand{\bestrk}{\mathrm {best\_rk}}
  48. \newcommand{\DFT}{\mathrm {DFT}}
  49. \newcommand{\BCH}{\mathrm {BCH}}
  50. \newcommand{\Schaub}{\mathrm {Schaub}}
  51. \newcommand{\SchaubPlus}{\mathrm {SchaubPlus}}
  52. \newcommand{\s}{\cal{S}}
  53. \newcommand{\h}{\hspace{0.4cm}}
  54. \def\Exists{\mbox{\ exists }}
  55. \def\And{\mbox{\ and }}
  56. \newcommand{\cnk}{{\mathcal C}(n,k,q)}
  57. \newcommand{\supp}{\rm supp}
  58. \newcommand{\fattorial}[2]{ \left( #1 \atop #2 \right) }
  59. \newcommand{\hi}{\hspace{0.2cm}}
  60. \newcommand{\sms}{\setminus}
  61. \newcommand{\Special}{s2ec}
  62. \newcommand{\spl}{s2ec}
  63. %% Optional custom shortcuts commands.
  64. \usepackage{braket}
  65. \newenvironment{sistema}
  66. {\left\lbrace\begin{array}{@{}l@{}}}
  67. {\end{array}\right.}
  68. \newcommand{\dimo}{\noindent\textit{Dimostrazione.}\\}
  69. \newtheorem{teo}[thm]{Teorema}
  70. \newcommand{\pe}{\mathbb{P}_{\mathrm{E}}}
  71. \newcommand{\pme}{\mathbb{P}_{\mathrm{ME}}}
  72. \newcommand{\primary}{\blacktriangle}
  73. \newcommand{\secondary}{{\blacktriangle\!}^{\! \! +}}
  74. \newcommand{\MM}{\mathcal{M}}
  75. %\newtheorem{teo}[thm]{Teorema}
  76. \newtheorem{proposizione}[thm]{Proposizione}
  77. \newtheorem{corollario}[thm]{Corollario}
  78. \newtheorem{fatto}[thm]{Fatto}
  79. \newtheorem{definizione}[thm]{Definizione}
  80. %\newtheorem{lemma}[thm]{Lemma}
  81. \newtheorem{osservazione}[thm]{Osservazione}
  82. \newtheorem{esempio}[thm]{Esempio}
  83. \newcommand{\DP}{{\D\!}^{\! \! +}}
  84. \newcommand{\D}{\Delta}
  85. \newcommand{\Fq}{ \mathbb{F}_{q}}
  86. \newcommand{\Fp}{ \mathbb{F}_{p}}
  87. \newcommand{\Lq}{ \mathcal{L}_{q}}
  88. \newcommand{\R}{ \mathcal{R}}
  89. \newcommand{\Cq}{ \mathcal{C}_{q}}
  90. \newcommand{\SCa}{ S_{C,\alpha}}
  91. \newcommand{\Cqn}{ \mathcal{C}_{q,n}}
  92. \newcommand{\K}{ \mathbb{K}}
  93. \newcommand{\U}{ \mathcal{U}}
  94. \newcommand{\vi}{\mathrm{\textbf{v}}}
  95. \newcommand{\ww}{\mathrm{w}}
  96. \newcommand{\uu}{\mathrm{\textbf{u}}}
  97. \newcommand{\f}{\mathsf{f}}
  98. \newcommand{\V}{V_{\left(n,S\right)}^{\zeta}}
  99. \newcommand{\T}{T_{\left(n,S\right)}^{\zeta}}
  100. \newcommand{\SQ}{\begin{flushright}
  101. $\square$
  102. \end{flushright}}
  103. \makeindex
  104. \let\origdoublepage\cleardoublepage
  105. \newcommand{\clearemptydoublepage}{%
  106. \clearpage
  107. {\pagestyle{empty}\origdoublepage}%
  108. }
  109. \let\cleardoublepage\clearemptydoublepage
  110. % Note that colour boxes around links are NOT printed.
  111. % The text itself can be coloured, replacing the bounding box, but
  112. % when printing this may appear illegible;
  113. % link colors can be set to black for printing purposes, like so:
  114. %\hypersetup{colorlinks,%
  115. % citecolor=black,%
  116. % filecolor=black,%
  117. % linkcolor=black,%
  118. % urlcolor=black}
  119. % Also note that this will conflict with the color package called
  120. % earlier in this document if that is not set to the right option (e.g.
  121. % dvips or pdflatex).
  122. \begin{document}
  123. %\phd %se e' la tesi di dottorato, altrimenti non mettere nulla
  124. \university{Universit\`a degli Studi di Trento}
  125. \faculty{Facolt\`a di Scienze Matematiche Fisiche e Naturali}
  126. \dept{Dipartimento di Scienze Informatiche}
  127. \Logo{logo_unitn.jpg}
  128. %% titolo del dottorato
  129. % \phdtitle{}
  130. %% titolo della tesi
  131. \title{Question Authority}
  132. \subtitle{An Inquiry into The Secure Layer}
  133. \author{Michele Orr\`u}
  134. \supervisor{Prof. Massimiliano Sala}
  135. %% Uncomment the following two lines if a co-relator is present.
  136. %\twosupervisors
  137. %\firstreader{Prof. Ettore Miron}
  138. % capo della scuola di dottorato o controrelatore
  139. \secondreader{Prof. Nara Stabbocchi}
  140. \accademico{Anno accademico $2013/2014$}
  141. \frontespizio % questo e` il frontespizio esterno, cioe' senza firme
  142. \cleardoublepage
  143. \signaturepage % questo e` il frontesizio interno con le firme
  144. \cleardoublepage
  145. %% DEDICA
  146. %non e' ovviamente obbligatoria
  147. \dedica{To Paolo Avesani, for making this happen.} \dedicapage
  148. \cleardoublepage \setcounter{page}{1} \pagenumbering{roman}
  149. \pagestyle{plain} \tableofcontents
  150. %\listoffigures
  151. %\addcontentsline{toc}{chapter}{Elenco delle figure}
  152. %\renewcommand{\listalgorithmname}{Elenco degli algoritmi}
  153. %\listofalgorithms
  154. %\addcontentsline{toc}{chapter}{Elenco degli algoritmi}
  155. %\addcontentsline{toc}{chapter}{Introduction}
  156. %% INTRODUCTION
  157. %\include{ack}
  158. %\addcontentsline{toc}{chapter}{Acknowledgment}
  159. %\cleardoublepage
  160. %\include{Introduction}
  161. %\addcontentsline{toc}{chapter}{Introduction}
  162. \cleardoublepage
  163. %% THESIS BODY
  164. \pagestyle{fancy} \pagenumbering{arabic} \mainmatter
  165. \epigraph{
  166. Many persons who are not conversant with mathematical studies imagine that
  167. because the business of [Babbage's Analytical Engine] is to give results in
  168. numerical notation, the nature of the processes must consequently be
  169. arithmetical and numerical, rather than algebraical and analytical. This is an
  170. error. The engine can arrange and combine its numerical quantities exactly as if
  171. they were letters or any other general symbols; and in fact it might bring out
  172. its results in algebraical notation, were provisions made accordingly.}
  173. {Augusta Ada, Countess of Lovelace}
  174. %\part{}
  175. %\include{chap1}
  176. %\include{chap2}
  177. %\part{}
  178. %\include{chap3}
  179. %\include{chap5}
  180. %\part{}
  181. %\include{chap5}
  182. %\include{chap6}
  183. %\part{}
  184. %\include{chap8}
  185. %\include{chap7}
  186. %
  187. %\part{Appendice }
  188. %\include{appendice}
  189. \backmatter
  190. \bibliography{refs_CGC}
  191. \addcontentsline{toc}{chapter}{Bibliografia}
  192. \end{document}