Files
masterthesis-latex/glossary.tex
Jim Martens 452d97b4b2 Added glossary
Signed-off-by: Jim Martens <github@2martens.de>
2019-09-27 16:02:59 +02:00

13 lines
255 B
TeX

% acronyms
\newacronym{NMS}{NMS}{non-maximum suppression}
\newacronym{SSD}{SSD}{Single Shot MultiBox Detector}
% terms
\newglossaryentry{vanilla}
{
name={vanilla},
description={
is used to describe the original state of something
}
}