Files
writeup/thesis2/thesis.tex

44 lines
1.0 KiB
TeX

%\documentclass[11pt,a4paper, singlespace,oneside]{book}
\documentclass[11pt,a4paper, openany]{book}
\usepackage[]{mythesis}
\input{custom_macro}
\makeatletter
\@ifpackageloaded{hyperref}{
\hypersetup{
pdftitle = {A Study of Muon Capture for Muon to Electron Conversion
Experiments},
pdfsubject = {NT's thesis},
pdfkeywords = {muon capture, muon to electron conversion, COMET},
pdfauthor = {\textcopyright\ Nam H. Tran}
}
}{}
\makeatother
\title{A study of proton emission\\
\vspace{-7mm} %%ad-hoc hack to get the spacing roughly right
following nuclear muon capture\\
\vspace{2mm}
for the COMET experiment}
\author{Nam Hoai Tran}
\date{September, 2014}
\begin{document}
\begin{frontmatter}
\input{chapters/frontmatter}
\end{frontmatter}
\mainmatter
\input{chapters/chap1_intro}
\input{chapters/chap2_mu_e_conv}
%\input{chapters/chap3_comet}
%\input{chapters/chap4_alcap_phys}
%\input{chapters/chap5_alcap_setup}
%\input{chapters/chap6_analysis}
%\input{chapters/chap7_results}
\begin{backmatter}
\input{chapters/backmatter}
\end{backmatter}
\end{document}