diff options
author | Christophe ROGER <darwiin@users.noreply.github.com> | 2018-10-17 22:48:06 +1100 |
---|---|---|
committer | Christophe ROGER <darwiin@users.noreply.github.com> | 2018-10-17 22:48:06 +1100 |
commit | df5330437560a78068ca2ff1c4071693878c5326 (patch) | |
tree | 50aecf1f71d223da792d4a82c4ede67ec1120d54 | |
parent | 3670ccc8582607cadc21255b26cce56deb3b87d2 (diff) | |
download | cv-df5330437560a78068ca2ff1c4071693878c5326.tar.gz cv-df5330437560a78068ca2ff1c4071693878c5326.tar.bz2 cv-df5330437560a78068ca2ff1c4071693878c5326.tar.xz cv-df5330437560a78068ca2ff1c4071693878c5326.zip |
[EVO] Add tags to projetcs
-rwxr-xr-x | example/cv.tex | 2 | ||||
-rw-r--r-- | example/section_projets.tex | 4 | ||||
-rwxr-xr-x | yaac-another-awesome-cv.cls | 6 |
3 files changed, 6 insertions, 6 deletions
diff --git a/example/cv.tex b/example/cv.tex index 3eebaa2..1d94839 100755 --- a/example/cv.tex +++ b/example/cv.tex @@ -38,7 +38,7 @@ \input{section_langues} % Section langues
\input{section_scolarite} % Section scholarité
%\input{section_interets} % Section intérêts
- %\input{section_projets}
+ \input{section_projets}
\input{section_references} % Section références
diff --git a/example/section_projets.tex b/example/section_projets.tex index 8ad7193..fff1904 100644 --- a/example/section_projets.tex +++ b/example/section_projets.tex @@ -17,13 +17,13 @@ {Simply City}{2017 - 2018} {\website{https://www.simplycity.nc}{https://www.simplycity.nc} \website{https://innovation.engie.com/fr/news/actus/territoires/simply-city-lappli-qui-simplifie-la-ville-au-ces-2018-avec-engie/8156}{Présentation CES 2018}} {Simply City est une application mobile, gratuite et participative destinée à tous les habitants, visiteurs et touristes qui séjournent dans une ville. L’application permet de connaître toutes les informations et services utiles en temps réel.} - %{Ionic 3,Typescript,Javascript,Visual Studio Code} + {Ionic 3,Typescript,Javascript,Visual Studio Code} \project {YAAC Another Awesome CV}{2013 - 2018} {\github{darwiin/yaac-another-awesome-cv} \website{https://www.overleaf.com/latex/templates/awesome-source-cv/wrdjtkkytqcw}{Template sur Overleaf}} {Template \LaTeX pour Curiculum Vitæ utilisant les icônes \href{https://fontawesome.com}{Font Awesome} et la police de caractère \href{https://fonts.google.com/specimen/Source+Sans+Pro}{Adobe Source Sans Pro}. YAAC Another Awesome CV a d'abord été créé comme un template simple pour CV à vocation technologique.} - %{\LaTeX,Sublime Text} + {\LaTeX,Sublime Text} \end{projects} 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} \\* } |