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/section_competences.tex | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) (limited to 'example/section_competences.tex') 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 -- cgit v1.2.3