% % Main glossary entries -- definitions of relevant terminology % \newglossaryentry{computer} % { % name=computer, % description={A programmable machine that receives input data, % stores and manipulates the data, and provides % formatted output} % } % % Nomenclature glossary entries -- New definitions, or unusual terminology % \newglossary*{nomenclature}{Nomenclature} % \newglossaryentry{dingledorf} % { % type=nomenclature, % name=dingledorf, % description={A person of supposed average intelligence who makes incredibly brainless misjudgments} % } % % List of Abbreviations (abbreviations type is built in to the glossaries-extra package) % \newabbreviation{aaaaz}{AAAAZ}{American Association of Amateur Astronomers and Zoologists} % % List of Symbols % \newglossary*{symbols}{List of Symbols} % \newglossaryentry{rvec} % { % name={$\mathbf{v}$}, % sort={label}, % type=symbols, % description={Random vector: a location in n-dimensional Cartesian space, where each dimensional component is determined by a random process} % } % Examples from template above \newabbreviation{raii}{RAII}{Resource Acquisition Is Initialization} \newabbreviation{rtti}{RTTI}{Run-Time Type Information} \newabbreviation{fcfs}{FCFS}{First Come First Served} \newabbreviation{toctou}{TOCTOU}{time-of-check to time-of-use} \newglossaryentry{actor} { name=actor, description={A basic unit of an actor system that can store local state and send messages to other actors.} } \newglossaryentry{impl_concurrency} { name=implicit concurrency, description={A class of concurrency features that abstract away explicit thread synchronization and mutual exclusion.} } \newglossaryentry{actor_model} { name=actor model, description={A concurrent computation model, where tasks are broken into units of work that are distributed to actors in the form of messages.} } \newglossaryentry{actor_system} { name=actor system, description={An implementation of the actor model.} }