summaryrefslogtreecommitdiffstats
path: root/yaac-another-awesome-cv.cls
diff options
context:
space:
mode:
authorChristophe ROGER <darwiin@users.noreply.github.com>2018-10-17 22:48:06 +1100
committerChristophe ROGER <darwiin@users.noreply.github.com>2018-10-17 22:48:06 +1100
commitdf5330437560a78068ca2ff1c4071693878c5326 (patch)
tree50aecf1f71d223da792d4a82c4ede67ec1120d54 /yaac-another-awesome-cv.cls
parent3670ccc8582607cadc21255b26cce56deb3b87d2 (diff)
downloadcv-df5330437560a78068ca2ff1c4071693878c5326.tar.gz
cv-df5330437560a78068ca2ff1c4071693878c5326.tar.bz2
cv-df5330437560a78068ca2ff1c4071693878c5326.tar.xz
cv-df5330437560a78068ca2ff1c4071693878c5326.zip
[EVO] Add tags to projetcs
Diffstat (limited to 'yaac-another-awesome-cv.cls')
-rwxr-xr-xyaac-another-awesome-cv.cls6
1 files changed, 3 insertions, 3 deletions
diff --git a/yaac-another-awesome-cv.cls b/yaac-another-awesome-cv.cls
index e4461be..f164c0f 100755
--- a/yaac-another-awesome-cv.cls
+++ b/yaac-another-awesome-cv.cls
@@ -17,7 +17,7 @@
%
% This work consists of the files awesome-source-cv.cls
-\ProvidesClass{yaac-another-awesome-cv}[2018/10/17 v1.10.1 'YAAC: Another Awesome CV' Class]
+\ProvidesClass{yaac-another-awesome-cv}[2018/10/17 v1.10.2 'YAAC: Another Awesome CV' Class]
\LoadClass[a4paper]{article}
@@ -435,12 +435,12 @@
% {<link1> <link2>}
% {<Project description>}
% {<techno1>,<techno2>}
-\newcommand\project[4]{
+\newcommand\project[5]{
\begin{minipage}[t]{\dimexpr(\linewidth) - 1.5em}
\textbf{\textsc{#1}} \hfill \textsc{#2}\smallskip\\
#3\\
#4\smallskip\\
- %\footnotesize{\foreach \n in {#5}{\cvtag{\n}}}\\
+ \footnotesize{\foreach \n in {#5}{\cvtag{\n}}}\\
\end{minipage}
\\*
}