From b169d602488cf56d0c56304dd955f14d378fdfa3 Mon Sep 17 00:00:00 2001
From: Malin Freeborn <malinfreeborn@posteo.net>
Date: Sun, 22 Jan 2023 00:52:46 +0100
Subject: [PATCH] sort glossary symbols order

---
 glossary.tex | 23 +++++++++++++++++++----
 1 file changed, 19 insertions(+), 4 deletions(-)

diff --git a/glossary.tex b/glossary.tex
index ddd9f96f..cd213761 100644
--- a/glossary.tex
+++ b/glossary.tex
@@ -2,20 +2,23 @@
 
 \newglossaryentry{N}{
   type=symbols,
+  sort=Nura,
   nonumberlist,
   name={\Hygiea},
-  description={Nura}
+  description={In creatures, this indicates a nura. When used in Side Quests, this indicates the local Nura Rating should raise by one (or more, if the symbol is printed multiple times)}
 }
 
 \newglossaryentry{D}{
   type=symbols,
+  sort=Undead,
   nonumberlist,
   name={\Lilith},
-  description={Undead}
+  description={Undead creature}
 }
 
 \newglossaryentry{T}{
   type=symbols,
+  sort=Team,
   nonumberlist,
   name={\Opposition},
   description={A team of multiple creatures}
@@ -23,6 +26,7 @@
 
 \newglossaryentry{F}{
   type=symbols,
+  sort=Female,
   nonumberlist,
   name={\Venus},
   description={Female}
@@ -30,6 +34,7 @@
 
 \newglossaryentry{M}{
   type=symbols,
+  sort=Male,
   nonumberlist,
   name={\Mars},
   description={Male}
@@ -37,6 +42,7 @@
 
 \newglossaryentry{E}{
   type=symbols,
+  sort=Sentient,
   nonumberlist,
   name={\Mercury},
   description={Sentient (any gender or none)}
@@ -44,6 +50,7 @@
 
 \newglossaryentry{A}{
   type=symbols,
+  sort=Animal,
   nonumberlist,
   name={\Taurus},
   description={Animal}
@@ -53,6 +60,7 @@
 
 \newglossaryentry{Dw}{
   type=symbols,
+  sort=Dwarf,
   nonumberlist,
   name={\Vulkanus},
   description={Dwarf}
@@ -60,6 +68,7 @@
 
 \newglossaryentry{El}{
   type=symbols,
+  sort=Elf,
   nonumberlist,
   name={\Moon},
   description={Elf}
@@ -67,6 +76,7 @@
 
 \newglossaryentry{Hu}{
   type=symbols,
+  sort=Human,
   nonumberlist,
   name={\Saturn},
   description={Human}
@@ -74,6 +84,7 @@
 
 \newglossaryentry{Gn}{
   type=symbols,
+  sort=Gnome,
   nonumberlist,
   name={\Kronos},
   description={Gnome}
@@ -81,6 +92,7 @@
 
 \newglossaryentry{Nl}{
   type=symbols,
+  sort=Gnoll,
   nonumberlist,
   name={\Admetos},
   description={Gnoll}
@@ -88,13 +100,15 @@
 
 \newglossaryentry{squash}{
   type=symbols,
+  sort=Squash,
   nonumberlist,
   name={\Vesta},
-  description={Play this Side Quest at the same time as the next}
+  description={Play these Side Quests at the same time as the next}
 }
 
 \newglossaryentry{sqn}{
   type=symbols,
+  sort=sqn,
   nonumberlist,
   name={\Square},
   description={Side Quest is not ready yet}
@@ -102,9 +116,10 @@
 
 \newglossaryentry{sqr}{
   type=symbols,
+  sort=sqr,
   nonumberlist,
   name={\CheckedBox},
-  description={Side Quest is ready to play}
+  description={Side Quest is ready}
 }
 
 % SHORT COMMANDS
-- 
GitLab