update templating design

This commit is contained in:
Sina Atalay 2024-02-10 22:57:29 +01:00
parent 2e3acc8f23
commit 6d76ab8a8a
5 changed files with 4 additions and 2 deletions

View File

@ -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}