Equation macro
==============

[[Parent]]: available_macros.txt

The Equation, Equation_Latex, and Equation_Latex_D macro wraps the parameter in AsciiMath delimiters `''`, Latex delimiters `$`, and Latex display-delimiters `$$`, respectively. 

These macros are useful for specifying an indentation macro.

Properties
----------

### Output expansion default

Disabled.

### Parameters

An expression in AsciiMath (Equation), or Latex (Equation_Latex and Equation_Latex_D).

Examples
--------

[[Example]]:
	The equation [[Equation: ax^2 + bx + c = 0]] is called the _quadratic equation_.
	Use multiple rows [[Equation]]: 
		ax^2 + 
		bx + 
		c = 0
	if you like.

[[Example]]:
	[[set indent]]: Equation_Latex_D

	A function $f : \mathbb{R}^n \to \mathbb{R}^m$ is _differentiable_ at $p \in \mathbb{R}^n$, if

		\frac{\left\lVert f(p + h) - \left[ f(p) + (D_p f)(h) \right] \right\rVert}{\left\lVert h \right\rVert} \xrightarrow{h \to 0} 0.	
