question_authority.tex 6.5 KB

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