OUP Journals TCI

 

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>
Release ID:
20250903
ID:
concept_mrm_mff_hw
Author:
flocktons
Last changed:
Wed, 04 Dec 2024
Modified by:
buckmasm
Revision#:
2818