-
Notifications
You must be signed in to change notification settings - Fork 0
/
mythesis.cls
50 lines (43 loc) · 1.91 KB
/
mythesis.cls
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
\ProvidesClass{mythesis}
%% For normal draft builds
\LoadClass[noroman,nobind,twoside]{hepthesis}
%\LoadClass[noroman,hyperpdf,nobind,sftitles,oneside]{hepthesis}
%\LoadClass[noroman,hyperpdf,nobind,draft,sftitles,oneside]{../../../style/hepthesis}
%\LoadClass[noroman,hyperpdf,nobind,draft,twoside]{../../../style/hepthesis}
%\LoadClass[noroman,hyperpdf,bindnopdf]{hepthesis}
%\LoadClass[noroman,hyperpdf,nobind,draft,sftitles,oneside,hidefront]{hepthesis}
%% For short draft builds (breaks citations by necessity)
%\LoadClass[noroman,hyperpdf,nobind,draft,hidefrontback]{hepthesis}
%% For Cambridge soft-bound version
%\LoadClass[noroman,hyperpdf,bindnopdf]{hepthesis}
%% For Cambridge hard-bound version (must be one-sided)
%\LoadClass[noroman,hyperpdf,oneside]{hepthesis}
%% ------------------------------------- %% Standard packages %% -------------------------------------
\RequirePackage{cite}
%\RequirePackage{morefloats}
\RequirePackage{mathrsfs} % script font
\RequirePackage{afterpage}
%% Using Babel allows other languages to be used and mixed-in easily
\RequirePackage[ngerman,english]{babel}
\selectlanguage{english}
%% Quotes in different languages are different.
%% Using \enquote{bla} automatically uses the correct quotes
%% according to the Babel language that is set
\RequirePackage[babel]{csquotes}
%% Subfigures - note subfig is incompatible with ccaption
\RequirePackage{subfigure}
%% TikZ is a marvellous drawing package
\RequirePackage{tikz}
\RequirePackage{overpic}
\setcounter{secnumdepth}{3} %override hepthesis - want subsubsecs numbered
% General table packages
\usepackage{multirow}
\usepackage{rotating}
\usepackage{pbox}
\usepackage{multirow}
% For aligning numbers in tables by decimal point
\usepackage{dcolumn}
% Following is so can draw horizontal dashed lines in tables. For some reason need to
% include array to stop undefined reference when using arydshln
\usepackage{array}
%\usepackage{arydshln}