Add section about glossaries

This commit is contained in:
Julius Freudenberger 2025-09-20 19:01:44 +02:00
parent 4a6704d2d2
commit ae31b4d9bb
4 changed files with 66 additions and 0 deletions

View file

@ -0,0 +1,11 @@
% Präambel
\usepackage{glossaries}
\makeglossaries
\newglossaryentry{latex}
{
name=\LaTeX,
description={Markupsprache, die besonders für
wissenschaftliche Dokumente und
Präsentationen geeignet ist}
}