-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.tex
68 lines (50 loc) · 1.26 KB
/
main.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
\documentclass[12pt]{article}
\usepackage[utf8]{inputenc}
\usepackage{hyperref}
\usepackage{mathptmx}
% Left and right margins are 0.5 inches
% Top and bottom margins are 0.5 inches
\usepackage[paperwidth = 8.5in, paperheight = 11in, left = 0.42in, right = 0.42in, top = 0.5in, bottom = 0.5in]{geometry}
\renewcommand{\labelitemi}{-}
\newenvironment{resume_subsection}[1]{
\begin{list}{}{
\setlength{\itemsep}{0in}
\setlength{\labelsep}{0in}
\setlength{\labelwidth}{0in}
\setlength{\leftmargin}{0.4in}
\setlength{\rightmargin}{0.4in}
\setlength{\listparindent}{0in}
\setlength{\parsep}{0in}
\setlength{\parskip}{0in}
\setlength{\partopsep}{0in}
\setlength{\topsep}{#1}
}
\item[]
}{\end{list}}
\newenvironment{resume_section}[1]
% Begin
{
\textsc{\large{#1}}
\vspace*{-0.1in}
\hrulefill
\vspace*{-0.2in}
\bigskip
\normalsize
\begin{resume_subsection}{0.05in}
}
% End
{
\end{resume_subsection}
}
\begin{document}
\begin{titlepage}
\end{titlepage}
\begin{center}
\textsc{\Huge{Jiakang Chen}}
\end{center}
\normalsize
\begin{center}
\texttt{jiakangchen005@gmail.com} \hspace{1in} \texttt{(786)-660-8815} \hspace{1.5in} \texttt{Weston, Florida}
\end{center}
\input{./resume}
\end{document}