| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
Output is diverted using \divert:
\divert{number}
|
where number is the diversion to be used.
\divert{1}
This text is diverted.
\divert{0}
=>
This text is not diverted.
=>This text is not diverted.
^D
=>
=>This text is diverted.
|
Diverted text can be undiverted explicitly using the builtin
\undivert:
\undivert{number}
|
which undiverts the diversion given by the argument.
\divnum |
expands to the number of the current diversion.