migrate the customised thesis
This commit is contained in:
@@ -1,65 +1,43 @@
|
||||
\documentclass{mythesis}
|
||||
\usepackage{mythesis}
|
||||
\usepackage{hyperref}
|
||||
\usepackage{booktabs}
|
||||
\usepackage{tabularx}
|
||||
\usepackage{color}
|
||||
%\documentclass[11pt,a4paper, singlespace,oneside]{book}
|
||||
\documentclass[11pt,a4paper, openany]{book}
|
||||
\usepackage[]{mythesis}
|
||||
\input{custom_macro}
|
||||
|
||||
\input{custom_macro.tex}
|
||||
%% You can set the line spacing this way
|
||||
%\setallspacing{double}
|
||||
%% or a section at a time like this
|
||||
%\setfrontmatterspacing{double}
|
||||
|
||||
%% PDF metadata
|
||||
\makeatletter
|
||||
\@ifpackageloaded{hyperref}{%
|
||||
\hypersetup{%
|
||||
\@ifpackageloaded{hyperref}{
|
||||
\hypersetup{
|
||||
pdftitle = {A Study of Muon Capture for Muon to Electron Conversion
|
||||
Experiments},
|
||||
pdfsubject = {Nam H Tran's PhD thesis},
|
||||
pdfsubject = {NT's thesis},
|
||||
pdfkeywords = {muon capture, muon to electron conversion, COMET},
|
||||
pdfauthor = {\textcopyright\ Nam Hoai Tran}
|
||||
pdfauthor = {\textcopyright\ Nam H. Tran}
|
||||
}
|
||||
}{}
|
||||
\makeatother
|
||||
|
||||
%% Define the thesis title and author
|
||||
\title{A Study of Muon Capture for \\Muon to Electron Conversion Experiments}
|
||||
\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}
|
||||
|
||||
%% Start the document
|
||||
\begin{document}
|
||||
%\begin{frontmatter}
|
||||
%\input{chapters/frontmatter}
|
||||
%\end{frontmatter}
|
||||
|
||||
%% Define the un-numbered front matter (cover pages, rubrik and table of contents)
|
||||
\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}
|
||||
|
||||
%% Start the content body of the thesis
|
||||
\begin{mainmatter}
|
||||
%% Actually, more semantic chapter filenames are better, like "chap-bgtheory.tex"
|
||||
\input{chapters/chap1}
|
||||
%\input{chapters/chap2}
|
||||
%\input{chapters/chap3}
|
||||
%\input{chapters/chap4}
|
||||
%\input{chapters/chap5}
|
||||
%\input{chapters/chap6}
|
||||
%% To ignore a specific chapter while working on another,
|
||||
%% making the build faster, comment it out like this:
|
||||
%\input{chapters/chap4}
|
||||
\end{mainmatter}
|
||||
|
||||
%% Produce the appendices
|
||||
\begin{appendices}
|
||||
%\input{chapters/appendices}
|
||||
\end{appendices}
|
||||
|
||||
%% Produce the un-numbered back matter (e.g. colophon,
|
||||
%% bibliography, tables of figures etc., index...)
|
||||
\begin{backmatter}
|
||||
\input{chapters/backmatter}
|
||||
\end{backmatter}
|
||||
|
||||
%% Close
|
||||
\end{document}
|
||||
|
||||
Reference in New Issue
Block a user