mirror of
https://github.com/rendercv/rendercv.git
synced 2026-04-22 15:59:45 -04:00
update templating design
This commit is contained in:
0
rendercv/themes/classic/SectionEnding.j2.tex
Normal file
0
rendercv/themes/classic/SectionEnding.j2.tex
Normal file
@@ -3,13 +3,15 @@
|
||||
\begin{document}
|
||||
<<header|indent(4)>>
|
||||
|
||||
((* for section_title, entries in sections*))
|
||||
<<section_title|indent(4)>>
|
||||
((* for section_beginning, entries, section_ending in sections*))
|
||||
<<section_beginning|indent(4)>>
|
||||
|
||||
((* for entry in entries *))
|
||||
<<entry|indent(8)>>
|
||||
|
||||
((* endfor *))
|
||||
|
||||
<<section_ending|indent(4)>>
|
||||
((* endfor *))
|
||||
|
||||
\end{document}
|
||||
0
rendercv/themes/moderncv/SectionEnding.j2.tex
Normal file
0
rendercv/themes/moderncv/SectionEnding.j2.tex
Normal file
Reference in New Issue
Block a user