Files
dungeon-sheets/dungeonsheets/forms/random_tables_template.tex
T
2021-09-30 21:10:34 -05:00

13 lines
345 B
TeX

[% if tables|length > 0 %]
\pdfbookmark[0]{Random Tables}{Random Tables}
\section*{Random Tables}
[% endif %]
[% for table in tables %]
\pdfbookmark[0]{[[ table.name ]]}{Random Table - [[ table.name ]]}
\subsection*{[[ table.name ]]}
[[ table.__doc__ | rst_to_latex(format_dice=False, use_dnd_decorations=use_dnd_decorations) ]]
[% endfor %]