From 50d00f8ce8c72540ebfd2a7b5b96f405a6a80b2f Mon Sep 17 00:00:00 2001
From: Malin Freeborn <malinfreeborn@posteo.net>
Date: Sun, 30 Jul 2023 16:46:22 +0200
Subject: [PATCH] add gls prefixes

---
 glossary.tex | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/glossary.tex b/glossary.tex
index 83d457c4..4a5334b2 100644
--- a/glossary.tex
+++ b/glossary.tex
@@ -48,7 +48,8 @@
 
 \newacronym[
   description={The simple, linear, measure of a character's health and injury},
-  shortplural={HP}
+  shortplural={HP},
+  prefix={a\space},
   ]{hp}{HP}{Health Point}
 
 \newacronym[
@@ -70,7 +71,8 @@
 
 \newacronym[
   description={An abstract measurement of how much valuable experience and learning characters have acquired.  PCs spend XP to buy Traits},
-  shortplural={XP}
+  shortplural={XP},
+  prefix={an\space},
   ]{xp}{XP}{Experience Point}
 
 \newacronym[
@@ -89,7 +91,8 @@
   ]{dr}{DR}{Damage Resistance}
 
 \newacronym[
-  description={Non Player Character -- anyone in the world played by the \glsentrytext{gm} rather than a player}
+  description={Non Player Character -- anyone in the world played by the \glsentrytext{gm} rather than a player},
+  prefix={a\space},
   ]{npc}{NPC}{Non Player Character}
 
 \newglossaryentry{edge}{
@@ -107,6 +110,7 @@
   name={The Deep},
   text={Deep},
   first={Deep Underground},
+  prefix={a\space},
   description={the area below or beyond the civilized caverns where the dwarves live, where most tunnels lie barren, and others contain nothing but dangerous beasts}
 }
 
-- 
GitLab