Advertisement
mago_nick

main.tex

Jul 1st, 2015
282
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Latex 8.98 KB | None | 0 0
  1.  %---------------------------------------------------------------------------%
  2. %   Masters/Doctoral Thesis                                                   %
  3. %   LaTeX Template                                                            %
  4. %                                                                             %
  5. %   Note:                                                                     %
  6. %   Make sure to edit document variables in the Thesis.cls file               %
  7.     %                                                                             %
  8.  %---------------------------------------------------------------------------%
  9.  
  10. %---------------------------------%
  11. %   PACKAGES AND CONFIGURATIONS      
  12. %---------------------------------%
  13.  
  14. \documentclass[11pt, a4paper, twoside]{Thesis} % Paper size, default font size and one-sided paper
  15.  
  16. % Use the natbib reference package - read up on this to edit the reference style; if you want text (e.g. Smith et al., 2012) for the in-text references (instead of numbers), remove 'numbers'
  17. \usepackage[square, numbers, comma, sort]{natbib}
  18.  
  19. % Set the bibliography style to be ieee
  20. \bibliographystyle{abbrvnat}
  21.  
  22. \hypersetup{urlcolor=black, colorlinks=true} % Colors hyperlinks in blue - change to black if annoying
  23. \title{\ttitle} % Defines the thesis title - don't touch this
  24.  
  25. \usepackage{appendix}
  26.  
  27. % specification for paging
  28. \usepackage{enumitem}
  29. %\setlist[enumerate]{itemsep=0mm}
  30.  
  31. %math utilities
  32. \usepackage{mathtools}
  33. \DeclareMathOperator{\atn}{Atan2}
  34. \DeclareMathOperator{\spn}{span}
  35. \usepackage{algorithm}
  36. \usepackage[noend]{algpseudocode}
  37. \makeatletter
  38. \def\BState{\State\hskip-\ALG@thistlm}
  39. \makeatother
  40. \input{mathsym}
  41. \input{additionalDefs}
  42.  
  43. \begin{document}
  44.  
  45. \frontmatter % Use roman page numbering style (i, ii, iii, iv...) for the pre-content pages
  46. \setstretch{1.3} % Line spacing of 1.3
  47.  
  48. % Define the page headers using the FancyHdr package and set up for one-sided printing
  49. \fancyhead{}         % Clears all page headers and footers
  50. \rhead{\it Andrea Nicastro}     % Right side header to show the page number
  51. \lhead{}             % Left side page header is blank
  52. \pagestyle{fancy}    % Finally, use the "fancy" page style to implement the FancyHdr headers
  53.  
  54. % New command to make the lines in the title page
  55. % move it in the title style section
  56. \newcommand{\HRule}{\rule{\linewidth}{2pt}}
  57.  
  58. % PDF meta-data
  59. \hypersetup{pdftitle={\ttitle}}
  60. \hypersetup{pdfsubject=\subjectname}
  61. \hypersetup{pdfauthor=\authornames}
  62. \hypersetup{pdfkeywords=\keywordnames}
  63.  
  64.  
  65. %---------------------------------%
  66. %   TITLE PAGE
  67. %---------------------------------%
  68.  
  69. \begin{titlepage}
  70. \begin{center}
  71.  
  72.  
  73. \includegraphics[scale=0.8]{figures/Logo3D}
  74. \vspace{2.0cm} % University/department logo - uncomment to place it
  75.  
  76. %\textsc{\color{redSapienza} \Huge \univname}\\[5.5cm]         % University name
  77. %\\[-1.3cm]  % Thesis type
  78.  
  79. %\large \textit{A thesis submitted in fulfilment of the requirements\\ for the degree of \degreename}\\[0.3cm] % University requirement text
  80. %\textit{in the}\\[0.4cm]
  81.  
  82. {\fontsize{17}{15}\selectfont {Master in Artificial Intelligence and Robotics}\\\fontsize{14}{15}\selectfont Ciclo XXVI\\}
  83.  
  84. \vspace{2.0cm}
  85. \HRule
  86. \vspace{20pt}
  87. {\bf \fontsize{22}{15}\selectfont \color{redSapienza} \ttitle\\}         % Thesis title
  88. \vspace{15pt}
  89. \HRule
  90. \vspace{2.0cm}
  91.  
  92.  
  93. \begin{minipage}{0.8\textwidth}
  94.  \begin{flushleft}
  95.    \large Candidate\\{\Large \authornames}         % Author name
  96.     \\[1.0cm]          
  97.     \large Supervisor\\{\Large \supname}         % Supervisor name
  98.   \end{flushleft}
  99. \end{minipage}\\[2cm]
  100.  
  101. %{\Large \today}\\[1.0cm] % Date
  102. \vfill
  103. {\fontsize{16}{16}\selectfont\deptname}\\[0.2cm]
  104. {\fontsize{13}{10}\selectfont\groupname}\\[1cm] % Research group name and department name
  105.  
  106. \end{center}
  107.  
  108. \end{titlepage}
  109.  
  110.  
  111.  
  112. %---------------------------------%
  113. %   QUOTATION PAGE
  114. %---------------------------------%
  115.  
  116. %\pagestyle{empty} % No headers or footers for the following pages
  117. %\null\vfill % Add some space to move the quote down the page a bit
  118. %\textit{``quotation''}
  119. %\begin{flushright}
  120. %Quote Author
  121. %\end{flushright}
  122. %\vfill\vfill\vfill\vfill\vfill\vfill\null % Add some space at the bottom to position the quote just right
  123. %\clearpage % Start a new page
  124.  
  125.  
  126.  
  127. %---------------------------------%
  128. %   ABSTRACT PAGE
  129. %---------------------------------%
  130.  
  131. %\addtotoc{Abstract} % Add the "Abstract" page entry to the Contents
  132. %\abstract{\addtocontents{toc}{\vspace{1em}} % Add a gap in the Contents, for aesthetics
  133. %Abstract\ldots
  134. %}
  135. %\clearpage % Start a new page
  136.  
  137.  
  138.  
  139. %---------------------------------%
  140. %           ACKNOLEDGMENTS
  141. %---------------------------------%
  142.  
  143. %\setstretch{1.3} % Reset the line-spacing to 1.3 for body text (if it has changed)
  144. %\acknowledgements{\addtocontents{toc}{\vspace{1em}} % Add a gap in the Contents, for aesthetics
  145. %The acknowledgements and the people to thank go here, don't forget to include your project advisor\ldots
  146. %}
  147. %\clearpage % Start a new page
  148.  
  149.  
  150.  
  151. %---------------------------------%
  152. %       THESIS CONTENT - CHAPTERS
  153. %---------------------------------%
  154. \mainmatter           % Begin numeric (1,2,..) page numbering
  155. \pagestyle{fancy}     % Page headers back to "fancy" style
  156.  
  157. %% add a blank page
  158. \newpage \thispagestyle{empty} \mbox{}
  159.  
  160. \lhead{\emph{Contents}} \tableofcontents
  161.  
  162. \newpage \thispagestyle{empty} \mbox{}
  163. abc\textbf{abc}
  164. %\input{chapters/Introduction}
  165. %\input{chapters/ModelsAndControl}
  166. %\input{chapters/MeasurementsAndEstimation}
  167. %\input{chapters/SimulationResults}
  168. %\input{chapters/Conclusions}
  169. %
  170. %\part{Visual servoing in Aerial robotics}\label{part:aerial robotics}
  171. %\input{Chapters/AerialModels}
  172. %\input{Chapters/FixedwingLoitering}
  173. %\input{Chapters/Landing}
  174. %\input{Chapters/MultiRobot}
  175. %
  176. %\part{Vision-based Navigation for Humanoid robots}\label{part:humanoid robots}
  177. % \input{Chapters/HumanoidModels}
  178. %\input{Chapters/HumanoidLocalization}
  179.  
  180.  
  181.  
  182. %---------------------------------%
  183. %   LIST OF CONTENTS/FIGURES/TABLES
  184. %---------------------------------%
  185. % \pagestyle{fancy}    
  186. % \lhead{\emph{List of Figures}} \listoffigures
  187. % \lhead{\emph{List of Tables}}  \listoftables
  188.  
  189. \backmatter
  190.  
  191. %----------------------------------------------------------------------------------------
  192. %   BIBLIOGRAPHY
  193. %----------------------------------------------------------------------------------------
  194.  
  195. \label{Bibliography}\lhead{\emph{Bibliography}}
  196. \bibliography{%
  197. %bibliographies/bibAlias,%
  198. %bibliographies/General,%
  199. %bibliographies/VisionIntroduction,%
  200. %bibliographies/AircraftModelling,%
  201. %bibliographies/FixedWingLoitering,%
  202. %bibliographies/landingBiblio,%
  203. %multirobot_files/bibMain,multirobot_files/bibAF,multirobot_files/bibNew,%
  204. %bibliographies/Multirobot,%
  205. %bibliographies/HumVisOdo,bibliographies/HumVisOdoControl,%
  206. %bibliographies/myPublications%
  207. }
  208. \end{document}
  209.  
  210.  
  211.  
  212.  
  213.  
  214.  
  215.  
  216.  
  217.  
  218.  
  219.  
  220. % other parts you may want to add,
  221. % they should be in the middle between the \tableofcontents and \backmatter
  222.  
  223. %---------------------------------%
  224. %   ABBREVIATIONS
  225. %---------------------------------%
  226. %\clearpage           % Start a new page
  227. %\setstretch{1.5}     % Line spacing to 1.5, easier to read
  228. %\lhead{\emph{Abbreviations}} \listofsymbols{ll}
  229. %{
  230. %\textbf{LAH} & \textbf{L}ist \textbf{A}bbreviations \textbf{H}ere \\
  231. %%\textbf{Acronym} & \textbf{W}hat (it) \textbf{S}tands \textbf{F}or \\
  232. %}
  233.  
  234.  
  235.  
  236. %---------------------------------%
  237. %   PHYSICAL CONSTANTS/OTHER DEFINITIONS
  238. %---------------------------------%
  239. %\clearpage           % Start a new page
  240. %\lhead{\emph{Physical Constants}} \listofconstants{lrcl}
  241. %{
  242. %Speed of Light & $c$ & $=$ & $2.997\ 924\ 58\times10^{8}\ \mbox{ms}^{-\mbox{s}}$ (exact)\\
  243. %% Constant Name & Symbol & = & Constant Value (with units) \\
  244. %}
  245.  
  246.  
  247.  
  248. %---------------------------------%
  249. %   SYMBOLS
  250. %---------------------------------%
  251. %\clearpage           % Start a new page
  252. %\lhead{\emph{Symbols}} \listofnomenclature{lll}
  253. %{
  254. %$a$ & distance & m \\
  255. %$P$ & power & W (Js$^{-1}$) \\
  256. %% Symbol & Name & Unit \\
  257. %
  258. %& & \\ % Gap to separate the Roman symbols from the Greek
  259. %
  260. %$\omega$ & angular frequency & rads$^{-1}$ \\
  261. %% Symbol & Name & Unit \\
  262. %}
  263.  
  264.  
  265.  
  266. %---------------------------------%
  267. %   DEDICATION
  268. %---------------------------------%
  269. %\setstretch{1.3}       % Return the line spacing back to 1.3
  270. %\pagestyle{empty}      % Page style empty for this page
  271. %\dedicatory{For/Dedicated to/To my\ldots} % Dedication text
  272. %\addtocontents{toc}{\vspace{2em}} % Add a gap in the Contents, for aesthetics
  273.  
  274.  
  275.  
  276. %---------------------------------%
  277. %   THESIS CONTENT - APPENDICES
  278. %---------------------------------%
  279. %\addtocontents{toc}{\vspace{2em}} % Add a gap in the Contents, for aesthetics
  280. %\appendix % Cue to tell LaTeX that the following 'chapters' are Appendices
  281. %% Include the appendices of the thesis as separate files from the Appendices folder
  282. %% Uncomment the lines as you write the Appendices
  283. %%\input{Appendices/AppendixA}
  284. %\addtocontents{toc}{\vspace{2em}} % Add a gap in the Contents, for aesthetics
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement