Changeset 2c052c0 for doc/theses/andrew_beach_MMath/thesis.tex
- Timestamp:
- Mar 17, 2020, 1:50:16 PM (3 years ago)
- Branches:
- arm-eh, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- bce76d1
- Parents:
- c243092
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/theses/andrew_beach_MMath/thesis.tex
rc243092 r2c052c0 13 13 % For including graphics, sets the pdftex graphics driver. 14 14 \usepackage[pdftex]{graphicx} 15 16 \usepackage{cfalab} 15 17 16 18 \usehyperrefpackage[pdftex,pagebackref=false]{ … … 43 45 type=nomenclature, 44 46 name=dingledorf, 45 description={A person of supposed average intelligence who makes incredibly brainless misjudgments} 47 description={A person of supposed average intelligence who makes incredibly 48 brainless misjudgments} 46 49 } 47 50 48 51 % List of Abbreviations (abbreviations are from the glossaries-extra package) 49 \newabbreviation{aaaaz}{AAAAZ}{American Association of Amature Astronomers and Zoologists} 52 \newabbreviation{aaaaz}{AAAAZ}{American Association of Amature Astronomers 53 and Zoologists} 50 54 51 55 % List of Symbols … … 56 60 sort={label}, 57 61 type=symbols, 58 description={Random vector: a location in n-dimensional Cartesian space, where each dimensional component is determined by a random process} 62 description={Random vector: a location in n-dimensional Cartesian space, where 63 each dimensional component is determined by a random process} 59 64 } 60 65 … … 72 77 % MAIN BODY 73 78 %---------------------------------------------------------------------- 79 \input{unwinding} 80 74 81 %====================================================================== 75 82 \chapter{Introduction}
Note: See TracChangeset
for help on using the changeset viewer.