summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/hepthesis/example/thesis.cls
blob: 17307ffeda1eaeec44dcf2cc38720e1fd3a927f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
\ProvidesClass{thesis}
%% For normal draft builds
\LoadClass[hyperpdf,nobind,draft,sftitles]{hepthesis}
%% For short draft builds (breaks citations by necessity)
%\LoadClass[hyperpdf,nobind,draft,hidefrontback]{hepthesis}
%% For Cambridge soft-bound version
%\LoadClass[hyperpdf,bindnopdf]{hepthesis}
%% For Cambridge hard-bound version (must be one-sided)
%\LoadClass[hyperpdf,oneside]{hepthesis}

%% -------------------------------------
%% Standard packages
%% -------------------------------------
\RequirePackage{rotating}
\RequirePackage{cite}
%\RequirePackage{morefloats}
\RequirePackage{mathrsfs} % script font
\RequirePackage{afterpage}