You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Latex CV based on CV template created by Alessandro Plasmati. The original templates use _XeLaTeX_ engine and _Fontin_ font.
5
-
More informations can be found here :
4
+
## About
5
+
6
+
**Awesome Source Latex CV** is based on a CV template created by Alessandro Plasmati. The original template use _XeLaTeX_ engine and _[Fontin Sans](http://www.exljbris.com/fontinsans.html)_ font.
7
+
8
+
Original Alessandro Plasmati template and more informations can be found here :
I choose to move _Personal data_on top of the page just before the professional title. I've also replaced default font by _[Source Sans Pro Font](https://github.com/adobe-fonts/source-sans-pro)_and included_[Font Awesome](http://fontawesome.io/)_ icons.
14
+
**Personal data** has moved on top of the first page just before the position and _[Fontin Sans](http://www.exljbris.com/fontinsans.html)_ font has been replaced by _[Source Sans Pro Font](https://github.com/adobe-fonts/source-sans-pro)_from Adobe._[Font Awesome](http://fontawesome.io/)_ icons are used to highlight important elements.
12
15
13
-
I've chosen to cut my resume in a couple of smaller files and to create a class file to make the main latex source code more readable.
16
+
Unlike _Alessandro Plasmati_ CV template, all layout stuff in **Awesome Source Latex CV** has moved in the Latex class file _awesome-source-cv.cls_.
17
+
18
+
## How to use **Awesome Source CV** latex class
14
19
15
20
```latex
16
21
% Define author's name
@@ -24,7 +29,6 @@ I've chosen to cut my resume in a couple of smaller files and to create a class
24
29
\tagline{Chef de projet IT}
25
30
```
26
31
27
-
28
32
```latex
29
33
\socialinfo{
30
34
\linkedin{christopheroger}
@@ -33,7 +37,7 @@ I've chosen to cut my resume in a couple of smaller files and to create a class
33
37
\smartphone{+687 123 456}
34
38
\email{christophe.roger@mail.com}\\
35
39
\address{2 Rue du quartier, 98765 Ville, Pays}\\
36
-
\infos{Né le 23 septembre 1982 (33 ans) à Nouméa, Nouvelle-Calédonie}
40
+
\infos{Né le 23 septembre 1982 (34 ans) à Nouméa, Nouvelle-Calédonie}
0 commit comments