forked from avinal/resume
-
Notifications
You must be signed in to change notification settings - Fork 0
/
example.tex
46 lines (30 loc) · 1.02 KB
/
example.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
%!TEX TS-program = xelatex
\documentclass[a4paper]{comcv}
\usepackage[english]{babel}
\title{This Document Title}
\fullname{FirstName}{LastName}{Degree}
\cvtitle{This is my CV Title}
\website{https://www.example.com}{www.example.com}
\email{[email protected]}
\github{https://github.com/ghost}{GitHub}
\linkedin{https://www.linkedin.com/in/username}{LinkedIn}
\currentdate{DD Month YYYY}
\begin{document}
These are some details about me.
\section{Section 1}
\combosection{Subsection 1.a}{Small Description}{MM YYYY-Present}{This is description for subsection 1.a.\vspace{\topsep}
\begin{tightlist}
\item itemA
\item itemB
\end{tightlist}
}
\vspace{\topsep}
\combosection{Subsection 1.b}{Small Description}{MM YYYY-MM YYYY}{\href{htps://www.example.com}{This is a link}}
\vspace{\topsep}
\section{Section 2}
\combosection{Subsection 2.a}{Small Description}{MM YYYY-Present}{}
\vspace{\topsep}
\combosection{Subsection 2.b}{Small Description}{}{}
\vspace{\topsep}
\combosection{Subsection 2.c}{}{}{}
\end{document}