diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/hepthesis/hepthesis.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/hepthesis/hepthesis.tex | 18 |
1 files changed, 8 insertions, 10 deletions
diff --git a/Master/texmf-dist/doc/latex/hepthesis/hepthesis.tex b/Master/texmf-dist/doc/latex/hepthesis/hepthesis.tex index fdca18876db..7a32d7127cc 100644 --- a/Master/texmf-dist/doc/latex/hepthesis/hepthesis.tex +++ b/Master/texmf-dist/doc/latex/hepthesis/hepthesis.tex @@ -10,7 +10,7 @@ \setlength{\fboxsep}{10pt} \addtolength{\fboxrule}{0.6\fboxrule} -\newcommand{\hepthesisversion}{v1.4} +\newcommand{\hepthesisversion}{v1.5} \author{Andy Buckley, \texttt{andy@insectnation.org}} \title{\hepthesis \hepthesisversion \\ \smaller A class for typesetting academic theses} @@ -125,6 +125,7 @@ Here's the mandatory packages: \item \textbf{setspace\,\cite{setspace}} \item \textbf{fancyhdr\,\cite{fancyhdr}} \item \textbf{rotating\,\cite{rotating}} +\item \textbf{comment\,\cite{comment}} \item \textbf{tocbibind\,\cite{tocbibind}} \item \textbf{caption\,\cite{caption}} \item \textbf{changepage\,\cite{changepage}} @@ -155,7 +156,7 @@ the class options: \item \textbf{a4wide\,\cite{a4wide}:} very standard. Disabled with any paper size option other than |a4paper| \item \textbf{amsmath\,\cite{amsmath}:} very, \emph{very} standard. Disabled with the |noams| option \item \textbf{hyperref\,\cite{hyperref}:} very standard. Enabled with the |hyper| option -\item \textbf{booktabs\,\cite{booktabs}:} non-standard. Disable with the |nobooktabs| option +\item \textbf{booktabs\,\cite{booktabs}:} very standard. Disable with the |nobooktabs| option \item \textbf{draftcopy\,\cite{draftcopy}:} very standard. Enable with the |draft| option \item \textbf{lineno\,\cite{lineno}:} non-standard (?). Enable with the |draft| option \item \textbf{titling\,\cite{titling}:} non-standard (?). Enable with the |titling| option @@ -675,7 +676,7 @@ and some related software: \section{An example \texttt{hepthesis} thesis} Here are some selected snippets from my thesis, which hopefully demonstrate the -features described. I split my thesis into |thesis.cls|, |thesis.sty| and +features described. I split my thesis into |preamble.tex| and |thesis.tex| files, with the front matter, back matter and chapters \texcmd{input}'d into |thesis.tex|. The output was built by running e.g. % @@ -685,19 +686,16 @@ pdflatex thesis.tex && bibtex thesis && pdflatex thesis.tex % (though I used a Makefile rather than do it directly). You should note that you might not be able to build this exact thesis due to missing packages: if you're -writing an HEP thesis then I'd encourage you to use the |hepnames| \LaTeX{} +writing a HEP thesis then I'd encourage you to use the |hepnames| \LaTeX{} package for typesetting particle names --- it depends on the extra -|hepparticles| and |maybemath| packages, which you'll also have to download. The +|hepparticles| and |maybemath| packages. The examples used here also rely on the |hepunits| package: you can all these extra packages from the CTAN\,\cite{CTAN}. See Appendix~\ref{app:InstallingPackages} for a quick guide on how to install personal copies of \LaTeX{} packages. -\subsection{\texttt{thesis.cls}} -{\smaller \VerbatimInput{example/mythesis.cls}} - -\subsection{\texttt{thesis.sty}} -{\smaller \VerbatimInput{example/mythesis.sty}} +\subsection{\texttt{preamble.tex}} +{\smaller \VerbatimInput{example/preamble.tex}} \subsection{\texttt{thesis.tex}} {\smaller \VerbatimInput{example/example.tex}} |