From 211244e311b09465cb1648557ba7c658d86b36d0 Mon Sep 17 00:00:00 2001
From: Malin Freeborn <malinfreeborn@posteo.net>
Date: Wed, 19 Jul 2023 21:11:05 +0200
Subject: [PATCH] place index and gls outside of appendix.tex

---
 appendix.tex | 19 -------------------
 main.tex     | 21 +++++++++++++++++++++
 2 files changed, 21 insertions(+), 19 deletions(-)

diff --git a/appendix.tex b/appendix.tex
index dbb121f1..fcdb458a 100644
--- a/appendix.tex
+++ b/appendix.tex
@@ -99,22 +99,3 @@ Okay, so you know how to make a character by now.  But just for reference, let's
   }
 }{}
 
-\indexprologue{The following spell summaries are simplified for reference, and do not take into account spells cast at a higher level than normal.}
-\printindex[spells]
-
-\begin{minipage}{\textwidth}
-  \printglossary[
-    type=\acronymtype,
-    title=Abbreviations,
-    nonumberlist,
-    ]
-
-  \iftoggle{verbose}{
-    \printglossary[type=symbols]
-  }{}
-\end{minipage}
-
-\printglossary
-
-\printindex
-
diff --git a/main.tex b/main.tex
index ab78aca7..26b22c22 100644
--- a/main.tex
+++ b/main.tex
@@ -77,8 +77,29 @@ Keywords={TTRPG,RPG,roleplaying}
   \include{gm.tex}
 }{}
 
+\backmatter
+
 \input{appendix.tex}
 
+\indexprologue{The following spell summaries are simplified for reference, and do not take into account spells cast at a higher level than normal.}
+\printindex[spells]
+
+\begin{minipage}{\textwidth}
+  \printglossary[
+    type=\acronymtype,
+    title=Abbreviations,
+    nonumberlist,
+    ]
+
+  \iftoggle{verbose}{
+    \printglossary[type=symbols]
+  }{}
+\end{minipage}
+
+\printglossary
+
+\printindex
+
 \iftoggle{verbose}{
   \include{cs/reset_cs.tex}
 
-- 
GitLab