question_authority.tex 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200
  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{\naturalPrime}{\mathbb{P}}
  37. \newcommand{\bigO}[1]{\ensuremath{\operatorname{O}\left(#1\right)}}
  38. \newcommand{\openssl}{\textsc{OpenSSL}\ }
  39. \newcommand{\dsqrt}[1]{\ensuremath{sqrt(#1)}}
  40. \newcommand{\idiv}{\ensuremath{//}}
  41. \newcommand{\strong}[1]{\textbf{#1}}
  42. %% Optional custom shortcuts commands.
  43. \usepackage{braket}
  44. \newenvironment{sistema}
  45. {\left\lbrace\begin{array}{@{}l@{}}}
  46. {\end{array}\right.}
  47. \newcommand{\dimo}{\noindent\textit{Dimostrazione.}\\}
  48. \newtheorem{teo}[thm]{Teorema}
  49. \newcommand{\pe}{\mathbb{P}_{\mathrm{E}}}
  50. \newcommand{\pme}{\mathbb{P}_{\mathrm{ME}}}
  51. \newcommand{\primary}{\blacktriangle}
  52. \newcommand{\secondary}{{\blacktriangle\!}^{\! \! +}}
  53. \newcommand{\MM}{\mathcal{M}}
  54. %\newtheorem{teo}[thm]{Teorema}
  55. \newtheorem{proposizione}[thm]{Proposizione}
  56. \newtheorem{corollario}[thm]{Corollario}
  57. \newtheorem{fatto}[thm]{Fatto}
  58. \newtheorem{definizione}[thm]{Definizione}
  59. %\newtheorem{lemma}[thm]{Lemma}
  60. \newtheorem{osservazione}[thm]{Osservazione}
  61. \newtheorem{esempio}[thm]{Esempio}
  62. \newcommand{\DP}{{\D\!}^{\! \! +}}
  63. \newcommand{\D}{\Delta}
  64. \newcommand{\Fq}{ \mathbb{F}_{q}}
  65. \newcommand{\Fp}{ \mathbb{F}_{p}}
  66. \newcommand{\Lq}{ \mathcal{L}_{q}}
  67. \newcommand{\R}{ \mathcal{R}}
  68. \newcommand{\Cq}{ \mathcal{C}_{q}}
  69. \newcommand{\SCa}{ S_{C,\alpha}}
  70. \newcommand{\Cqn}{ \mathcal{C}_{q,n}}
  71. \newcommand{\K}{ \mathbb{K}}
  72. \newcommand{\U}{ \mathcal{U}}
  73. \newcommand{\vi}{\mathrm{\textbf{v}}}
  74. \newcommand{\ww}{\mathrm{w}}
  75. \newcommand{\uu}{\mathrm{\textbf{u}}}
  76. \newcommand{\f}{\mathsf{f}}
  77. \newcommand{\V}{V_{\left(n,S\right)}^{\zeta}}
  78. \newcommand{\T}{T_{\left(n,S\right)}^{\zeta}}
  79. \newcommand{\SQ}{\begin{flushright}
  80. $\square$
  81. \end{flushright}}
  82. \makeindex
  83. \let\origdoublepage\cleardoublepage
  84. \newcommand{\clearemptydoublepage}{%
  85. \clearpage
  86. {\pagestyle{empty}\origdoublepage}%
  87. }
  88. \let\cleardoublepage\clearemptydoublepage
  89. % Note that colour boxes around links are NOT printed.
  90. % The text itself can be coloured, replacing the bounding box, but
  91. % when printing this may appear illegible;
  92. % link colors can be set to black for printing purposes, like so:
  93. %\hypersetup{colorlinks,%
  94. % citecolor=black,%
  95. % filecolor=black,%
  96. % linkcolor=black,%
  97. % urlcolor=black}
  98. % Also note that this will conflict with the color package called
  99. % earlier in this document if that is not set to the right option (e.g.
  100. % dvips or pdflatex).
  101. \begin{document}
  102. %\phd %se e' la tesi di dottorato, altrimenti non mettere nulla
  103. \university{Universit\`a degli Studi di Trento}
  104. \faculty{Facolt\`a di Scienze Matematiche Fisiche e Naturali}
  105. \dept{Dipartimento di Scienze Informatiche}
  106. \Logo{logo_unitn.jpg}
  107. %% titolo del dottorato
  108. % \phdtitle{}
  109. %% titolo della tesi
  110. \title{Question Authority}
  111. \subtitle{An Inquiry into The Secure Layer}
  112. \author{Michele Orr\`u}
  113. \supervisor{Prof. Massimiliano Sala}
  114. %% Uncomment the following two lines if a co-relator is present.
  115. %\twosupervisors
  116. %\firstreader{Prof. Ettore Miron}
  117. % capo della scuola di dottorato o controrelatore
  118. \secondreader{Prof. Nara Stabbocchi}
  119. \accademico{Anno accademico $2013/2014$}
  120. \frontespizio % questo e` il frontespizio esterno, cioe' senza firme
  121. \cleardoublepage
  122. \signaturepage % questo e` il frontesizio interno con le firme
  123. %% DEDICA
  124. %non e' ovviamente obbligatoria
  125. \cleardoublepage \setcounter{page}{1} \pagenumbering{roman}
  126. \pagestyle{plain} \tableofcontents
  127. %\listoffigures
  128. %\addcontentsline{toc}{chapter}{Elenco delle figure}
  129. %\renewcommand{\listalgorithmname}{Elenco degli algoritmi}
  130. %\listofalgorithms
  131. %\addcontentsline{toc}{chapter}{Elenco degli algoritmi}
  132. %\addcontentsline{toc}{chapter}{Introduction}
  133. %% INTRODUCTION
  134. %\include{ack}
  135. %\addcontentsline{toc}{chapter}{Acknowledgment}
  136. %\cleardoublepage
  137. %\include{Introduction}
  138. %\addcontentsline{toc}{chapter}{Introduction}
  139. \cleardoublepage
  140. %% THESIS BODY
  141. \pagestyle{fancy} \pagenumbering{arabic} \mainmatter
  142. \vspace*{3in}
  143. \epigraph{
  144. \large{
  145. Many persons who are not conversant with mathematical studies imagine that
  146. because the business of [Babbage's Analytical Engine] is to give results in
  147. numerical notation, the nature of the processes must consequently be
  148. arithmetical and numerical, rather than algebraical and analytical. This is an
  149. error. The engine can arrange and combine its numerical quantities exactly as if
  150. they were letters or any other general symbols; and in fact it might bring out
  151. its results in algebraical notation, were provisions made accordingly.}}
  152. {Augusta Ada, Countess of Lovelace}
  153. \begin{figure}[b]
  154. \centering
  155. \includegraphics[width=80pt]{kopimi.png}
  156. \end{figure}
  157. \include{preface}
  158. \part{Prequisites}
  159. \include{ssl_prequisites}
  160. \include{math_prequisites}
  161. \part{Factorization Methods}
  162. \include{fermat}
  163. \include{wiener}
  164. %\include{chap3}
  165. %\include{chap5}
  166. %\part{}
  167. %\include{chap5}
  168. %\include{chap6}
  169. %\part{}
  170. %\include{chap8}
  171. %\include{chap7}
  172. %
  173. %\part{Appendice }
  174. %\include{appendice}
  175. \backmatter
  176. \bibliography{library.bib}
  177. \bibliographystyle{plain}
  178. \clearpage
  179. \addcontentsline{toc}{chapter}{Bibliography}
  180. \end{document}