\special
yex.keyword.Special(is_long=False, is_outer=False, from_human=True, name=None, doc=None, *args, **kwargs)
#
Bases: yex.control.control.Unexpandable
An instruction to the output driver.
This creates a whatsit which stores the instruction until it's shipped out. Bear in mind that it may never be shipped out.
The argument is expanded when it's read. It consists of a keyword, followed optionally by a space and arguments to the keyword. The keyword isn't examined until the instruction is run.
TeΧbook: For the syntax of \special, see p276. For the syntax of its argument, see p225.
Source code in yex/control/control.py
134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 | |