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}
|
2024-02-28 13:28:30 +00:00
|
|
|
\phonenumber{123456789}
|
2021-01-24 19:37:57 +05:30
|
|
|
\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
|
|
|
|
2024-09-18 14:35:12 -04:00
|
|
|
\combosection{Subsection 1.a}{Small Description}{MM YYYY -- Present}{This is description for subsection 1.a.\vspace{\topsep}
|
2021-01-24 19:37:57 +05:30
|
|
|
\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}
|
|
|
|
|
|
2024-09-18 14:35:12 -04:00
|
|
|
\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}
|
|
|
|
|
|
2024-09-18 14:35:12 -04:00
|
|
|
\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}
|