Files
resume/example.tex
T

46 lines
1.0 KiB
TeX
Raw Normal View History

2021-01-24 19:37:57 +05:30
%!TEX TS-program = xelatex
\documentclass[a4paper]{comcv}
\usepackage[english]{babel}
\title{This Document Title}
2021-01-24 22:56:42 +05:30
\fullname{FirstName}{LastName}{Degree}
\cvtitle{This is my CV Title}
2021-01-24 19:37:57 +05:30
\website{https://www.example.com}{www.example.com}
\email{email@example.com}
\github{https://github.com/ghost}{GitHub}
\linkedin{https://www.linkedin.com/in/username}{LinkedIn}
\currentdate{DD Month YYYY}
\begin{document}
2021-01-24 22:56:42 +05:30
These are some details about me.
2021-01-24 19:37:57 +05:30
\section{Section 1}
2021-01-24 22:56:42 +05:30
2021-01-24 19:37:57 +05:30
\combosection{Subsection 1.a}{Small Description}{MM YYYY-Present}{This is description for subsection 1.a.\vspace{\topsep}
\begin{tightlist}
2021-01-24 22:56:42 +05:30
\item itemA
\item itemB
2021-01-24 19:37:57 +05:30
\end{tightlist}
}
\vspace{\topsep}
2021-01-24 22:56:42 +05:30
\combosection{Subsection 1.b}{Small Description}{MM YYYY-MM YYYY}{\href{htps://www.example.com}{This is a link}}
2021-01-24 19:37:57 +05:30
\vspace{\topsep}
\section{Section 2}
2021-01-24 22:56:42 +05:30
\combosection{Subsection 2.a}{Small Description}{MM YYYY-Present}{}
2021-01-24 19:37:57 +05:30
\vspace{\topsep}
2021-01-24 22:56:42 +05:30
\combosection{Subsection 2.b}{Small Description}{}{}
2021-01-24 19:37:57 +05:30
\vspace{\topsep}
2021-01-24 22:56:42 +05:30
\combosection{Subsection 2.c}{}{}{}
2021-01-24 19:37:57 +05:30
\end{document}