Last change
on this file since c2f6b79 was 33f3cfb, checked in by Andrew Beach <ajbeach@…>, 5 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 | {
|
---|
6 | name=computer,
|
---|
7 | description={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 | {
|
---|
16 | type=nomenclature,
|
---|
17 | name=dingledorf,
|
---|
18 | description={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 | {
|
---|
30 | name={$\mathbf{v}$},
|
---|
31 | sort={label},
|
---|
32 | type=symbols,
|
---|
33 | description={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.