aboutsummaryrefslogtreecommitdiff
path: root/templates/resume.tex
blob: 678e20b125c70021340c7ac89dc63087b8881b10 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
$if(name)$
  \subsection{$name$}
$endif$

{\color{OliveGreen} $if(location)$ $location$ $endif$ $if(time)$$time$ $endif$}

$body$

$if(skills)$
  \begin{enumerate*}[label={}]
    $for(skills)$
      \item{}
      \hspace{-0.3cm}
      {\color{gray}\uline{\textcolor{black}{$item$}}}
      \hspace{0.2cm}
    $endfor$
  \end{enumerate*}
$endif$