summaryrefslogtreecommitdiffstats
path: root/example/section_competences.tex
diff options
context:
space:
mode:
authorChristophe Roger <darwiinc@live.fr>2017-12-30 07:06:06 +1100
committerChristophe Roger <darwiinc@live.fr>2017-12-30 07:06:06 +1100
commite3abdaea90788caf4ec7012add3bc2d66828962e (patch)
tree246f6b73d26d2e35a9ab7c76ca8faf81f0df9231 /example/section_competences.tex
parente25a946331200267520afd6bf91275480d144253 (diff)
downloadcv-e3abdaea90788caf4ec7012add3bc2d66828962e.tar.gz
cv-e3abdaea90788caf4ec7012add3bc2d66828962e.tar.bz2
cv-e3abdaea90788caf4ec7012add3bc2d66828962e.tar.xz
cv-e3abdaea90788caf4ec7012add3bc2d66828962e.zip
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
Diffstat (limited to 'example/section_competences.tex')
-rwxr-xr-xexample/section_competences.tex19
1 files changed, 9 insertions, 10 deletions
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