From ad45a94e8690d846aab47e1a0cb6ae22c4cc1b50 Mon Sep 17 00:00:00 2001 From: Sina Atalay Date: Sat, 14 Oct 2023 20:39:55 +0200 Subject: [PATCH] refactor template --- rendercv/templates/classic/classic.tex.j2 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rendercv/templates/classic/classic.tex.j2 b/rendercv/templates/classic/classic.tex.j2 index 895e2a4..c0fc93e 100644 --- a/rendercv/templates/classic/classic.tex.j2 +++ b/rendercv/templates/classic/classic.tex.j2 @@ -119,6 +119,7 @@ <> ((* if cv.summary is not none *)) \section{Summary} + \setlength{\leftskip}{<>} \setlength{\rightskip}{<>} @@ -130,6 +131,7 @@ ((* for section in cv.sections *)) \section{<>} + <> ((* endfor *))