Expand description
Default implementations for Gullet methods.
Structs§
Enums§
- CSOr
Active Char - Either a
CSNameor an active character
Functions§
- expand_
until_ endgroup - Default implementation for
Gullet::expand_until_endgroup. - false_
loop - What to do on a false conditional - skips
Tokens until the next\else(ifallowelseis true) or\fiIfskipelseis false, precisely one\elseis skipped as well (this happens in\ifcasewhen the appropriate case is already done, so the corresponding\elseshould be skipped). - read_
arguments - processes the parameter signature
paramsof aMacroby reading the relevant arguments; storing them inargs - read_
chars - Default implementation for
Gullet::read_chars. - read_
dim - Default implementation for
Gullet::read_dim. - read_
dim_ byte - reads a dimension literal starting with
b. - read_
dim_ command - reads a dimension from some
TeXCommandthat should correspond to a dimension value (e.g.\dimenor\hsize). If the command is a skip, the base value is taken. If the command is an integer, it looks for an appropriate unit. - read_
int - default implementation for
Gullet::read_int - read_
int_ byte - reads an integer literal starting with
b. - read_
int_ command - reads an integer from some
TeXCommandthat should correspond to an integer value (e.g.\countor\lastpenalty). - read_
keyword - Default implementation for
Gullet::read_keyword. - read_
keywords - Default implementation for
Gullet::read_keywords. - read_
maybe_ braced_ string - Default implementation for
Gullet::read_maybe_braced_string. - read_
mudim - Default implementation for
Gullet::read_mudim. - read_
muskip - Default implementation for
Gullet::read_muskip. - read_
muskip_ byte - reads a muskip or mudim literal starting with
b. - read_
muskip_ command - reads a muskip or mudim value from some
TeXCommandthat should correspond to a muskip value (e.g.\muskipor\lastskip). - read_
numeric - Takes care of the boilerplate for reading a number/dimension/skip.
Expands
Tokens until an unexpandableTokenis encountered; skips=ifskip_eqis true, returnstruein the first component if an odd number of--characters is encountered before the first digit, returns in the second component either the ASCII value of the fist simpleTokenencountered, or the relevantTeXCommandin the case of a control sequence. Spaces are skipped. - read_
skip - Default implementation for
Gullet::read_skip. - read_
skip_ byte - reads a skip literal starting with
b. - read_
skip_ command - reads a skip from some
TeXCommandthat should correspond to a skip value (e.g.\skipor\lastskip). If the command only yields an integer or dimension, the remaining components of the skip are read. - read_
string - Default implementation for
Gullet::read_string.