13 lines
489 B
TeX
13 lines
489 B
TeX
|
%\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}}
|