master/generators/glossary.tex

13 lines
489 B
TeX
Raw Normal View History

2024-04-12 11:54:05 +00:00
%\makeglossaries % alt 1
\makenoidxglossaries % alt 2
\renewcommand*{\acronymname}{List of Acronyms and Abbreviations}
\renewcommand{\glsnamefont}[1]{\textbf{#1}}
%Create acronyms here.
\newacronym{saas}{SaaS}{Software as a Service}
\newacronym{vcs}{VCS}{Version Control System}
%You can also do explanations.
\newglossaryentry{git}{name={Git},
description={Git is a \gls{vcs} for tracking changes in computer files and coordinating work on those files among multiple people}}