Glossary Item Data Record
(Redirected from Glossary Record)
Jump to navigation
Jump to search
A Glossary Item Data Record is a glossary item that is a concept record.
- Context:
- It must include a Term Name Data Attribute.
- It must include a Term Description Data Attribute.
- It can include the Related Terms.
- It can include the Preferred Terms.
- It can include Hyperlinks.
- It can (typically) be a member of a Glossary Database.
- …
- Counter-Example(s):
- See: Record Disambiguation, Technical Term Record.
References
2011
- http://en.wikibooks.org/wiki/LaTeX/Glossary#Defining_glossary_entries
- To use an entry from glossary you first need to define it. There are few ways to define an entry depending on what you define and how it is going to be used.
Note that a defined entry won't be included in the printed glossary unless it is used in the document. This enables you to create a glossary of general terms and just
\include
it in all your documents.
- To use an entry from glossary you first need to define it. There are few ways to define an entry depending on what you define and how it is going to be used.
- http://en.wikibooks.org/w/index.php?title=LaTeX/Glossary&stable=0#Defining_terms
- To define a term in glossary you use the
\newglossaryentry
macro … For example, to define a computer entry:\newglossaryentry{computer} { name=computer, description={is a programmable machine that receives input, stores and manipulates data, and provides output in a useful format}
The above example defines an entry that has the same label and entry name.
- To define a term in glossary you use the