123 lines
		
	
	
		
			3.0 KiB
		
	
	
	
		
			TeX
		
	
	
	
	
	
			
		
		
	
	
			123 lines
		
	
	
		
			3.0 KiB
		
	
	
	
		
			TeX
		
	
	
	
	
	
| \documentclass[a4paper,11pt,twoside]{thesis}
 | |
| 
 | |
| \usepackage[british]{babel}
 | |
| \usepackage{csquotes}
 | |
| \usepackage{debug}
 | |
| \usepackage{sciencestuff}
 | |
| \usepackage{import}
 | |
| 
 | |
| \author{Riccardo Finotello}
 | |
| \title{Theoretical and Computational Aspects of String Theory and Their Phenomenological Implications}
 | |
| \advisor{Igor Pesando}
 | |
| \institution{Università degli Studi di Torino}
 | |
| \school{Scuola di Dottorato}
 | |
| \specialisation{Dottorato in Fisica ed Astrofisica}
 | |
| \logo{img/unito}
 | |
| 
 | |
| \addbibresource{thesis.bib}
 | |
| 
 | |
| \fancyhead[L]{}
 | |
| \fancyhead[R]{\rightmark}
 | |
| 
 | |
| \hypersetup{%
 | |
|   pdfauthor={Riccardo Finotello}
 | |
| }
 | |
| 
 | |
| %---- additional commands
 | |
| \newcommand{\sm}{\textsc{sm}\xspace}
 | |
| \newcommand{\eom}{\textsc{e.o.m.}\xspace}
 | |
| \newcommand{\cft}{\textsc{cft}\xspace}
 | |
| \newcommand{\ope}{\textsc{ope}\xspace}
 | |
| \newcommand{\ap}{\ensuremath{\alpha'}}
 | |
| \newcommand{\cy}{\textsc{CY}\xspace}
 | |
| 
 | |
| %---- derivatives
 | |
| \newcommand{\pd}{\ensuremath{\partial}}
 | |
| \newcommand{\bpd}{\ensuremath{\overline{\partial}}}
 | |
| 
 | |
| %---- integrals
 | |
| \newcommand{\ddz}{\ensuremath{\frac{\mathrm{d}z}{2 \pi i}}}
 | |
| \newcommand{\ddbz}{\ensuremath{\frac{\mathrm{d}\overline{z}}{2 \pi i}}}
 | |
| \newcommand{\cint}[1]{\ensuremath{\oint\limits_{\ccC_{#1}}}}
 | |
| 
 | |
| %---- operators
 | |
| \newcommand{\bT}{\ensuremath{\overline{T}}}
 | |
| \newcommand{\bL}{\ensuremath{\overline{L}}}
 | |
| 
 | |
| %---- states
 | |
| \newcommand{\regvacuum}{\ensuremath{\ket{0}_{\SL{2}{R}}}}
 | |
| 
 | |
| %---- coordinates
 | |
| \newcommand{\dX}{\ensuremath{\dot{X}}}
 | |
| \newcommand{\pX}{\ensuremath{X'}}
 | |
| \newcommand{\bX}{\ensuremath{\overline{X}}}
 | |
| \newcommand{\bpsi}{\ensuremath{\overline{\psi}}}
 | |
| \newcommand{\bxi}{\ensuremath{\overline{\xi}}}
 | |
| \newcommand{\bchi}{\ensuremath{\overline{\chi}}}
 | |
| \newcommand{\bz}{\ensuremath{\overline{z}}}
 | |
| \newcommand{\bw}{\ensuremath{\overline{w}}}
 | |
| \newcommand{\bomega}{\ensuremath{\overline{\omega}}}
 | |
| \newcommand{\bepsilon}{\ensuremath{\overline{\epsilon}}}
 | |
| \newcommand{\balpha}{\ensuremath{\overline{\alpha}}}
 | |
| 
 | |
| 
 | |
| %---- BEGIN DOCUMENT
 | |
| 
 | |
| \begin{document}
 | |
| 
 | |
| %---- TITLE
 | |
| \maketitlepage{}
 | |
| \cleardoubleplainpage{}
 | |
| 
 | |
| %---- FRONTESPICE
 | |
| \makefrontespice{}
 | |
| \cleardoubleplainpage{}
 | |
| 
 | |
| %---- ABSTRACT
 | |
| \begin{abstractpage}
 | |
| \input{sec/abstract.tex}
 | |
| \end{abstractpage}
 | |
| \cleardoubleplainpage{}
 | |
| 
 | |
| %---- ACKNOWLEDGENTS
 | |
| \begin{acknowledgmentspage}
 | |
| \input{sec/acknowledgments.tex}
 | |
| \end{acknowledgmentspage}
 | |
| \cleardoubleplainpage{}
 | |
| 
 | |
| %---- TOC AND OUTLINE
 | |
| \plaintoc{}
 | |
| \outline{Outline}
 | |
| \input{sec/outline.tex}
 | |
| 
 | |
| %---- PARTICLE PHYSICS
 | |
| \thesispart{Conformal Symmetry and Geometry of the Wordlsheet}
 | |
| \section{Introduction}
 | |
| \input{sec/part1/introduction.tex}
 | |
| \section{D-branes Intersecting at Angles}
 | |
| \input{sec/part1/dbranes.tex}
 | |
| \section{Fermions With Boundary Defects}
 | |
| \input{sec/part1/fermions.tex}
 | |
| 
 | |
| %---- COSMOLOGY
 | |
| \thesispart{Cosmology and Time Dependent Divergences}
 | |
| \section{Introduction}
 | |
| \input{sec/part2/introduction.tex}
 | |
| 
 | |
| %---- DEEP LEARNING
 | |
| \thesispart{Deep Learning the Geometry of String Theory}
 | |
| \label{part:deeplearning}
 | |
| \section{Introduction}
 | |
| \input{sec/part3/introduction.tex}
 | |
| 
 | |
| %---- APPENDIX
 | |
| \appendix
 | |
| 
 | |
| %---- BIBLIOGRAPHY
 | |
| \cleardoubleplainpage{}
 | |
| \printbibliography[heading=bibintoc]
 | |
| 
 | |
| \end{document}
 | |
| 
 | |
| % vim: ft=tex
 |