From 2dff3d53c369168e887fcbb048b7beec3c0375e2 Mon Sep 17 00:00:00 2001
From: Malin Freeborn <malinfreeborn@posteo.net>
Date: Sun, 19 Mar 2023 16:38:32 +0100
Subject: [PATCH] update config

---
 appendix.tex | 24 +++++++++++++-----------
 config       |  2 +-
 2 files changed, 14 insertions(+), 12 deletions(-)

diff --git a/appendix.tex b/appendix.tex
index db811858..f1d272e8 100644
--- a/appendix.tex
+++ b/appendix.tex
@@ -114,17 +114,19 @@ 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]
 
-\iftoggle{verbose}{
-  \printglossary[type=symbols]
-}{}
-
-\printglossary[
-  type=\acronymtype,
-  style=mcolindex,
-  title=Abbreviations,
-  ]
-
-\printglossary[style=mcolindex]
+\begin{minipage}{\textwidth}
+  \printglossary[
+    type=\acronymtype,
+    title=Abbreviations,
+    nonumberlist,
+    ]
+
+  \iftoggle{verbose}{
+    \printglossary[type=symbols]
+  }{}
+\end{minipage}
+
+\printglossary
 
 \printindex
 
diff --git a/config b/config
index 2bb35663..0d4442b9 160000
--- a/config
+++ b/config
@@ -1 +1 @@
-Subproject commit 2bb35663d815333889593b02eb071a838e523b86
+Subproject commit 0d4442b9c7523d46c06da8230c73346885118e10
-- 
GitLab