forked from danielmangrum/jobmarkethacker
-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathjmstatement.cls
More file actions
28 lines (25 loc) · 784 Bytes
/
jmstatement.cls
File metadata and controls
28 lines (25 loc) · 784 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
\ProvidesClass{jmstatement}
\LoadClass[11pt,letterpaper]{article} % Font size and paper type
%--------------------------------------------------%
% packages %
%--------------------------------------------------%
% Document Formatting
\usepackage[margin=1.2in]{geometry}
% \usepackage{parskip}
\usepackage{fancyhdr}
\setlength{\headheight}{15pt}
\usepackage{xcolor}
\usepackage{bold-extra}
\usepackage{natbib}
% References and Citations
\usepackage{url}
\usepackage{hyperref}
\definecolor{dkgreen}{rgb}{0,0.6,0}
\definecolor{ucmaroon}{rgb}{0.50,0,0}
\hypersetup{
pdfauthor={},
colorlinks=true, % false: boxed links; true: colored links
citecolor=dkgreen,
linkcolor=magenta,
urlcolor=magenta % color of external links
}