summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorChristophe Roger <darwiinc@live.fr>2016-07-30 08:46:34 +1100
committerChristophe Roger <darwiinc@live.fr>2016-07-30 08:46:34 +1100
commit7a31118a758ddee2e7e9d3438c57255c251d102b (patch)
tree41550713320c3c778f11b7224c2e8550d67d73e4 /README.md
parent7c8ccdc0cfd7063e374c863ae59e86ab7c4dd806 (diff)
parentae05b87a20eda95a1b193a6f68b1c06774506778 (diff)
downloadcv-7a31118a758ddee2e7e9d3438c57255c251d102b.tar.gz
cv-7a31118a758ddee2e7e9d3438c57255c251d102b.tar.bz2
cv-7a31118a758ddee2e7e9d3438c57255c251d102b.tar.xz
cv-7a31118a758ddee2e7e9d3438c57255c251d102b.zip
Merge branch 'master' into full
Diffstat (limited to 'README.md')
-rwxr-xr-xREADME.md18
1 files changed, 9 insertions, 9 deletions
diff --git a/README.md b/README.md
index 2655d34..74bfcfd 100755
--- a/README.md
+++ b/README.md
@@ -1,18 +1,19 @@
latex-classicalcv
=================
-Latex CV based on CV template created by Alessandro Plasmati. The original templates utilizes XeLaTeX engine and Fontin font.
-More informations can be found here
-- http://fr.scribd.com/doc/16335667/Writing-your-Professional-CV-with-LaTeX
-- http://www.latextemplates.com/template/plasmati-graduate-cv
-- https://www.sharelatex.com/templates/cv-or-resume/professional-cv
+Latex CV based on CV template created by Alessandro Plasmati. The original templates utilizes _XeLaTeX_ engine and _Fontin_ font.
+More informations can be found here :
-In my version, Personal data have moved on top of the page just before the professional title.
+ - [ Scribd ](http://fr.scribd.com/doc/16335667/Writing-your-Professional-CV-with-LaTeX)
+ - [ LaTeX Templates ](http://www.latextemplates.com/template/plasmati-graduate-cv)
+ - [ ShareLatex ](https://www.sharelatex.com/templates/cv-or-resume/professional-cv)
+In my version, Personal data have moved on top of the page just before the professional title. I've also replaced default font by _Helvetica Neue_
+and included _Font Awesome_ items.
I have also created little Latex macros to make easier and cleaner Latex source code
-```TeX
+```latex
\user{firstname}{LASTNAME}
\linkedin{{link}{Link Description}}
\address{12, Dummy Road, 000000, Dummy Country}
@@ -20,10 +21,9 @@ I have also created little Latex macros to make easier and cleaner Latex source
\smartphone{+687 000 000}
\email{mail@dummy-mail.com}
```
-
Another macro has been set to perform conditional include. You have to put \demotrue or \demofalse once in your file to use \conditionalinput macro
-```TeX
+```latex
%These two lines will include section_references_demo
\demotrue
\conditionalinput{section_references_demo}{references}