From e3abdaea90788caf4ec7012add3bc2d66828962e Mon Sep 17 00:00:00 2001 From: Christophe Roger Date: Sat, 30 Dec 2017 07:06:06 +1100 Subject: v1.8.0 [EVO] Create a keywords environment for the skills section [EVO] Create a keywordsentry macro to list your awesome skills as keywords [EVO] Create a referees environment [EVO] Create referee macro [EVO] Update README --- example/cv.tex | 2 +- example/section_competences.tex | 19 +++++++++---------- example/section_experience_short.tex | 2 +- example/section_references.tex | 24 ++++++++++++++++-------- 4 files changed, 27 insertions(+), 20 deletions(-) (limited to 'example') diff --git a/example/cv.tex b/example/cv.tex index 8b336c1..0091851 100755 --- a/example/cv.tex +++ b/example/cv.tex @@ -12,7 +12,7 @@ \documentclass[localFont,alternative]{yaac-another-awesome-cv} -\name{Christophe}{ROGER} +\name{Christophe}{Roger} \tagline{Architecte Logiciel | Développeur/Concepteur Java/JEE} \photo{2.5cm}{darwiin} \socialinfo{ diff --git a/example/section_competences.tex b/example/section_competences.tex index 5ea0e8b..98a0b28 100755 --- a/example/section_competences.tex +++ b/example/section_competences.tex @@ -11,14 +11,13 @@ %Section compétences \sectionTitle{Compétences}{\faTasks} -\renewcommand{\arraystretch}{1.1} - \begin{tabular}{>{}r>{}p{13cm}} - \textsc{Programmation:} & \textbf{Java} (\textbf{JEE}, \textbf{JSE}, JME, Java Card Platform), Microsoft .Net (\textbf{C\#}), \textbf{Typescript}, Javascript, CSS\\ - \textsc{Frameworks:} & Spring, Spring Boot, \textbf{Ionic 3}, Angular 2, Angular 4, ZK, JBoss RichFaces\\ - \textsc{Bases de données:} & IBM DB2, Oracle Database, Microsoft SQL Server, MySQL, PostgreSQL \\ - \textsc{Outils de développement:} & \textbf {IntelliJ Idea}, \textbf {Eclipse}, Visual Studio Code, Maven, Ant, SVN, git\\ - \textsc{Middleware:} & \textbf{JBoss EAP}, \textbf{Apache Tomcat}, Websphere Application Server (\emph{WAS})\\ - \textsc{Systèmes d'exploitation:} & Mac OS X, Windows Server, Windows 7, Linux Redhat, Linux Centos\\ - \textsc{Autres:} & architecture SOA, technologies RFID, NFC et code barre 1D/2D - \end{tabular} \ No newline at end of file + \begin{keywords} + \keywordsentry{Programmation}{\textbf{Java} (\textbf{JEE}, \textbf{JSE}, JME, Java Card Platform), Microsoft .Net (\textbf{C\#}), \textbf{Typescript}, Javascript, CSS} + \keywordsentry{Frameworks}{Spring, Spring Boot, \textbf{Ionic 3}, Angular 2, Angular 4, ZK, JBoss RichFaces} + \keywordsentry{Bases de données}{IBM DB2, Oracle Database, Microsoft SQL Server, MySQL, PostgreSQL} + \keywordsentry{Outils de développement}{\textbf {IntelliJ Idea}, \textbf {Eclipse}, Visual Studio Code, Maven, Ant, SVN, git} + \keywordsentry{Middleware}{\textbf{JBoss EAP}, \textbf{Apache Tomcat}, Websphere Application Server (\emph{WAS})} + \keywordsentry{Systèmes d'exploitation}{Mac OS X, Windows Server, Windows 7, Linux Redhat, Linux Centos} + \keywordsentry{Autres}{architecture SOA, technologies RFID, NFC et code barre 1D/2D} + \end{keywords} \ No newline at end of file diff --git a/example/section_experience_short.tex b/example/section_experience_short.tex index c415608..cdfed1b 100755 --- a/example/section_experience_short.tex +++ b/example/section_experience_short.tex @@ -10,7 +10,7 @@ % CC BY-SA 4.0 (https://creativecommons.org/licenses/by-sa/4.0/) %Section: Work Experience at the top -\sectionTitle{Expérience Professionelle}{\faSuitcase} +\sectionTitle{Expériences Professionelles}{\faSuitcase} %\renewcommand{\labelitemi}{$\bullet$} \begin{experiences} \experience diff --git a/example/section_references.tex b/example/section_references.tex index 15ca797..a51f1ad 100755 --- a/example/section_references.tex +++ b/example/section_references.tex @@ -10,12 +10,20 @@ % CC BY-SA 4.0 (https://creativecommons.org/licenses/by-sa/4.0/) %Section: Références -\sectionTitle{Références}{\faQuoteLeft} +\sectionTitle{Références}{\faCommentsO} -\begin{tabular}{>{\small}r >{\small}p{8cm} >{\small}r >{\small}l} - %\multicolumn{2}{l}{} \\ - \multicolumn{2}{l}{\textsc{Géry Loutre}, \emph{Architecte applicatif et logiciel}, CAFAT} & \multicolumn{2}{l}{\textsc{Nicolas Comète}, \emph{IT Architect}, IBM } \\ - \quad \faMobilePhone & +687 987 654 & \quad \faMobilePhone & +33 6 12 34 56 78\\ - \quad \faPhone & +687 255 654 & \quad \faPhone& +33 4 87 65 43 21\\ - \quad \mailSymbol & \href{mailto:ref1@cafat.nc}{ref1@cafat.nc} & \quad \mailSymbol & \href{mailto:ref2@fr.ibm.com}{ref2@fr.ibm.com}\\ -\end{tabular} \ No newline at end of file +\begin{referees} + \referee + {Jon Snow} + {Lord Commander} + {Night's Watch} + {john.snow@nightwatch.org} + {+687 987 654} + \referee + {Géry Loutre} + {Architecte logiciel} + {Cafat} + {ref1@cafat.nc} + {+687 987 654} + +\end{referees} \ No newline at end of file -- cgit v1.2.1