Defines symbols in a document.
Syntax
┌───────────────┬───────────────┬───────────────┬───────────────┐ │Control Word │Element │Attributes │End │ ├───────────────┼───────────────┼───────────────┼───────────────┤ │.nameit │Nameit │symbol= │ │ │ │ │text='string' │ │ └───────────────┴───────────────┴───────────────┴───────────────┘
Attributes
symbol=name
Description
The .nameit control word enables you to create symbols.
Conditions
Do not use the & character as part of the name of the symbol. You must use the & character when you actually use the symbol.
Always start the nameit control word in column 1.
Example
.nameit symbol=os text='operating system'. . :p.The &os. supports multitasking.
The output looks like this:
The operating system supports multitasking.