mirror of https://github.com/eyhc1/rendercv.git
update templating design
This commit is contained in:
parent
2e3acc8f23
commit
6d76ab8a8a
|
@ -3,13 +3,15 @@
|
||||||
\begin{document}
|
\begin{document}
|
||||||
<<header|indent(4)>>
|
<<header|indent(4)>>
|
||||||
|
|
||||||
((* for section_title, entries in sections*))
|
((* for section_beginning, entries, section_ending in sections*))
|
||||||
<<section_title|indent(4)>>
|
<<section_beginning|indent(4)>>
|
||||||
|
|
||||||
((* for entry in entries *))
|
((* for entry in entries *))
|
||||||
<<entry|indent(8)>>
|
<<entry|indent(8)>>
|
||||||
|
|
||||||
((* endfor *))
|
((* endfor *))
|
||||||
|
|
||||||
|
<<section_ending|indent(4)>>
|
||||||
((* endfor *))
|
((* endfor *))
|
||||||
|
|
||||||
\end{document}
|
\end{document}
|
Loading…
Reference in New Issue