Tex Expressions

KooeeZ uses KaTeX to display TeX expressions for Mathematics, Physics, Chemistry, etc freeing you from generating images for your cards, or using ugly ways to show your vectors, chemical compounds inside your cards.

KooeeZ might not use the latest version of KaTeX, but it will be updated regularly, and KaTeX is quite stable, limiting version inconsistencies.

Syntax (in a field with HTML type)

<tex tex-expression="{{FIELD_TEX}}" tex-display="true" tex-leqno="true">

tex-expression: The TeX expression, with limitations from KaTeX (See Supported Functions, and Support Table).

tex-display: true/false. Optional. Corresponds to KaTeX's option displayMode. The display mode (text-display="true") will show expressions in a multiline way. It is required for some expressions and optional for others.

tex-leqno: true/false. Optional. Corresponds to KaTeX's option leqno.