diff options
author | Nicolas Dato <nicolas.dato@gmail.com> | 2024-10-06 13:23:17 -0300 |
---|---|---|
committer | Nicolas Dato <nicolas.dato@gmail.com> | 2024-10-06 13:23:17 -0300 |
commit | ecb4a475ddc827c8f37264c60b36183e6832002a (patch) | |
tree | 67befec43e76ef2e772baee8d773598083d8d501 /cv-template.tex | |
parent | 42318695363565c8d2298ae2869a4d31b3ea254b (diff) | |
download | cv-ecb4a475ddc827c8f37264c60b36183e6832002a.tar.gz cv-ecb4a475ddc827c8f37264c60b36183e6832002a.tar.bz2 |
improving sentence, and less space between headline and description
Diffstat (limited to 'cv-template.tex')
-rw-r--r-- | cv-template.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cv-template.tex b/cv-template.tex index 7acb50f..f1f3c09 100644 --- a/cv-template.tex +++ b/cv-template.tex @@ -58,13 +58,13 @@ {\cvrulecolor\rule{\textwidth}{0.3em}} \end{center}} -\providecommand{\timeitem}[5] +\newcommand{\timeitem}[5] {\noindent{\Large{\cvcompanycolor #3} --- {\cvprofessiontitlecolor #4 }{\cvrulecolor\hrulefill}{\cvtimeintervalcolor\textit{ #1 --- #2}}} \par {#5\par} } -\newcommand{\cvsection}[1]{{\noindent{\cvrulecolor\hrulefill}\par\noindent\cvsectioncolor\LARGE{#1}}\medskip\par} +\newcommand{\cvsection}[1]{{\noindent{\cvrulecolor\hrulefill}\par\noindent\cvsectioncolor\LARGE{#1}}\smallskip\par} \newenvironment{introduction} {} |