diff options
author | Christophe ROGER <darwiin@users.noreply.github.com> | 2018-04-22 23:12:03 +1100 |
---|---|---|
committer | Christophe ROGER <darwiin@users.noreply.github.com> | 2018-04-22 23:12:03 +1100 |
commit | 1e60dd98d01b14bf39689b0e44336675f1d5a303 (patch) | |
tree | 6578ed3d8ad41454be827025c7eb2684464a626c /example/cv.tex | |
parent | 011f1c31b64789a8e13119ad46fac4cace74028b (diff) | |
download | cv-1e60dd98d01b14bf39689b0e44336675f1d5a303.tar.gz cv-1e60dd98d01b14bf39689b0e44336675f1d5a303.tar.bz2 cv-1e60dd98d01b14bf39689b0e44336675f1d5a303.tar.xz cv-1e60dd98d01b14bf39689b0e44336675f1d5a303.zip |
[EVO] Add footer command
[EVO] Add preview on the readm file
Diffstat (limited to 'example/cv.tex')
-rwxr-xr-x | example/cv.tex | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/example/cv.tex b/example/cv.tex index 0091851..f77cd2d 100755 --- a/example/cv.tex +++ b/example/cv.tex @@ -28,6 +28,11 @@ \makecvheader
+ \makecvfooter
+ {\textsc{\today}} % \selectlanguage{english}\today
+ {\textsc{Christophe Roger - CV}}
+ {\thepage}
+
\input{section_headline_archi}
\input{section_competences} % Section compétence
\input{section_experience_short} % Section expérience
@@ -36,4 +41,5 @@ %\input{section_interets} % Section intérêts
\input{section_references} % Section références
+
\end{document}
\ No newline at end of file |