diff options
author | Christophe Roger <darwiinc@live.fr> | 2016-11-02 14:42:54 +1100 |
---|---|---|
committer | Christophe Roger <darwiinc@live.fr> | 2016-11-02 14:42:54 +1100 |
commit | 79e68db599386b9ce534b52a895589dd94eaec17 (patch) | |
tree | c5b9709005d1e59f850a216b6122d143f47cd1b8 | |
parent | 6ce7239d79d441407c66c3bc8d58ba3f601873a5 (diff) | |
download | cv-79e68db599386b9ce534b52a895589dd94eaec17.tar.gz cv-79e68db599386b9ce534b52a895589dd94eaec17.tar.bz2 cv-79e68db599386b9ce534b52a895589dd94eaec17.tar.xz cv-79e68db599386b9ce534b52a895589dd94eaec17.zip |
Updated readme.md
-rwxr-xr-x | README.md | 12 |
1 files changed, 9 insertions, 3 deletions
@@ -23,7 +23,7 @@ You can edit online **Awesome Source Latex CV** on [Overleaf](https://www.overle ### Construct the header -Outside of the `\socialinfo` wrapper you have to define the mandatory parameters `\name`and `\tagline`. +Outside of the `\socialinfo` wrapper you have to define the mandatory parameters `\name` and `\tagline`. ```latex % Define author's name @@ -41,7 +41,7 @@ Outside of the `\socialinfo` wrapper you have to define the mandatory parameters \tagline{Chef de projet IT} ``` -Most social network have their command to render a clickable link or simple text label. +Most social network have their command to render a clickable link or a simple text entry. ```latex % Render author's linked-in (optional) @@ -61,7 +61,7 @@ Most social network have their command to render a clickable link or simple text \email{christophe.roger@mail.com} ``` -The command above must be integrated in the `\socialinfo` wrapper. You are free to add `\\` when you want to force a new line. +Put these command in the `\socialinfo` wrapper. Feel free to add `\\` when you want to force a new line. ```latex \socialinfo{ @@ -75,6 +75,12 @@ The command above must be integrated in the `\socialinfo` wrapper. You are free } ``` +Use the `\makecvheader`commabd to generate the header. + +```latex +\makecvheader +``` + ### Construct the _experiences_ section To describe your experiences you have first to declare the `experiences` environment |