Structs§
- Register
Options - configuration for creating a new Register
Statics§
- ARG_
HOLE - regex for the usual argument placeholders
#1-#9 - CONDITIONAL_
CS_ RE - regex for the prefix of a conditional command sequence
- DIRTY_
ID_ IDIOM_ RE - regex for ${}^{label}$
- HAS_
ARG_ OR_ CS - regex for a TeX argument specifier or any command sequence
- LEADING_
PROTOCOL_ RE - regex for the prefix of a protocol (such as literal:)
- NON_
ID_ CHARSET_ RE - regex for characters not expected in a usual id attribute
- SPACES_
RE - regex for one-or-more spaces
- TILDE_
NOISE_ RE - regex for a strange noisy TeX
\\~{} - TRAILING_
SLASH_ RE - regex for a trailing slash (trivial, but aids replacement of said slash)
Functions§
- allocate_
register - def_
conditional - Define a conditional control sequence.
- def_
constructor - Binding definition connecting a TeX command sequence with a structured XML output.
- def_
environment - Defines an Environment that generates a specific XML fragment.
- def_
macro - Defines the macro expansion for a command sequence.
- def_
math - Define a Mathematical symbol or function.
- def_
math_ constructor - Uses of DefMath without arguments, but with constructor-like options, are realized via a
Constructordefinition - def_
math_ dual - Advanced math replacements require a XMDual representation
- def_
math_ primitive - EXPERIMENT: Introduce an intermediate case for simple symbols Define a primitive that will create a Tbox with the appropriate set of XMTok attributes.
- def_
primitive - Defines a primitive control sequence
- def_
register - Defines a register with an initial value.
- dualize_
arglist - Flesh out two dual (mathematical) forms of a given list of arguments.
- get_
xmarg_ id - is_
definable - Check if the
tokenis not yet defined, or let to\relax - is_
defined - Is defined in the
LaTeX-y sense of also not being let to \relax. - is_
defined_ token - Token variant of
is_defined. Defined in the LaTeX-y sense of also not being let to \relax.