-
Notifications
You must be signed in to change notification settings - Fork 0
/
thesis_intro.tex
executable file
·60 lines (51 loc) · 2.5 KB
/
thesis_intro.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
% !TEX root = mythesis.tex
%==============================================================================
\chapter{Introduction}
\label{sec:intro}
%==============================================================================
The introduction usually gives a few pages of introduction to the
whole subject, maybe even starting with the Greeks.
For more information on \LaTeX{} and the packages that are available
see for example the books of Kopka~\cite{kopka04} and Goossens et
al~\cite{goossens04}.
A lot of useful information on particle physics can be found in the
\enquote{Particle Data Book}~\cite{pdg2010}.
I have resisted the temptation to put a lot of definitions into the
file \texttt{thesis\_defs.sty}, as everyone has their own taste as
to what scheme they want to use for names.
However, a few examples are included to help you get started:
\begin{itemize}
\setlength{\itemsep}{0pt}\setlength{\parskip}{0pt}
\item cross-sections are measured in \si{\pb} and integrated
luminosity in \si{\invpb};
\item the \KoS is an interesting particle;
\item the missing transverse momentum, \pTmiss, is often called
missing transverse energy, even though it is calculated using a vector sum.
\end{itemize}
Note that the examples of units assume that you are using the
\textsf{siunitx} package.
It also is probably a good idea to include a few well formatted
references in the thesis skeleton. More detailed suggestions on what
citation types to use can be found in the \enquote{Thesis Guide}~\cite{thesis-guide}:
\begin{itemize}
\item articles in refereed journals~\cite{pdg2010,Aad:2010ey};
\item a book~\cite{Halzen:1984mc};
\item a PhD thesis~\cite{tlodd:2012} and a Diplom thesis~\cite{mergelmeyer:2011};
\item a collection of articles~\cite{lhc:vol1};
\item a conference note~\cite{ATLAS-CONF-2011-008};
\item a preprint~\cite{atlas:perf:2009} (you can also use
\texttt{@online} or \texttt{@booklet} for such things);
\item something that is only available online~\cite{thesis-guide}.
\end{itemize}
At the end of the introduction it is normal to say briefly what comes
in the following chapters.
The line at the beginning of this file is used by TeXstudio etc.\ to
specify which is the master \LaTeX{} file, so that you can compile your thesis
directly from this file.
The lines at the end of this file are used by AUCTeX
directly within \texttt{emacs} to do the same thing.
If your thesis is called something other than \texttt{mythesis}, adjust them as appropriate.
%%% Local Variables:
%%% mode: latex
%%% TeX-master: "mythesis"
%%% End: