Expand description
A Command
is a TeX primitive or macro that can be expanded or processed.
Modules§
Structs§
- Def
- A macro defined via
\def
,\edef
,\xdef
or\gdef
- Gullet
Command - Stomach
Command
Enums§
- Assignable
- Command
- A command to be expanded in the
crate::engine::gullet::Gullet
or processed in thecrate::engine::stomach::Stomach
. - ExpToken
- Param
Token - Stomach
Command Inner