mirror of https://github.com/eyhc1/rendercv.git
refactor template
This commit is contained in:
parent
697c867aef
commit
ad45a94e86
|
@ -119,6 +119,7 @@
|
||||||
<<header(name=cv.name, connections=cv.connections)|indent(4)>>
|
<<header(name=cv.name, connections=cv.connections)|indent(4)>>
|
||||||
((* if cv.summary is not none *))
|
((* if cv.summary is not none *))
|
||||||
\section{Summary}
|
\section{Summary}
|
||||||
|
|
||||||
\setlength{\leftskip}{<<theme_options.margins.entry_area.left>>}
|
\setlength{\leftskip}{<<theme_options.margins.entry_area.left>>}
|
||||||
\setlength{\rightskip}{<<theme_options.margins.entry_area.right>>}
|
\setlength{\rightskip}{<<theme_options.margins.entry_area.right>>}
|
||||||
|
|
||||||
|
@ -130,6 +131,7 @@
|
||||||
|
|
||||||
((* for section in cv.sections *))
|
((* for section in cv.sections *))
|
||||||
\section{<<section.title>>}
|
\section{<<section.title>>}
|
||||||
|
|
||||||
<<section_contents(title=section.title, entries=section.entries, entry_type=section.entry_type, link_text=section.link_text)|indent(4)>>
|
<<section_contents(title=section.title, entries=section.entries, entry_type=section.entry_type, link_text=section.link_text)|indent(4)>>
|
||||||
|
|
||||||
((* endfor *))
|
((* endfor *))
|
||||||
|
|
Loading…
Reference in New Issue