From 785d2c97010adf1199014c09e734599bd0fa28fa Mon Sep 17 00:00:00 2001 From: Malin Freeborn <malinfreeborn@posteo.net> Date: Wed, 22 Nov 2023 08:53:02 +0100 Subject: [PATCH] change deep to labyrinth --- Makefile | 1 + glossary.tex | 7 +++---- test.tex | 5 +++-- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/Makefile b/Makefile index 8b8f09eb..9244d3d5 100644 --- a/Makefile +++ b/Makefile @@ -9,6 +9,7 @@ docs.pdf: images/wide.jpg $(wildcard *.sty) docs.tex pdflatex -shell-escape docs.tex test.pdf: test.tex $(wildcard *.sty) $(wildcard *.tex) pdflatex -shell-escape test.tex + makeglossaries test resources.pdf: $(wildcard *.tex) $(wildcard *.sty) pdflatex -shell-escape resources.tex rules.pdf: rules.tex rules $(wildcard *.sty) diff --git a/glossary.tex b/glossary.tex index 21c455b7..b4da8192 100644 --- a/glossary.tex +++ b/glossary.tex @@ -292,12 +292,11 @@ } \newglossaryentry{deep}{ - name={The Deep}, + name={The Labyrinth}, prefix={a\space}, - text={Deep}, - first={Deep Underground}, + text={Labyrinth}, nonumberlist, - description={is the area below or beyond the civilized caverns where the dwarves live, where most tunnels lie barren, and others contain nothing but dangerous beasts} + description={is the network of frigid, nearly lifeless caverns, below or beyond the civilized halls of dwarves} } \newglossaryentry{guard}{ diff --git a/test.tex b/test.tex index c51f3fe0..2ca65d54 100644 --- a/test.tex +++ b/test.tex @@ -83,6 +83,7 @@ Roll & Result \\\hline \renewcommand\sqarea{Slums} +Featuring losing \glspl{hp} beyond the \gls{edge}. \begin{multicols}{2} @@ -112,6 +113,8 @@ Roll & Result \\\hline \end{multicols} +\printglossary + \printAllSideQuests{Slums,Artgate} \chapter{Stat Blocks} @@ -602,6 +605,4 @@ When using a bestiary chapter, the stats appear as dice rolls, rather than fixed \Repeat{2}{\tests} - - \end{document} -- GitLab