From e75322e3f3925dab17baf62f231486f6eb20c778 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Constantin=20F=C3=BCrst?= Date: Mon, 20 Nov 2023 13:25:44 +0100 Subject: [PATCH] modify formatting of glossary entries to be more clean --- thesis/own.gls | 2 +- thesis/preamble/packages.tex | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/thesis/own.gls b/thesis/own.gls index 702f444..ddbbe99 100644 --- a/thesis/own.gls +++ b/thesis/own.gls @@ -4,7 +4,7 @@ description={#6},#1 } \makeglossaries - \newacronym[see={[Glossary:]{gls-#3}},#2]{#3}{#4}{#5\glsadd{gls-#3}} + \newacronym{#3}{#4}{see Glossary on: \gls{gls-#3}} } \newdualentry{iommu}{IOMMU}{Input/Output Memory Management Unit}{... desc ...} diff --git a/thesis/preamble/packages.tex b/thesis/preamble/packages.tex index 3d43cea..291606f 100644 --- a/thesis/preamble/packages.tex +++ b/thesis/preamble/packages.tex @@ -33,7 +33,7 @@ \usepackage{fancyhdr} % enables cool header line and footer line manipulations \usepackage{lastpage} % enables the usage of the label "LastPage" to get the % number of pages with \pageref{LastPage} -\usepackage{glossaries} +\usepackage[nopostdot,nonumberlist]{glossaries} % use this one last % (redefines some macros for compatibility with KOMAScript)