rendercv/rendercv/themes/main.j2.tex

17 lines
305 B
TeX
Raw Normal View History

2024-01-31 18:59:55 +00:00
<<preamble>>
\begin{document}
<<header|indent(4)>>
2024-02-10 21:57:29 +00:00
((* for section_beginning, entries, section_ending in sections*))
<<section_beginning|indent(4)>>
2024-01-31 18:59:55 +00:00
((* for entry in entries *))
<<entry|indent(8)>>
((* endfor *))
2024-02-10 21:57:29 +00:00
<<section_ending|indent(4)>>
2024-01-31 18:59:55 +00:00
((* endfor *))
\end{document}