EquationSet macro

Back to Available macros

The EquationSet, EquationSet_Latex, and EquationSet_Latex_D macro passes each line of the parameter to the Equation, Equation_Latex, and Equation_Latex_D macro, respectively, and groups the resulting items into an ordered list. The list is then wrapped into an html-div.

Properties

Output expansion default

Enabled.

Parameters

An expression in AsciiMath (EquationSet), or in Latex (EquationSet_Latex and EquationSet_Latex_D).

Variables

EquationSet.class_name
The class-name to give to the equation-set html-div. Default: EquationSet.

Examples

[[EquationSet]]: 
    ax^2 + bx + c = 0
    sin(x) = pi
[[EquationSet_Latex]]: 
    ax^2 + bx + c = 0
    \sin(x) = \pi
[[EquationSet_Latex_D]]: 
    ax^2 + bx + c = 0
    \sin(x) = \pi

Files

EquationSet macro

Presents multiple equations.