From 2f50b6857c9eb1ed091f75975626252da56451b0 Mon Sep 17 00:00:00 2001
From: Malin Freeborn <malinfreeborn@posteo.net>
Date: Fri, 10 May 2024 18:57:19 +0200
Subject: [PATCH] give intervals symbols

---
 glossary.tex | 34 +++++++++++++++++++++++++++++++++-
 seasons.sty  |  8 ++++----
 2 files changed, 37 insertions(+), 5 deletions(-)

diff --git a/glossary.tex b/glossary.tex
index ce97d6e6..9708ec41 100644
--- a/glossary.tex
+++ b/glossary.tex
@@ -43,7 +43,7 @@
   description={a brand GNU RPG},
   name={BIND},
   nonumberlist,
-]{BIND}{BIND}{BIND Is Not DnD}
+]{bind}{BIND}{BIND Is Not DnD}
 
 \newacronym[
   description={means the spell's total level},
@@ -1208,6 +1208,38 @@
   description={Gnoll},
 }
 
+\newglossaryentry{morning}{
+  type=symbols,
+  sort=T1,
+  nonumberlist,
+  name={\LEFTcircle},
+  description={is first light, first \glsentrytext{interval}},
+}
+
+\newglossaryentry{afternoon}{
+  type=symbols,
+  sort=T2,
+  nonumberlist,
+  name={\Circle},
+  description={is the second \glsentrytext{interval}},
+}
+
+\newglossaryentry{evening}{
+  type=symbols,
+  sort=T3,
+  nonumberlist,
+  name={\RIGHTcircle},
+  description={begins darkness, in the day's third \glsentrytext{interval}},
+}
+
+\newglossaryentry{night}{
+  type=symbols,
+  sort=T4,
+  nonumberlist,
+  name={\CIRCLE},
+  description={means darkness over the fourth \glsentrytext{interval}},
+}
+
 \newglossaryentry{squash}{
   type=symbols,
   sort=ASquash,
diff --git a/seasons.sty b/seasons.sty
index dee019a0..b702e968 100644
--- a/seasons.sty
+++ b/seasons.sty
@@ -103,12 +103,12 @@
 
 \newcommand\showInterval[1]{%
   \ifcase#1%
-    \LEFTcircle%
+    \gls{morning}%
   \or%
-    \Circle
+    \gls{afternoon}%
   \or%
-    \RIGHTcircle
+    \gls{evening}%
   \else%
-    \CIRCLE
+    \gls{night}%
   \fi%
 }
-- 
GitLab