From 814751aacf40201773348f0c9980c6f5cc37f6f7 Mon Sep 17 00:00:00 2001 From: Christophe Roger Date: Tue, 18 Oct 2016 22:54:11 +1100 Subject: Improved scolarship environnment --- awesome-source-cv.cls | 6 ++++-- section_scolarite.tex | 11 ++++++----- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/awesome-source-cv.cls b/awesome-source-cv.cls index b1e295f..84dfb97 100755 --- a/awesome-source-cv.cls +++ b/awesome-source-cv.cls @@ -227,11 +227,13 @@ % Resume part title definition \newcommand\sectionTitle[2]{\section{\texorpdfstring{\color{accentcolor}#2\enspace #1}{#1}}} +\newcolumntype{D}{>{\raggedleft}p{\leftcolumn}} + % Define the 'scolarship' environment \newenvironment{scolarship}{% - \begin{longtable}{R{\leftcolumn}p{\rightcolumnlength}} + \begin{tabular}{D p{\rightcolumnlength}} }{% - \end{longtable} + \end{tabular} } \newcommand\scolarshipentry[2]{ diff --git a/section_scolarite.tex b/section_scolarite.tex index 69170d0..1d99f1b 100755 --- a/section_scolarite.tex +++ b/section_scolarite.tex @@ -13,9 +13,10 @@ \sectionTitle{Formation}{\faMortarBoard} \begin{scolarship} - \scolarshipentry{2007}{Master STIC Professionel filière MBDS - de l'Université de Nice Sophia Antipolis (Master Informatique spécialité Multimédia, Base de Données et - intégration de Systèmes)} - \scolarshipentry{2004}{BTS Informatique de Gestion option administrateurs de réseaux} - \scolarshipentry{2000}{Baccalauréat Scientifique option Mathématiques} + \scolarshipentry{2007} + {Master STIC Professionel filière MBDS de l'Université de Nice Sophia Antipolis (Master Informatique spécialité Multimédia, Base de Données et intégration de Systèmes)} + \scolarshipentry{2004} + {BTS Informatique de Gestion option administrateurs de réseaux} + \scolarshipentry{2000} + {Baccalauréat Scientifique option Mathématiques} \end{scolarship} \ No newline at end of file -- cgit v1.2.1