diff options
author | Olivier Gayot <duskcoder@gmail.com> | 2014-03-05 03:30:43 +0100 |
---|---|---|
committer | Olivier Gayot <duskcoder@gmail.com> | 2014-03-05 03:34:09 +0100 |
commit | 40b7feaa5faf2d059e4d1ae69f88476fb3b92fa9 (patch) | |
tree | e8945bc55b3a34e640ddd3ab0e5fc0a033c2fbc5 /friggeri-cv.cls | |
parent | 2f2644b0307cd4171857329f42fdc74bd08155b0 (diff) |
Replace the given informations in the CV by mine
Diffstat (limited to 'friggeri-cv.cls')
-rw-r--r-- | friggeri-cv.cls | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/friggeri-cv.cls b/friggeri-cv.cls index e20cb6a..687ec29 100644 --- a/friggeri-cv.cls +++ b/friggeri-cv.cls @@ -155,7 +155,7 @@ BoldItalicFont=texgyreheros-bolditalic.otf % List environment % %%%%%%%%%%%%%%%%%%%% -\setlength{\tabcolsep}{0pt} +\setlength{\tabcolsep}{0.2cm} \newenvironment{entrylist}{% \begin{tabular*}{\textwidth}{@{\extracolsep{\fill}}ll} }{% @@ -163,7 +163,7 @@ BoldItalicFont=texgyreheros-bolditalic.otf } \renewcommand{\bfseries}{\headingfont\color{headercolor}} \newcommand{\entry}[4]{% - #1&\parbox[t]{11.8cm}{% + #1&\parbox[t]{11.6cm}{% \textbf{#2}% \hfill% {\footnotesize\addfontfeature{Color=lightgray} #3}\\% |