template_tesi.tex 6.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190
  1. %--------------------------------------------------------------------
  2. % Emmanuela Orsini
  3. %--------------------------------------------------------------------
  4. \documentclass[12pt,a4paper,twoside]{Phd_1}
  5. % ---(Babel)--------------------------------------------------------------
  6. %-----------------------------------------------------------------------
  7. \usepackage[utf8]{inputenc}
  8. \usepackage[T1]{fontenc}
  9. \usepackage{amsmath}
  10. \usepackage{amsfonts}
  11. \usepackage{amssymb}
  12. % ---(Colors)-------------------------------------------------------------
  13. \usepackage[dvips]{color}
  14. % or alternatively [usenames,dvips] if using ordinary LaTeX rather than pdfLaTeX
  15. % ---(Images)-------------------------------------------------------------
  16. \usepackage{graphicx}
  17. \usepackage{makeidx,shortvrb,latexsym}
  18. \usepackage{fancyhdr}
  19. %\usepackage[boxed]{algorithm}
  20. %\usepackage{algorithmic}
  21. \usepackage{amsthm}
  22. \usepackage{indentfirst}
  23. %\usepackage{xypic}
  24. \input xy
  25. \xyoption{all}
  26. %--(Tables)-----------------------------------------------------------------
  27. \usepackage{supertabular}
  28. %---------------------------------------------------------------------------
  29. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  30. %\newcommand{\pe}{\psi}
  31. \def\d{\delta}
  32. \def\ds{\displaystyle}
  33. \def\e{{\epsilon}}
  34. \def\eb{\bar{\eta}}
  35. \def\enorm#1{\|#1\|_2}
  36. \def\then{\;\Longrightarrow\;}
  37. \def\Kc{{\cal K}}
  38. \def\norm#1{\|#1\|}
  39. \def\wb{{\bar w}}
  40. \def\zb{{\bar z}}
  41. \def\Bbb#1{{\mathbb #1}}
  42. \newcommand{\GCD}{\mathrm{GCD}}
  43. \newcommand{\lowrk}{\mathrm{low\_rk}}
  44. \newcommand{\bestrk}{\mathrm {best\_rk}}
  45. \newcommand{\DFT}{\mathrm {DFT}}
  46. \newcommand{\BCH}{\mathrm {BCH}}
  47. \newcommand{\Schaub}{\mathrm {Schaub}}
  48. \newcommand{\SchaubPlus}{\mathrm {SchaubPlus}}
  49. \newcommand{\s}{\cal{S}}
  50. \newcommand{\h}{\hspace{0.4cm}}
  51. \def\Exists{\mbox{\ exists }}
  52. \def\And{\mbox{\ and }}
  53. \newcommand{\cnk}{{\mathcal C}(n,k,q)}
  54. \newcommand{\supp}{\rm supp}
  55. \newcommand{\fattorial}[2]{ \left( #1 \atop #2 \right) }
  56. \newcommand{\hi}{\hspace{0.2cm}}
  57. \newcommand{\sms}{\setminus}
  58. \newcommand{\Special}{s2ec}
  59. \newcommand{\spl}{s2ec}
  60. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%ROBA MIA%%%%%%%%%%%
  61. \usepackage{braket}
  62. \newenvironment{sistema}
  63. {\left\lbrace\begin{array}{@{}l@{}}}
  64. {\end{array}\right.}
  65. \newcommand{\dimo}{\noindent\textit{Dimostrazione.}\\}
  66. \newtheorem{teo}[thm]{Teorema}
  67. \newcommand{\pe}{\mathbb{P}_{\mathrm{E}}}
  68. \newcommand{\pme}{\mathbb{P}_{\mathrm{ME}}}
  69. \newcommand{\primary}{\blacktriangle}
  70. \newcommand{\secondary}{{\blacktriangle\!}^{\! \! +}}
  71. \newcommand{\MM}{\mathcal{M}}
  72. %\newtheorem{teo}[thm]{Teorema}
  73. \newtheorem{proposizione}[thm]{Proposizione}
  74. \newtheorem{corollario}[thm]{Corollario}
  75. \newtheorem{fatto}[thm]{Fatto}
  76. \newtheorem{definizione}[thm]{Definizione}
  77. %\newtheorem{lemma}[thm]{Lemma}
  78. \newtheorem{osservazione}[thm]{Osservazione}
  79. \newtheorem{esempio}[thm]{Esempio}
  80. \newcommand{\DP}{{\D\!}^{\! \! +}}
  81. \newcommand{\D}{\Delta}
  82. \newcommand{\Fq}{ \mathbb{F}_{q}}
  83. \newcommand{\Fp}{ \mathbb{F}_{p}}
  84. \newcommand{\Lq}{ \mathcal{L}_{q}}
  85. \newcommand{\R}{ \mathcal{R}}
  86. \newcommand{\Cq}{ \mathcal{C}_{q}}
  87. \newcommand{\SCa}{ S_{C,\alpha}}
  88. \newcommand{\Cqn}{ \mathcal{C}_{q,n}}
  89. \newcommand{\K}{ \mathbb{K}}
  90. \newcommand{\U}{ \mathcal{U}}
  91. \newcommand{\vi}{\mathrm{\textbf{v}}}
  92. \newcommand{\ww}{\mathrm{w}}
  93. \newcommand{\uu}{\mathrm{\textbf{u}}}
  94. \newcommand{\f}{\mathsf{f}}
  95. \newcommand{\V}{V_{\left(n,S\right)}^{\zeta}}
  96. \newcommand{\T}{T_{\left(n,S\right)}^{\zeta}}
  97. \newcommand{\SQ}{\begin{flushright}
  98. $\square$
  99. \end{flushright}}
  100. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  101. \makeindex
  102. \let\origdoublepage\cleardoublepage
  103. \newcommand{\clearemptydoublepage}{%
  104. \clearpage
  105. {\pagestyle{empty}\origdoublepage}%
  106. }
  107. \let\cleardoublepage\clearemptydoublepage
  108. \usepackage{hyperref}
  109. % Note that colour boxes around links are NOT printed.
  110. % The text itself can be coloured, replacing the bounding box, but
  111. % when printing this may appear illegible;
  112. % link colors can be set to black for printing purposes, like so:
  113. %\hypersetup{colorlinks,%
  114. % citecolor=black,%
  115. % filecolor=black,%
  116. % linkcolor=black,%
  117. % urlcolor=black}
  118. % Also note that this will conflict with the color package called
  119. % earlier in this document if that is not set to the right option (e.g.
  120. % dvips or pdflatex).
  121. \begin{document}
  122. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  123. %%da riempire
  124. %\phd %se e' la tesi di dottorato, altrimenti non mettere nulla
  125. \university{Universit\`{a} degli Studi di Trento}
  126. \faculty{Facolt\`{a} di Scienze Matematiche Fisiche e Naturali}
  127. \Logo{unitnlogo.pdf} %metti il logo della tua universita'
  128. \phdtitle{} %titolo del dottorato
  129. \title{Probabilit\`a d'errore in decodifica con un nuovo bound} %titolo della tesi
  130. \author{Matteo Piva}
  131. %\twosupervisors %scommentare se si ha anche il correlatore
  132. \supervisor{Prof. Massimiliano Sala}
  133. %
  134. \firstreader{Mariello Prapapappo} %correlatore
  135. %
  136. \secondreader{Prof. Sandro Mattarei} %capo della scuola di dottorato o controrelatore
  137. \accademico{ Anno accademico $2008/2009$}
  138. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  139. %%%%%%%%%%%%%%%%%%frontespizio%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  140. \frontespizio %questo e' il frontespizio esterno, cioe' senza firme
  141. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  142. \cleardoublepage
  143. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  144. \signaturepage %questo e' il frontesizio interno con le firme
  145. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  146. \cleardoublepage
  147. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  148. %non e' ovviamente obbligatoria
  149. %\dedica{To my grandfather C.} \dedicapage
  150. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  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. %%%%%%%%%%%%%%%%%%%%%%%%%Introduzione%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  160. %\include{ack}
  161. %\addcontentsline{toc}{chapter}{Acknowledgment}
  162. %\cleardoublepage
  163. %\include{Introduction}
  164. %\addcontentsline{toc}{chapter}{Introduction}
  165. \cleardoublepage
  166. %---------------------------------------------------------------------
  167. %%%%%%%%%%TESI parte centrale%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  168. \pagestyle{fancy} \pagenumbering{arabic} \mainmatter
  169. %\part{}
  170. %\include{chap1}
  171. %\include{chap2}
  172. %\part{}
  173. %\include{chap3}
  174. %\include{chap5}
  175. %\part{}
  176. %\include{chap5}
  177. %\include{chap6}
  178. %\part{}
  179. %\include{chap8}
  180. %\include{chap7}
  181. %
  182. %\part{Appendice }
  183. %\include{appendice}
  184. \backmatter
  185. \bibliography{RefsCGC}
  186. \addcontentsline{toc}{chapter}{Bibliografia}
  187. \end{document}