forked from COPCSE-NTNU/thesis-NTNU
-
Notifications
You must be signed in to change notification settings - Fork 0
/
glossary.tex
35 lines (26 loc) · 814 Bytes
/
glossary.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
% From https://www.overleaf.com/learn/latex/Glossaries
\makeglossaries % Prepare for adding glossary entries
\newglossaryentry{latex}
{
name=latex,
description={Is a mark up language specially suited for
scientific documents}
}
\newglossaryentry{bibliography}
{
name=bibliography,
plural=bibliographies,
description={A list of the books referred to in a scholarly work,
typically printed as an appendix}
}
\newglossaryentry{maths}
{
name=mathematics,
description={Mathematics is what mathematicians do}
}
% --------------------
% ----- Acronyms -----
% --------------------
\newacronym{phd}{PhD}{philosophiae doctor}
\newacronym{CoPCSE}{CoPCSE@NTNU}{Community of Practice in Computer ScienceEducation at NTNU}
\newacronym{gcd}{GCD}{Greatest Common Divisor}