-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresume.cls
38 lines (36 loc) · 859 Bytes
/
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
\LoadClass[14pt]{extreport}
\usepackage{ifthen}
\usepackage[english]{babel}
\usepackage[utf8x]{inputenc}
\usepackage{geometry}
\usepackage{array}
\usepackage{enumitem}
\usepackage{hyperref}
\usepackage{xltabular}
\usepackage{graphicx}
\setlist[itemize]{leftmargin=*}
\linespread{1.15}
\geometry{a4paper,
left={0.5in},
top={0.4in},
right={0.5in},
bottom={0.4in}
}
\newcommand\clink[1]{{\usefont{T1}{lmtt}{m}{n} #1 }}
\pagenumbering{gobble}
\newenvironment{csection}[2]{
\textbf{#1}
\vspace{0.15cm}
\hrule
{#2}
}{}
\newenvironment{frcontent}[4]{
{
\textbf{#1} \leavevmode\newline
{\footnotesize
\ifthenelse{\equal{#2}{}}{}{{#2 \leavevmode\newline}}
\ifthenelse{\equal{#3}{}}{}{{#3 \leavevmode\newline}}
\ifthenelse{\equal{#4}{}}{}{{\textit{#4}}}
}
}
}{}