From 61b2d2c44914982818138d9b7648811d5b38316f Mon Sep 17 00:00:00 2001 From: Malin Freeborn <malinfreeborn@posteo.net> Date: Sun, 12 May 2024 01:19:58 +0200 Subject: [PATCH] fix lonely road entries --- glossary.tex | 67 ++++++++++++++++++++++++++-------------------------- 1 file changed, 33 insertions(+), 34 deletions(-) diff --git a/glossary.tex b/glossary.tex index e15e7ec1..a42a6c1a 100644 --- a/glossary.tex +++ b/glossary.tex @@ -432,39 +432,6 @@ description={is what alchemists do}, } -\newglossaryentry{cycle}{ - name={Cycles}, - text={cycle}, - prefix={a\space}, - %parent={fenestra}, - description={As the \glsentrytext{ainumar} circles the Sun, \glsentrytext{fenestra} circles it. - Each complete Cycle has twelve seasons, and which last three years in total}, -} - -\newglossaryentry{edge}{ - name={The Edge}, - sort={Edge}, - text={Edge}, - first={Edge of Civilization}, - prefix={an\space}, - category={location}, - parent={fenestra}, - description={lies one footstep off the \gls{lonelyRoad}, and surrounded every outer \glsentrytext{village}. - Beyond this point, only dark forests, empty tundra, and hungry beasts wait. - When people travel off-road, they have gone beyond the Edge}, -} - -\newglossaryentry{edge}{ - name={The Lonely Road}, - sort={Lonely Road}, - text={lonely road}, - prefix={a\space}, - category={location}, - parent={fenestra}, - description={means any road between settlements. - Going from one town to the next means a long journey through untamed territory}, -} - \newglossaryentry{sphere}{ name={Sphere}, prefix={a\space}, @@ -528,6 +495,38 @@ They frequently go awry, as they have a mind of their own, and their own wishes and values}, } +\newglossaryentry{cycle}{ + name={Cycles}, + text={cycle}, + prefix={a\space}, + description={As the \glsentrytext{ainumar} circles the Sun, \glsentrytext{fenestra} circles it. + Each complete Cycle has twelve seasons, and which last three years in total}, +} + +\newglossaryentry{edge}{ + name={The Edge}, + sort={Edge}, + text={Edge}, + first={Edge of Civilization}, + prefix={an\space}, + category={location}, + parent={fenestra}, + description={lies one footstep off the \gls{lonelyRoad}, and surrounded every outer \glsentrytext{village}. + Beyond this point, only dark forests, empty tundra, and hungry beasts wait. + When people travel off-road, they have gone beyond the Edge}, +} + +\newglossaryentry{lonelyRoad}{ + name={The Lonely Road}, + sort={Lonely Road}, + text={lonely road}, + prefix={a\space}, + category={location}, + parent={fenestra}, + description={means any road between settlements. + Going from one town to the next means a long journey through untamed territory}, +} + \newglossaryentry{witch}{ name={Witch}, text={witch}, @@ -582,7 +581,7 @@ plural={bothies}, prefix={a\space}, category={location}, - parent={fenestra}, + parent={lonelyRoad}, description={are small half-way houses on long roads, built so that travellers can sleep safely after Sundown. Some have a single fireplace, and enough room for a half a dozen people and a donkey}, } -- GitLab