LaTeX: Delimiters in block/inline equations
For math captured in Latex use a $
delimiter for single line height, or a $$
delimiter for multi-line equations that require more height.
The $
or $$
delimiter must not be surrounded by whitespace.
Inline LaTeX - single line height
<inline-formula> <tex-math notation="LaTeX"><![CDATA[$1\,{\mathrm {A}}$]]></tex-math> </inline-formula>
Inline LaTeX - multi-line height
<inline-formula> <tex-math notation="LaTeX"> <![CDATA[$$P = Q \cdot \Delta T/(14.35\cdot G)$$]]> </tex-math> </inline-formula>
Block LaTeX - multi-line height
<disp-formula id="PTT020M2"> <tex-math notation="LaTeX"> <![CDATA[$$P = Q \cdot \Delta T/(14.35\cdot G)$$]]> </tex-math> </disp-formula>