\output
yex.keyword.Output(value=None, **kwargs)
#
Bases: yex.control.TokenlistParameter
Runs every time we have enough text typeset to produce a new page.
The text to handle will be in \box255. If you don't do something with this text, it will cause an error.
The default value is
\shipout\box255
Source code in yex/control/parameter.py
75 76 77 78 79 80 81 82 83 84 85 86 87 88 | |