diff options
author | Christophe Roger <darwiinc@live.fr> | 2016-10-18 22:54:11 +1100 |
---|---|---|
committer | Christophe Roger <darwiinc@live.fr> | 2016-10-18 22:54:11 +1100 |
commit | 814751aacf40201773348f0c9980c6f5cc37f6f7 (patch) | |
tree | c2734e03e7ceae540307c682853e4086717a6f45 /awesome-source-cv.cls | |
parent | 8786eb5b431c9987acb820525c7e04905344aa0c (diff) | |
download | cv-814751aacf40201773348f0c9980c6f5cc37f6f7.tar.gz cv-814751aacf40201773348f0c9980c6f5cc37f6f7.tar.bz2 cv-814751aacf40201773348f0c9980c6f5cc37f6f7.tar.xz cv-814751aacf40201773348f0c9980c6f5cc37f6f7.zip |
Improved scolarship environnment
Diffstat (limited to 'awesome-source-cv.cls')
-rwxr-xr-x | awesome-source-cv.cls | 6 |
1 files changed, 4 insertions, 2 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]{ |