Newer
Older
Master_thesis / thesis / main.tex
%\pdfoutput=1
% Uncomment line above if submitting to arXiv and using pdflatex

% $Id: main.tex 124030 2018-10-12 09:08:33Z pkoppenb $
% ============================================================================
% Purpose: Template for LHCb documents
% Authors: Tomasz Skwarnicki, Roger Forty, Ulrik Egede
% Created on: 2010-09-24
% ============================================================================
\documentclass[12pt,a4paper]{article}
%%\documentclass[12pt,letter]{article}
% For two column text, add "twocolumn" as an option to the document
% class. Also uncomment the two "onecolumn" and "twocolumn" lines
% around the title page below.

% Variables that controls behaviour
\usepackage{ifthen} % for conditional statements
\newboolean{pdflatex}
\setboolean{pdflatex}{true} % False for eps figures

\newboolean{articletitles}
\setboolean{articletitles}{true} % False removes titles in references

\newboolean{uprightparticles}
\setboolean{uprightparticles}{false} %True for upright particle symbols

%\newboolean{inbibliography}
%\setboolean{inbibliography}{false} %True once you enter the bibliography

% Define titles and authors here. It will then be used both in metadata and in
% what is printed on the front page.
\def\paperauthors{Sascha Liechti} % Leave as is for PAPER and CONF
\def\paperasciititle{Hunting for $B \rightarrow K \tau^+ \tau^-$ on the $B \rightarrow K \mu^+ \mu^-$ dimuon spectrum} % 
%Set ASCII title here
\def\papertitle{Hunting for $B \rightarrow K \tau^+ \tau^-$ on the $B \rightarrow K \mu^+ \mu^-$ dimuon spectrum} % Latex formatted 
%title
\def\paperkeywords{{High Energy Physics}, {Model fitting}} % Comma separated list



\input{preamble}
\usepackage{longtable} % only for template; not usually to be used in PAPERs

\begin{document}



%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%% Title     %%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%
\renewcommand{\thefootnote}{\fnsymbol{footnote}}
\setcounter{footnote}{1}

\input{title-thesis}
%\twocolumn

\renewcommand{\thefootnote}{\arabic{footnote}}
\setcounter{footnote}{0}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%  Table of Content   %%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%% Uncomment next 2 lines if desired
\tableofcontents
\cleardoublepage


%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%% Main text %%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%

\pagestyle{plain} % restore page numbers for the main text
\setcounter{page}{1}
\pagenumbering{arabic}

%% Uncomment during review phase. 
%% Comment before a final submission.
%\linenumbers

% 
\input{introduction}
\newpage
\input{modelfitting}
\input{landscape}
\newpage
\input{quickstart}
\input{implementation}
\newpage
\input{parts}
\input{spaces}
\input{data}
\input{model}
\input{loss}
\input{minimization}
\input{fitresult}
\newpage
\input{performance}
\input{dalitz}
%\input{dummydalitz}
\newpage
\input{conclusion}



% Comment this in for paper drafts; do not include this in analysis note and conference reports
\newpage
\input{acknowledgements}
\newpage

%\input{supplementary}

\input{appendix}
\input{app_implementation}
\input{app_performance}

% This should be taken out in the final paper
%\input{supplementary-app}


\addcontentsline{toc}{section}{References}
%\setboolean{inbibliography}{true}
\bibliographystyle{LHCb}
\bibliography{main,standard,LHCb-PAPER,LHCb-CONF,LHCb-DP,LHCb-TDR}



\end{document}