From e75e457d782f8a2032b69dd0f9bd702b8ca40682 Mon Sep 17 00:00:00 2001
From: Malin Freeborn <malinfreeborn@posteo.net>
Date: Tue, 24 Jan 2023 16:15:14 +0100
Subject: [PATCH] formatting

---
 glossary.tex | 20 +++++++++++++++-----
 knacks.tex   |  8 +++-----
 2 files changed, 18 insertions(+), 10 deletions(-)

diff --git a/glossary.tex b/glossary.tex
index 4e5e6d31..56ffb87b 100644
--- a/glossary.tex
+++ b/glossary.tex
@@ -4,11 +4,21 @@
 
 %%% Core Rules Terms
 
-\newglossaryentry{adventuringequipment}{
-  name={\iftoggle{aif}{Mission Equipment}{Adventuring Equipment}},
-  text={\iftoggle{aif}{mission equipment}{adventuring equipment}},
-  first={\iftoggle{aif}{\textit{mission equipment}}{\textit{Adventuring Equipment}}},
-  description={Any of the items typically used by \iftoggle{aif}{the \glsentrytext{guard}}{adventurers} -- you can decide exactly what this is later}
+\iftoggle{aif}{
+
+  \newglossaryentry{adventuringequipment}{
+    name={Mission Equipment},
+    text={mission equipment},
+    first={\textit{mission equipment}},
+    description={Any of the items typically used by the \glsentrytext{guard} -- you can decide exactly what this is later}
+  }
+}{
+  \newglossaryentry{adventuringequipment}{
+    name={Adventuring Equipment},
+    text={adventuring equipment},
+    first={\textit{Adventuring Equipment}},
+    description={Any of the items typically used by adventurers -- you can decide exactly what this is later}
+  }
 }
 
 \newglossaryentry{weightrating}{
diff --git a/knacks.tex b/knacks.tex
index ad0ebac6..fa777c61 100644
--- a/knacks.tex
+++ b/knacks.tex
@@ -205,10 +205,6 @@ Specifically, the character can only raise those spheres at the exact moment the
 
 A first level sphere requires only earning 1 \gls{xp}, a second level spell requires earning 3 \glspl{xp}, a third level spell requires earning 5 \glspl{xp}, a fourth level spell requires earning 10 \glspl{xp}, and finally, a fifth level spell requires earning 15 \glspl{xp}.
 
-\iftoggle{verbose}{
-  \pic{Roch_Hercka/dwarvish_runes}{\label{roch:runes}}
-}{}
-
 \subsubsection{Rune Caster}
 
 \index{Runes}
@@ -234,7 +230,9 @@ They could only use it for runic magics, but later they could spend 5 \gls{xp} t
 
 Runes can never be cast in a subtle way. All castings will be entirely obvious. Ritual castings are a particularly long affair, often taking an entire day's work and always require runes to be dented or impressed into something rather than just written out.
 
-
+\iftoggle{verbose}{
+  \pic{Roch_Hercka/dwarvish_runes}{\label{roch:runes}}
+}{}
 
 \subsubsection{Extreme Focus}
 
-- 
GitLab