diff options
author | Karl Berry <karl@freefriends.org> | 2008-07-12 18:03:34 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-07-12 18:03:34 +0000 |
commit | 571a59707cdc614327b51de4a2494eddf9410042 (patch) | |
tree | 367f82656d2835ca3a2de3e2994e0cb411f8b65a /Master/texmf-dist/doc/latex/hepthesis/hepthesis.tex | |
parent | df62587ee85aba2109d6ff1efee005af5b626ac1 (diff) |
hepthesis update (11jul08)
git-svn-id: svn://tug.org/texlive/trunk@9483 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/hepthesis/hepthesis.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/hepthesis/hepthesis.tex | 21 |
1 files changed, 13 insertions, 8 deletions
diff --git a/Master/texmf-dist/doc/latex/hepthesis/hepthesis.tex b/Master/texmf-dist/doc/latex/hepthesis/hepthesis.tex index fddedc38438..7d18f68de14 100644 --- a/Master/texmf-dist/doc/latex/hepthesis/hepthesis.tex +++ b/Master/texmf-dist/doc/latex/hepthesis/hepthesis.tex @@ -1,6 +1,6 @@ -\documentclass[12pt]{article} +\documentclass[12pt]{scrartcl} \usepackage{maybemath,xspace,setspace,fancyvrb,fancybox} -\usepackage{a4wide,url,relsize,sfheaders,underscore} +\usepackage{a4wide,url,relsize,underscore} \usepackage[colorlinks=true,bookmarks=true]{hyperref} \newcommand{\maybemath}{\texttt{maybemath}\xspace} \newcommand{\hepthesis}{\texttt{hepthesis}\xspace} @@ -14,6 +14,9 @@ \author{Andy Buckley, \texttt{andy@insectnation.org}} \title{\hepthesis \hepthesisversion \\ \smaller A class for typesetting academic theses} +%% Bold tt font +\DeclareFontShape{OT1}{cmtt}{bx}{n}{<5><6><7><8><9><10><10.95><12><14.4><17.28><20.74><24.88>cmttb10}{} + \newcommand{\Or}{\texorpdfstring{\ensuremath{\vert}\xspace}{or}} \newcommand{\manifestsAs}{\texorpdfstring{\ensuremath{\Rightarrow\quad}\xspace}{->}} \newcommand{\texcmd}[1]{\texorpdfstring{\texttt{\char`\\#1}}{#1}} @@ -119,7 +122,6 @@ be natively available in your \TeX{} distribution; the rest from CTAN. Here's the mandatory packages: \begin{itemize} \item \textbf{scrbook~\cite{scrbook}} (from KOMA-scripts) -\item \textbf{cite~\cite{cite}} \item \textbf{setspace~\cite{setspace}} \item \textbf{fancyhdr~\cite{fancyhdr}} \item \textbf{rotating~\cite{rotating}} @@ -147,6 +149,7 @@ Additionally, there are several packages which are only required depending on the class options: \begin{itemize} +%\item \textbf{cite~\cite{cite}} \item \textbf{csquotes~\cite{csquotes}:} very standard. Quotation commands will use this if loaded. \item \textbf{babel~\cite{babel}:} very standard. Quotation commands will use this if loaded. \item \textbf{a4wide~\cite{a4wide}:} very standard. Disabled with any paper size option other than |a4paper| @@ -156,7 +159,6 @@ the class options: \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 -\item \textbf{sfheaders~\cite{sfheaders}:} non-standard (?). Enable with the |sftitles| option \end{itemize} Some other handy packages (which aren't required at all for compatibility with @@ -239,7 +241,11 @@ proof-reading. This makes use of the standard |draftcopy| and the less-standard \subsection{\texopt{sftitles}} Uses a sans-serif font for the title page and all chapter, section and -subsection headings. Requires the |sfheaders| package. +subsection headings. + +\subsection{\texopt{rmtitles}} +Uses a serif (roman) font for the title page and all chapter, section and +subsection headings (this is the default). \subsection{\texopt{booktabs} \Or \texopt{nobooktabs}} Use the |booktabs| package to define the \hepthesis tabular environment. @@ -688,10 +694,10 @@ a quick guide on how to install personal copies of \LaTeX{} packages. \subsection{\texttt{thesis.cls}} -{\smaller \VerbatimInput{example/thesis.cls}} +{\smaller \VerbatimInput{example/mythesis.cls}} \subsection{\texttt{thesis.sty}} -{\smaller \VerbatimInput{example/thesis.sty}} +{\smaller \VerbatimInput{example/mythesis.sty}} \subsection{\texttt{thesis.tex}} {\smaller \VerbatimInput{example/example.tex}} @@ -865,7 +871,6 @@ Otherwise you can just delete the |.aux| file when you change between using \bibitem{draftcopy}{draftcopy: \url{ctan:/macros/latex/contrib/draftcopy/}} \bibitem{lineno}{lineno: \url{ctan:/macros/latex/contrib/lineno/}} \bibitem{titling}{titling: \url{ctan:/macros/latex/contrib/titling/}} -\bibitem{sfheaders}{sfheaders: \url{ctan:/macros/latex/contrib/sfheaders/}} \bibitem{SIunits}{SIunits: \url{ctan:/macros/latex/contrib/SIunits/}} \bibitem{hepunits}{hepunits: \url{ctan:/macros/latex/contrib/hepunits/}} \bibitem{hepnames}{hepnames: \url{ctan:/macros/latex/contrib/hepnames/}} |