From 35eda651ca9a93bfcbc8052c818b880be223ce5a Mon Sep 17 00:00:00 2001 From: Adrien Friggeri Date: Mon, 7 May 2012 00:46:38 +0200 Subject: fixed a bug in class --- cv.pdf | Bin 51605 -> 51605 bytes cv.tex | 1 + cv_print.pdf | Bin 51121 -> 51512 bytes friggeri-cv.cls | 2 +- 4 files changed, 2 insertions(+), 1 deletion(-) diff --git a/cv.pdf b/cv.pdf index cb3c68a..a14dbe1 100644 Binary files a/cv.pdf and b/cv.pdf differ diff --git a/cv.tex b/cv.tex index 8f65d32..b3f1fca 100644 --- a/cv.tex +++ b/cv.tex @@ -6,6 +6,7 @@ \header{adrien}{friggeri} {social network analyst} + % In the aside, each new line forces a line break \begin{aside} \section{about} diff --git a/cv_print.pdf b/cv_print.pdf index 163815e..ca4b21f 100644 Binary files a/cv_print.pdf and b/cv_print.pdf differ diff --git a/friggeri-cv.cls b/friggeri-cv.cls index 80e838c..5359837 100644 --- a/friggeri-cv.cls +++ b/friggeri-cv.cls @@ -156,7 +156,7 @@ \newenvironment{aside}{% \let\oldsection\section \renewcommand{\section}[1]{ - \par\vspace{\baselineskip}{\Large\headingfont\color{headercolor} #1} + \par\vspace{\baselineskip}{\Large\headingfont\color{headercolor} ##1} } \begin{textblock}{3.6}(1.5, 4.33) \begin{flushright} -- cgit v1.2.3