Module texlang_stdlib::conditional
source · Expand description
Control flow primitives (if, else, switch)
This module contains implementations of generic conditional commands, as well as a mechanism for adding new conditional commands outside of this module. See the Condition trait for information on adding new commands.
Structs
- A component for keeping track of conditional branches as they are expanded.
Traits
- Logical condition used to build
if
conditional commands.
Functions
- Get the
\else
primitive. - Get the
\fi
primitive. - Get the
\ifcase
primitive. - Get the
\iffalse
primitive. - Get the
\ifnum
primitive. - Get the
\ifodd
primitive. - Get the
\iftrue
primitive. - Get the
\or
primitive.