-
Notifications
You must be signed in to change notification settings - Fork 0
/
resume.cls
48 lines (44 loc) · 1.09 KB
/
resume.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
\LoadClass{article}
\NeedsTeXFormat{LaTeX2e}
\ProvidesClass{resume}
\RequirePackage{titlesec}
\RequirePackage{enumitem}
\RequirePackage[utf8]{inputenc}
\RequirePackage[T1]{fontenc}
\RequirePackage{tgbonum}
\RequirePackage{extsizes}
\RequirePackage{hyperref}
\RequirePackage{xcolor}
\RequirePackage{multirow}
\RequirePackage{anyfontsize}
\RequirePackage{ragged2e}
\setlist[itemize]{before=\csname par\endcsname\raggedright, itemsep=-0.2em, leftmargin=1em, rightmargin=0em, partopsep=0pt}
\definecolor{linkcolor}{HTML}{000088}
\hypersetup{
colorlinks=true,
urlcolor = linkcolor, % Colour for external hyperlinks
linkcolor = linkcolor, % Colour of internal links
citecolor = linkcolor % Colour of citations
}
\titleformat{\section}
{\Large%
\scshape%
\raggedright}
{}
{0em}
{}
[]
\titlespacing*{\section}
{0em}
{0.5em}
{-0.225em}
\titleformat{\subsection}
{\large\normalfont\scshape\raggedright}
{}
{0em}
{}
[]
\titlespacing*{\subsection}
{0em}
{0.5em}
{-0.2em}