diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/hepthesis/example/thesis.cls')
-rw-r--r-- | Master/texmf-dist/doc/latex/hepthesis/example/thesis.cls | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/hepthesis/example/thesis.cls b/Master/texmf-dist/doc/latex/hepthesis/example/thesis.cls new file mode 100644 index 00000000000..a2c160e0d4a --- /dev/null +++ b/Master/texmf-dist/doc/latex/hepthesis/example/thesis.cls @@ -0,0 +1,18 @@ +\ProvidesClass{thesis} +%% For normal draft builds +\LoadClass[hyperpdf,nobind,draft]{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} |