Expand description
Commands - primitives, macros, etc. The B-book largely calls these “equivalents”, but we use the more standard term “command” instead.
Modules§
- etex
- methods
- Utility methods for
TeXCommands. - primitives
- Methods for
PrimitiveCommands and for registering new ones - tex
Structs§
- Macro
- A macro, e.g. the result of
\def\foo#1#2{...}. - Macro
Signature - A macro signature, e.g.
#1#2#3or#1t#2\foo{. - Meaning
- A helper struct for displaying the
\meaningof aTeXCommand; implementsDisplay.
Enums§
- Active
Conditional - A currently active conditional, e.g.
\ifnum,\ifx, etc. - Char
OrPrimitive - See
Gullet::char_or_primitive. - Command
Scope - The scope of a
PrimitiveCommand::Unexpandable. - Primitive
Command - A primitive command defined from the outset. All of the
fnmethods are called with (at least) the currentEngineReferencesand theTokenthat triggered the command. - Resolved
Token - A
Tokenthat has been resolved to aTeXCommandor a character (if not a control sequence / active character). - TeXCommand
- A command.