Browse Source

modify formatting of glossary entries to be more clean

master
Constantin Fürst 1 year ago
parent
commit
e75322e3f3
  1. 2
      thesis/own.gls
  2. 2
      thesis/preamble/packages.tex

2
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 ...}

2
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)

Loading…
Cancel
Save