EquationSet macro
==============

[[Parent]]: available_macros.txt

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

[EquationMacro]: [[Ref]]: Equation_Macro.txt

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
--------

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

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

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