-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpreamble.tex
84 lines (69 loc) · 1.68 KB
/
preamble.tex
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
\makeatletter
\long\def\pprintMaketitle{\clearpage
\iflongmktitle\if@twocolumn\let\columnwidth=\textwidth\fi\fi
\resetTitleCounters
\def\baselinestretch{1}%
\printFirstPageNotes
\begin{center}%
\thispagestyle{pprintTitle}%
\def\baselinestretch{1}%
{\large\bf\@title}\par\vskip5pt
\normalsize\elsauthors\par\vskip5pt
\footnotesize\itshape\elsaddress\par\vskip10pt
\end{center}%
\gdef\thefootnote{\arabic{footnote}}%
}
\makeatother
\newcommand\blfootnote[1]{%
\begingroup
\renewcommand\thefootnote{}\footnote{#1}%
\addtocounter{footnote}{-1}%
\endgroup
}
\journal{}
\raggedbottom
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{lipsum}
\usepackage{graphicx}
\usepackage{xspace}
\usepackage{epsf}
\usepackage{setspace}
\usepackage{float}
\usepackage{abstract}
\usepackage[]{siunitx}
\sisetup{
separate-uncertainty = true,
print-unity-mantissa=false,
per-mode=symbol,
range-phrase = \text{--},
range-units=single
}
\usepackage[
protrusion=true,
activate={true,nocompatibility},
final,
tracking=true,
kerning=true,
spacing=true,
factor=1100]{microtype}
\SetTracking{encoding={*}, shape=sc}{40}
\usepackage[margin=1in]{geometry}
\usepackage{stmaryrd}
\SetSymbolFont{stmry}{bold}{U}{stmry}{m}{n}
\usepackage[]{xcolor}
\input{mathsymbols.tex}
\input{colors.tex}
\usepackage{hyperref}
\hypersetup{
colorlinks=true,
}
\usepackage[labelfont=bf,font=small]{caption}
\usepackage[nameinlink]{cleveref}
\crefname{equation}{}{}
\def\appendixname{}
\crefname{appendix}{}{}
\usepackage[parfill]{parskip}
\bibliographystyle{bibsty.bst}
\newcommand{\spencer}[1]{\textcolor{seagreen}{[[Spencer says: #1]]}}
\let\shb\spencer