Last change
on this file since 06ffa95 was 8e819a9, checked in by Michael Brooks <mlbrooks@…>, 3 years ago |
Mike MMath initial
|
-
Property mode
set to
100644
|
File size:
1.1 KB
|
Line | |
---|
1 | % Define Glossary terms (This is properly done here, in the preamble. Could be \input{} from a file...)
|
---|
2 | % Main glossary entries -- definitions of relevant terminology
|
---|
3 | \newglossaryentry{computer}
|
---|
4 | {
|
---|
5 | name=computer,
|
---|
6 | description={A programmable machine that receives input data,
|
---|
7 | stores and manipulates the data, and provides
|
---|
8 | formatted output}
|
---|
9 | }
|
---|
10 |
|
---|
11 | % Nomenclature glossary entries -- New definitions, or unusual terminology
|
---|
12 | \newglossary*{nomenclature}{Nomenclature}
|
---|
13 | \newglossaryentry{dingledorf}
|
---|
14 | {
|
---|
15 | type=nomenclature,
|
---|
16 | name=dingledorf,
|
---|
17 | description={A person of supposed average intelligence who makes incredibly brainless misjudgments}
|
---|
18 | }
|
---|
19 |
|
---|
20 | % List of Abbreviations (abbreviations type is built in to the glossaries-extra package)
|
---|
21 | \newabbreviation{aaaaz}{AAAAZ}{American Association of Amature Astronomers and Zoologists}
|
---|
22 |
|
---|
23 | % List of Symbols
|
---|
24 | \newglossary*{symbols}{List of Symbols}
|
---|
25 | \newglossaryentry{rvec}
|
---|
26 | {
|
---|
27 | name={$\mathbf{v}$},
|
---|
28 | sort={label},
|
---|
29 | type=symbols,
|
---|
30 | description={Random vector: a location in n-dimensional Cartesian space, where each dimensional component is determined by a random process}
|
---|
31 | }
|
---|
32 |
|
---|
33 | \makeglossaries
|
---|
Note:
See
TracBrowser
for help on using the repository browser.