Intro copied from various places

This commit is contained in:
nam
2014-01-16 17:49:05 +09:00
parent 289284e7c1
commit 42442abc6a
6 changed files with 295 additions and 49 deletions

View File

@@ -1,6 +1,11 @@
\documentclass{mythesis}
\usepackage{mythesis}
\usepackage{hyperref}
\usepackage{booktabs}
\usepackage{tabularx}
\usepackage{color}
\input{custom_macro.tex}
%% You can set the line spacing this way
%\setallspacing{double}
%% or a section at a time like this
@@ -10,17 +15,18 @@
\makeatletter
\@ifpackageloaded{hyperref}{%
\hypersetup{%
pdftitle = {Studying B to K pi decays with LHCb},
pdfsubject = {Andy Buckley's PhD thesis},
pdfkeywords = {LHCb, B, physics, LHC, heavy flavour},
pdfauthor = {\textcopyright\ Andy Buckley}
pdftitle = {A Study of Muon Capture for Muon to Electron Conversion
Experiments},
pdfsubject = {Nam H Tran's PhD thesis},
pdfkeywords = {muon capture, muon to electron conversion, COMET},
pdfauthor = {\textcopyright\ Nam Hoai Tran}
}
}{}
\makeatother
%% Define the thesis title and author
\title{A study of \BToKPi decays with\\ the \LHCb experiment}
\author{Andrew Gordon Buckley}
\title{A Study of Muon Capture for \\Muon to Electron Conversion Experiments}
\author{Nam Hoai Tran}
%% Start the document
\begin{document}
@@ -34,11 +40,11 @@ pdfauthor = {\textcopyright\ Andy Buckley}
\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}
%\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}