diff --git a/glossary.tex b/glossary.tex index ce97d6e655eaef6e492f20015e32c3a59e6a5903..9708ec418d5aa9c5fd3d414f4d0d73a6169669ce 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 dee019a075280b62c37f6e8c157fdf172a701b15..b702e968a58f1b104b0939b9b1ad7c7bd5dc1753 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% }