From f940ac9ba0c450b6b84c334e1b428f679f791efa Mon Sep 17 00:00:00 2001 From: Tobias Hamann <tobias.hamann@rwth-aachen.de> Date: Thu, 20 Feb 2025 15:03:21 +0100 Subject: [PATCH] Add glossary.tex --- format/glossary.tex | 50 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 format/glossary.tex diff --git a/format/glossary.tex b/format/glossary.tex new file mode 100644 index 0000000..5ade616 --- /dev/null +++ b/format/glossary.tex @@ -0,0 +1,50 @@ +% !TeX root = ./main.tex + +% Documentation: https://www.ctan.org/pkg/glossaries + +\usepackage[ + nopostdot, + nogroupskip, + style=super, + nonumberlist, + toc + ]{glossaries} +% Note: Show borders with style=superborder + +%\usepackage{glossaries} + +\makeglossaries + +% Format Glossary +\setlength{\glsdescwidth}{0.8\textwidth} + +\newglossaryentry{latex} +{ + name=latex, + description={Is a markup language specially suited + for scientific documents, but this time with a description that is way too long to fit in just one line. I mean... what were i thinking making it so long? Ieserve this to fail but hopefully it wont.} +} + +\newglossaryentry{maths} +{ + name=mathematics, + description={Mathematics is what mathematicians do} +} + +\newglossaryentry{Forschungsdaten} +{ + name=Forschungsdaten, + description={ + \enquote{ + Zu Forschungsdaten zählen u.a. Messdaten, Laborwerte, audiovisuelle Informationen, Texte, Surveydaten, Objekte aus Sammlungen oder Proben, die in der wissenschaftlichen Arbeit entstehen, entwickelt oder ausgewertet werden. Methodische Testverfahren, wie Fragebögen, Software und Simulationen können ebenfalls zentrale Ergebnisse wissenschaftlicher Forschung darstellen und sollten daher ebenfalls unter den Begriff Forschungsdaten gefasst werden. + } \cite{SENA15} + } +} + +\newglossaryentry{Forschungsdatenmanagement} +{ + name=Forschungsdatenmanagement, + description={ + Beschreibt das Management von \Gls{Forschungsdaten}. + } +} -- GitLab