From 4ed80cb8222c1566167ef321a3bb0ae8c838f245 Mon Sep 17 00:00:00 2001 From: Christophe ROGER Date: Tue, 24 Mar 2020 18:16:41 +1100 Subject: v2.2.1 - Fix for previous evolution that add a way to change left column --- example/cv.tex | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'example/cv.tex') diff --git a/example/cv.tex b/example/cv.tex index ef6dfb0..6b567d1 100755 --- a/example/cv.tex +++ b/example/cv.tex @@ -24,7 +24,9 @@ } % Uncomment the following line and use a value from 1.5cm to 2.5cm -% \setleftcolumnlength{2.5cm} +%\setleftcolumnlength{2.5cm} + + \begin{document} @@ -35,6 +37,9 @@ {\textsc{Christophe Roger - CV}} {\thepage} +\showthe\leftcolumnlength +\showthe\rightcolumnlength + \input{section_headline_archi} \input{section_competences} % Section compétence \input{section_experience_short} % Section expérience -- cgit v1.2.1 From 5357f896798ece6b61daf906524af44fcd913ba5 Mon Sep 17 00:00:00 2001 From: Christophe ROGER Date: Tue, 24 Mar 2020 18:22:28 +1100 Subject: [CLEAN] Remove unit testing in source code --- example/cv.tex | 3 --- 1 file changed, 3 deletions(-) (limited to 'example/cv.tex') diff --git a/example/cv.tex b/example/cv.tex index 6b567d1..8ec1164 100755 --- a/example/cv.tex +++ b/example/cv.tex @@ -37,9 +37,6 @@ {\textsc{Christophe Roger - CV}} {\thepage} -\showthe\leftcolumnlength -\showthe\rightcolumnlength - \input{section_headline_archi} \input{section_competences} % Section compétence \input{section_experience_short} % Section expérience -- cgit v1.2.1