40 lines
921 B
TeX
40 lines
921 B
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}
|
|
\lipsum[1-15]
|
|
|
|
\begin{backmatter}
|
|
\input{chapters/backmatter}
|
|
\end{backmatter}
|
|
\end{document}
|