mirror of
https://github.com/Threnklyn/dungeon-sheets.git
synced 2026-05-22 21:58:28 +02:00
11 lines
306 B
TeX
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 %]
|