template.tex 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188
  1. %% Using thesis custom template.
  2. \documentclass[12pt,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. \input xy
  23. \xyoption{all}
  24. %% Table packages.
  25. \usepackage{supertabular}
  26. %% COMMANDS
  27. %\newcommand{\pe}{\psi}
  28. \def\d{\delta}
  29. \def\ds{\displaystyle}
  30. \def\e{{\epsilon}}
  31. \def\eb{\bar{\eta}}
  32. \def\enorm#1{\|#1\|_2}
  33. \def\then{\;\Longrightarrow\;}
  34. \def\Kc{{\cal K}}
  35. \def\norm#1{\|#1\|}
  36. \def\wb{{\bar w}}
  37. \def\zb{{\bar z}}
  38. \def\Bbb#1{{\mathbb #1}}
  39. \newcommand{\GCD}{\mathrm{GCD}}
  40. \newcommand{\lowrk}{\mathrm{low\_rk}}
  41. \newcommand{\bestrk}{\mathrm {best\_rk}}
  42. \newcommand{\DFT}{\mathrm {DFT}}
  43. \newcommand{\BCH}{\mathrm {BCH}}
  44. \newcommand{\Schaub}{\mathrm {Schaub}}
  45. \newcommand{\SchaubPlus}{\mathrm {SchaubPlus}}
  46. \newcommand{\s}{\cal{S}}
  47. \newcommand{\h}{\hspace{0.4cm}}
  48. \def\Exists{\mbox{\ exists }}
  49. \def\And{\mbox{\ and }}
  50. \newcommand{\cnk}{{\mathcal C}(n,k,q)}
  51. \newcommand{\supp}{\rm supp}
  52. \newcommand{\fattorial}[2]{ \left( #1 \atop #2 \right) }
  53. \newcommand{\hi}{\hspace{0.2cm}}
  54. \newcommand{\sms}{\setminus}
  55. \newcommand{\Special}{s2ec}
  56. \newcommand{\spl}{s2ec}
  57. %% Optional custom shortcuts commands.
  58. \usepackage{braket}
  59. \newenvironment{sistema}
  60. {\left\lbrace\begin{array}{@{}l@{}}}
  61. {\end{array}\right.}
  62. \newcommand{\dimo}{\noindent\textit{Dimostrazione.}\\}
  63. \newtheorem{teo}[thm]{Teorema}
  64. \newcommand{\pe}{\mathbb{P}_{\mathrm{E}}}
  65. \newcommand{\pme}{\mathbb{P}_{\mathrm{ME}}}
  66. \newcommand{\primary}{\blacktriangle}
  67. \newcommand{\secondary}{{\blacktriangle\!}^{\! \! +}}
  68. \newcommand{\MM}{\mathcal{M}}
  69. %\newtheorem{teo}[thm]{Teorema}
  70. \newtheorem{proposizione}[thm]{Proposizione}
  71. \newtheorem{corollario}[thm]{Corollario}
  72. \newtheorem{fatto}[thm]{Fatto}
  73. \newtheorem{definizione}[thm]{Definizione}
  74. %\newtheorem{lemma}[thm]{Lemma}
  75. \newtheorem{osservazione}[thm]{Osservazione}
  76. \newtheorem{esempio}[thm]{Esempio}
  77. \newcommand{\DP}{{\D\!}^{\! \! +}}
  78. \newcommand{\D}{\Delta}
  79. \newcommand{\Fq}{ \mathbb{F}_{q}}
  80. \newcommand{\Fp}{ \mathbb{F}_{p}}
  81. \newcommand{\Lq}{ \mathcal{L}_{q}}
  82. \newcommand{\R}{ \mathcal{R}}
  83. \newcommand{\Cq}{ \mathcal{C}_{q}}
  84. \newcommand{\SCa}{ S_{C,\alpha}}
  85. \newcommand{\Cqn}{ \mathcal{C}_{q,n}}
  86. \newcommand{\K}{ \mathbb{K}}
  87. \newcommand{\U}{ \mathcal{U}}
  88. \newcommand{\vi}{\mathrm{\textbf{v}}}
  89. \newcommand{\ww}{\mathrm{w}}
  90. \newcommand{\uu}{\mathrm{\textbf{u}}}
  91. \newcommand{\f}{\mathsf{f}}
  92. \newcommand{\V}{V_{\left(n,S\right)}^{\zeta}}
  93. \newcommand{\T}{T_{\left(n,S\right)}^{\zeta}}
  94. \newcommand{\SQ}{\begin{flushright}
  95. $\square$
  96. \end{flushright}}
  97. \makeindex
  98. \let\origdoublepage\cleardoublepage
  99. \newcommand{\clearemptydoublepage}{%
  100. \clearpage
  101. {\pagestyle{empty}\origdoublepage}%
  102. }
  103. \let\cleardoublepage\clearemptydoublepage
  104. % Note that colour boxes around links are NOT printed.
  105. % The text itself can be coloured, replacing the bounding box, but
  106. % when printing this may appear illegible;
  107. % link colors can be set to black for printing purposes, like so:
  108. %\hypersetup{colorlinks,%
  109. % citecolor=black,%
  110. % filecolor=black,%
  111. % linkcolor=black,%
  112. % urlcolor=black}
  113. % Also note that this will conflict with the color package called
  114. % earlier in this document if that is not set to the right option (e.g.
  115. % dvips or pdflatex).
  116. \begin{document}
  117. %\phd %se e' la tesi di dottorato, altrimenti non mettere nulla
  118. \university{Universit\`a degli Studi di Trento}
  119. \faculty{Facolt\`a di Scienze Matematiche Fisiche e Naturali}
  120. \dept{Dipartimento di Scienze Informatiche}
  121. \Logo{logo_unitn.jpg}
  122. %% titolo del dottorato
  123. % \phdtitle{}
  124. %% titolo della tesi
  125. \title{Ladies and Gentlemen, we are floating in space}
  126. \subtitle{}
  127. \author{Beppe Scamozza}
  128. \supervisor{Prof. Massimiliano Sala}
  129. %% Uncomment the following two lines if a co-relator is present.
  130. %\twosupervisors
  131. %\firstreader{Prof. Ettore Miron}
  132. % capo della scuola di dottorato o controrelatore
  133. \secondreader{Prof. Nara Stabbocchi}
  134. \accademico{Anno accademico $2008/2009$}
  135. \frontespizio % questo e` il frontespizio esterno, cioe' senza firme
  136. \cleardoublepage
  137. \signaturepage % questo e` il frontesizio interno con le firme
  138. \cleardoublepage
  139. %% DEDICA
  140. %non e' ovviamente obbligatoria
  141. %\dedica{To my grandfather C.} \dedicapage
  142. \cleardoublepage \setcounter{page}{1} \pagenumbering{roman}
  143. \pagestyle{plain} \tableofcontents
  144. %\listoffigures
  145. %\addcontentsline{toc}{chapter}{Elenco delle figure}
  146. %\renewcommand{\listalgorithmname}{Elenco degli algoritmi}
  147. %\listofalgorithms
  148. %\addcontentsline{toc}{chapter}{Elenco degli algoritmi}
  149. %\addcontentsline{toc}{chapter}{Introduction}
  150. %% INTRODUCTION
  151. %\include{ack}
  152. %\addcontentsline{toc}{chapter}{Acknowledgment}
  153. %\cleardoublepage
  154. %\include{Introduction}
  155. %\addcontentsline{toc}{chapter}{Introduction}
  156. \cleardoublepage
  157. %% THESIS BODY
  158. \pagestyle{fancy} \pagenumbering{arabic} \mainmatter
  159. %\part{}
  160. %\include{chap1}
  161. %\include{chap2}
  162. %\part{}
  163. %\include{chap3}
  164. %\include{chap5}
  165. %\part{}
  166. %\include{chap5}
  167. %\include{chap6}
  168. %\part{}
  169. %\include{chap8}
  170. %\include{chap7}
  171. %
  172. %\part{Appendice }
  173. %\include{appendice}
  174. \backmatter
  175. \bibliography{refs_ CGC}
  176. \addcontentsline{toc}{chapter}{Bibliografia}
  177. \end{document}