Skip to content
Snippets Groups Projects
Commit f940ac9b authored by Tobias Hamann's avatar Tobias Hamann
Browse files

Add glossary.tex

parent 6126b232
Branches
No related tags found
1 merge request!3Cleanup, merge different versions, magic
Pipeline #535810 failed
% !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}.
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment