-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathuser-defined.tex
More file actions
executable file
·44 lines (34 loc) · 902 Bytes
/
Copy pathuser-defined.tex
File metadata and controls
executable file
·44 lines (34 loc) · 902 Bytes
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
\usepackage{setspace}
\onehalfspacing
\usepackage{natbib}
\usepackage{enumerate}
\usepackage[capitalise]{cleveref}
\usepackage{subcaption}
% Feature boxes
% Could change p to H to force the location
\usepackage{float}
\floatstyle{plain}
\newfloat{featurebox}{p}{lob}[chapter]
\floatname{featurebox}{Box}
\usepackage{tcolorbox}
\usepackage{listings}
% AMS packages
%\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{amsmath}
\usepackage{amsthm}
\usepackage[mathscr]{eucal}
% Allow equations to break over pages...
\interdisplaylinepenalty=2500
% Command to stop equation breaks
% Note: enclose this in braces when used...
\newcommand{\donotsplitoverpages}{\interdisplaylinepenalty=10000}
% Graphics
\ifx\pdftexversion\undefined
\usepackage[dvips]{graphicx}
\else
\usepackage[pdftex]{graphicx}
\fi
\usepackage[hidelinks]{hyperref}
% References
\bibliographystyle{bib/ametsoc2014}