Skip to main content

Crate rdx_math

Crate rdx_math 

Source

Modules§

parser
symbols
tokenizer
rdx-math — LaTeX math parser for the RDX specification.

Structs§

AlignRow
A row in an alignment environment (align/alignat).
CaseRow
A row in a cases environment.
MacroDef
A user-defined LaTeX macro.
MathOperator
A mathematical operator symbol with its classification.

Enums§

AccentKind
Accent mark kind.
ColumnAlign
Column alignment specifier for array environments.
Delimiter
A delimiter character used in fenced expressions.
FracStyle
Style for fraction rendering.
LimitStyle
Limit placement style for big operators.
MathExpr
Structured math expression tree (Section 2.11).
MathFont
Math font override.
MathSpace
Named math spacing amounts.
MathStyle
Math style (display size) override.
MatrixDelimiters
Delimiter style for matrix environments.
OperatorKind
Classification of a mathematical operator.
SmashMode
Smash mode indicating which dimension to suppress.

Functions§

parse
Parse a LaTeX math string into a MathExpr tree.
parse_with_macros
Parse a LaTeX math string with user-defined macro expansion.