From 4b84adbef227e8ba87b9cf3d71b218069b1d5433 Mon Sep 17 00:00:00 2001 From: Christophe Roger Date: Thu, 15 Sep 2016 13:16:12 +1100 Subject: Add var for color Change default font --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index f71e31e..80323f0 100755 --- a/README.md +++ b/README.md @@ -22,7 +22,16 @@ I've chosen to cut my resume in a couple of smaller files and to add some macro \email{mail@dummy-mail.com} ``` -The experices section has to follow this template: +To describe your experiences you have first to declare the _experiences_ environment + +```latex +% Begin a new experiences environment to use experience and consultantexperience macro +\begin{experiences} + +% Here's go your experiences + +\end{experiences} +``` ```latex % Begin a new experiences environment to use experience and consultantexperience macro -- cgit v1.2.1