source: doc/theses/andrew_beach_MMath/glossaries.tex @ 2260d9e1

ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
Last change on this file since 2260d9e1 was 33f3cfb, checked in by Andrew Beach <ajbeach@…>, 3 years ago

Moved glossaries out of Andrew Beach thesis. Even if I use them I would like them to be out of the way.

  • Property mode set to 100644
File size: 1.1 KB
Line 
1% Variaus Glossary Definitions
2
3% Main glossary entries -- definitions of relevant terminology
4\newglossaryentry{computer}
5{
6name=computer,
7description={A programmable machine that receives input data,
8               stores and manipulates the data, and provides
9               formatted output}
10}
11
12% Nomenclature glossary entries -- New definitions, or unusual terminology
13\newglossary*{nomenclature}{Nomenclature}
14\newglossaryentry{dingledorf}
15{
16type=nomenclature,
17name=dingledorf,
18description={A person of supposed average intelligence who makes
19               incredibly brainless misjudgments}
20}
21
22% List of Abbreviations (abbreviations are from the glossaries-extra package)
23\newabbreviation{aaaaz}{AAAAZ}{American Association of Amature Astronomers
24                               and Zoologists}
25
26% List of Symbols
27\newglossary*{symbols}{List of Symbols}
28\newglossaryentry{rvec}
29{
30name={$\mathbf{v}$},
31sort={label},
32type=symbols,
33description={Random vector: a location in n-dimensional Cartesian space,
34             where each dimensional component is determined by a random
35             process}
36}
Note: See TracBrowser for help on using the repository browser.