mirror of
https://github.com/Threnklyn/dungeon-sheets.git
synced 2026-06-07 21:23:31 +02:00
GM session notes PDF now has a outline.
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
\pdfbookmark[0]{Monsters}{Monsters}
|
||||
\section*{Monsters}
|
||||
|
||||
[% if use_dnd_decorations %]
|
||||
[% for monster in monsters|sort(attribute='name') %]
|
||||
\pdfbookmark[1]{[[ monster.name ]]}{Monsters - [[ monster.name ]]}
|
||||
\begin{DndMonster}{[[ monster.name ]]}
|
||||
\DndMonsterType{[[ monster.description ]]}
|
||||
|
||||
@@ -40,6 +42,7 @@
|
||||
[% else %]
|
||||
[% for monster in monsters|sort(attribute='name') %]
|
||||
{
|
||||
\pdfbookmark[1]{[[ monster.name ]]}{Monsters - [[ monster.name ]]}
|
||||
\section*{[[ monster.name ]]}
|
||||
[% if monster.description %]
|
||||
\subsection*{[[ monster.description ]]}
|
||||
|
||||
Reference in New Issue
Block a user