diff options
author | Nicolas Dato <nicolas.dato@gmail.com> | 2024-09-01 21:17:57 -0300 |
---|---|---|
committer | Nicolas Dato <nicolas.dato@gmail.com> | 2024-09-01 21:17:57 -0300 |
commit | 49a4a8bbfae01f01b5a268eda3790f604cdad562 (patch) | |
tree | b13935b31144a97dec8c85eb60ca1ecd27223a0b /cv-template.tex | |
parent | c9c9de07bf4cc72ed87bf634ba4f4d6fb48fbe3d (diff) | |
download | cv-49a4a8bbfae01f01b5a268eda3790f604cdad562.tar.gz cv-49a4a8bbfae01f01b5a268eda3790f604cdad562.tar.bz2 |
design
Diffstat (limited to 'cv-template.tex')
-rw-r--r-- | cv-template.tex | 36 |
1 files changed, 21 insertions, 15 deletions
diff --git a/cv-template.tex b/cv-template.tex index a985d56..98685ab 100644 --- a/cv-template.tex +++ b/cv-template.tex @@ -1,20 +1,26 @@ +\usepackage{hyperref} +\usepackage[T1]{fontenc} +\usepackage{palatino} + \input{solarized.tex} + +\pagecolor{sbase3} +\color{sbase01} +\pagestyle{empty} +\addtolength{\parskip}{1ex} + \newcommand{\cvcompanycolor}{\color{sred}} -\newcommand{\cvprofessiontitlecolor}{\color{sorange}} -\newcommand{\cvsectioncolor}{\color{sviolet}} +\newcommand{\cvprofessiontitlecolor}{\color{sbase02}} +\newcommand{\cvsectioncolor}{\color{sbase03}} \newcommand{\cvtimeintervalcolor}{\color{sbase03}} \newcommand{\cvitemcolor}{\color{sbase03}} \newcommand{\cvnamecolor}{\color{sred}} \newcommand{\cvrulecolor}{\color{sbase03}} -\pagecolor{sbase3} -\color{sbase01} +\newcommand{\cvemphcolor}{\color{sorange}} -\usepackage{palatino} -\usepackage{hyperref} \hypersetup{colorlinks=true,linkcolor=sblue,urlcolor=sblue} -\pagestyle{empty} -\addtolength{\parskip}{1ex} +\newcommand{\cvemph}[1]{\emph{\cvemphcolor#1}} \newcommand{\cvhref}[2]{#2\footnote{#2 --- \href{#1}{#1}}} @@ -51,28 +57,28 @@ \providecommand{\timeitem}[5] {\noindent{\Large{\cvcompanycolor #3} --- {\cvprofessiontitlecolor #4 }{\cvrulecolor\hrulefill}{\cvtimeintervalcolor\textit{ #1 --- #2}}} \par -#5 -\smallskip\par} +{\narrower #5\par} +} \newcommand{\cvsection}[1]{{\noindent{\cvrulecolor\hrulefill}\par\noindent\cvsectioncolor\LARGE{#1}}\medskip\par} \newenvironment{introduction} {} -{\medskip} +{} \newenvironment{experience} {\cvsection{Professional Experience}} -{\medskip} +{} \newenvironment{education} {\cvsection{Education}} -{\medskip} +{} \newenvironment{knowladge} {\cvsection{Key Knowladge}} -{\medskip} +{} \newenvironment{extra} {\cvsection{Extras}} -{\medskip} +{} |