From 41a3aec121df1716eb8afbc107793c108f18d7d8 Mon Sep 17 00:00:00 2001 From: Jigme Datse Yli-Rasku Date: Mon, 11 Nov 2024 12:34:44 -0800 Subject: [PATCH] Glossary This is the start of handling a glossary for this project. --- basic-roleplaying/glossary-defs.tex | 48 +++++++++++++++++++++++++++++ basic-roleplaying/glossary.tex | 6 ++++ 2 files changed, 54 insertions(+) create mode 100644 basic-roleplaying/glossary-defs.tex create mode 100644 basic-roleplaying/glossary.tex diff --git a/basic-roleplaying/glossary-defs.tex b/basic-roleplaying/glossary-defs.tex new file mode 100644 index 0000000..7811aee --- /dev/null +++ b/basic-roleplaying/glossary-defs.tex @@ -0,0 +1,48 @@ +\newglossaryentry{BRP}{ + name={Basic Roleplaying}, + description={System Reference Document created by Chaosium. What this whole thing + is about.} +} + +\newglossaryentry{Chaosium}{ + name={Chaosium}, + description={Publisher of Tabletop Roleplaying Games, including the Basic + Roleplaying SRD.} +} + +\newdualentry{DnD} + {D\&D} + {Dungeons \& Dragons} + {One of the most well known, if not the most well known TTRPGs. It is less + played in Europe, and Asia than other TTRPGs (as I understand), but probably + most common played TTRPG in North America.} + +\newdualentry{OGL} + {OGL} + {Open Gaming License} + {License regulating games which are derived from D\&D.} + +\newdualentry{RPG} + {RPG} + {Role Playing Game} + {A game where players, take a role and play it, usually + involving, imagination.} + +\newdualentry{SRD} + {SRD} + {System Reference Document} + {A defining document for a TTRPG, defining how that system works.} + +\newdualentry{TTRPG} + {TTRPG} + {Table Top Roleplaying Game} + {A Roleplaying Game, played primarily in person, on a table, + though it can be played using "virtual tabletop" software either in person + or online.} + + + +\newdualentry{WotC} + {WotC} + {Wizards of the Coast} + {Current "owners" of Dungeons \& Dragons} \ No newline at end of file diff --git a/basic-roleplaying/glossary.tex b/basic-roleplaying/glossary.tex new file mode 100644 index 0000000..46bb09a --- /dev/null +++ b/basic-roleplaying/glossary.tex @@ -0,0 +1,6 @@ +\chapter{Glossaries} + +The gossaries should print just after this. If things are working it will +have a main glossary, and a glossary for acronyms. + +\printglossaries