Advertisement
This is comment for paste
University of Stuttgart Computer Science Thesis
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Template Tesi UniPr
- \documentclass{theme/uniprthesis}
- %%%%%%%%%%%Some Extra Packages%%%%%%%%%%%
- \usepackage[italian]{babel} % To have Italina names in Sections, Figures, Chapters etc.
- \usepackage{todonotes} % To ease the revision
- \usepackage{blindtext} % Dummy Text - remove
- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
- %%%%% THESIS / TITLE PAGE INFORMATION
- % Everybody needs to complete the following:
- \title{Titolo in Italiano}
- \author{Nome Cognome}
- \advisor{Prof. Nome Cognome}
- \college{Dipartimento di Scienze Matematiche, Fisiche e Informatiche}
- \degree{Corso di Laurea [Triennale in Informatica | Magistrale in Scienze Informatiche]}
- \degreeyears{20XX--20XX}
- % Not mandatory fields
- \newcommand{\subTitle}{Titolo in Inglese} %Subtitle, usually the english version of the title
- %\newcommand{\advisorSecond}{Prof. Nome2 Cognome2} % For multiple (up to 4) advisors -- if this is not present then also the remaining ones are automatically omitted
- %\newcommand{\advisorThird}{Dott. Nome3 Cognome3} % For multiple (up to 4) advisors -- if this is not present then also the remaining ones are automatically omitted
- %\newcommand{\advisorFourth}{Dott. Nome4 Cognome4} % For multiple (up to 4) advisors
- \newcommand{\coadvisor}{Prof. co-Nome co-Cognome} %For multiple (up to 4) coadvisors -- if this is not present then also the remaining ones are automatically omitted
- \newcommand{\coadvisorSecond}{Prof. co-Nome2 co-Cognome2} % For multiple (up to 4) coadvisors -- if this is not present then also the remaining ones are automatically omitted
- %\newcommand{\coadvisorThird}{Dott. co-Nome3 co-Cognome3} % For multiple (up to 4) coadvisors -- if this is not present then also the remaining ones are automatically omitted
- %\newcommand{\coadvisorFourth}{Dott. co-Nome4 co-Cognome4} % For multiple (up to 4) coadvisors
- \begin{document}
- \maketitle
- %%%% La dedica
- \newpage
- \thispagestyle{empty}
- \null\vspace{\stretch{1}}
- \begin{flushright}
- \textit{Dedica}
- \end{flushright}
- \vspace{\stretch{3}}\null
- \newpage
- %%%% Gli indici
- \pagestyle{plain}
- \pagenumbering{roman}
- \tableofcontents
- %
- \listoffigures %Commentare se non vi sono Immagini
- \listofalgorithms %Commentare se non vi sono Algoritmi
- \listoftables %Commentare se non vi sono Tabelle
- %
- %
- %
- %%%% La prefazione
- \include{Capitoli/Introduzione}
- %
- %%%% I Capitoli di Contenuto
- \pagestyle{fancy}
- \include{Capitoli/Formattazione}
- \include{Capitoli/Background}
- \include{Capitoli/Obiettivi}
- \include{Capitoli/Progettazione-Implementazione}
- \include{Capitoli/Risultati}
- %
- %
- %%%% Le Conclusioni
- \pagestyle{plain}
- \include{Capitoli/Conclusione}
- %
- %%%% La bibliografia
- \bibliographystyle{apalike} %{plain} -- Scegliere lo stile preferito
- \cleardoublepage
- \addcontentsline{toc}{chapter}{\bibname}
- \bibliography{./Bibliografia}
- %
- \include{Capitoli/Ringraziamenti}
- %
- % Le appendici
- \appendix
- \include{Capitoli/Appendici/Appendice1}
- %
- \end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement