Files
dungeon-sheets/dungeonsheets/forms/random_tables_template.tex
T

11 lines
306 B
TeX

\pdfbookmark[0]{Random Tables}{Random Tables}
\section*{Random Tables}
[% 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 %]