diff options
Diffstat (limited to 'cv-template.tex')
-rw-r--r-- | cv-template.tex | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/cv-template.tex b/cv-template.tex index 98685ab..94f3237 100644 --- a/cv-template.tex +++ b/cv-template.tex @@ -21,8 +21,10 @@ \hypersetup{colorlinks=true,linkcolor=sblue,urlcolor=sblue} \newcommand{\cvemph}[1]{\emph{\cvemphcolor#1}} - \newcommand{\cvhref}[2]{#2\footnote{#2 --- \href{#1}{#1}}} +\newenvironment{cvitemize} +{\begin{itemize}\setlength{\itemsep}{0pt}} +{\end{itemize}} \providecommand{\name}[1]{\providecommand{\cvname}{#1}} \providecommand{\email}[1]{\providecommand{\cvemail}{\href{mailto:#1}{#1}}} @@ -57,7 +59,7 @@ \providecommand{\timeitem}[5] {\noindent{\Large{\cvcompanycolor #3} --- {\cvprofessiontitlecolor #4 }{\cvrulecolor\hrulefill}{\cvtimeintervalcolor\textit{ #1 --- #2}}} \par -{\narrower #5\par} +{#5\par} } \newcommand{\cvsection}[1]{{\noindent{\cvrulecolor\hrulefill}\par\noindent\cvsectioncolor\LARGE{#1}}\medskip\par} |