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.
Although not required, it is recommended to put the whole TeX expression into a field with a type "TeX Expression", this way the value will be analyzed when inputting it and possible errors might be shown under the cell instead of having to preview the card. Currently, it won't show errors coming from the expression requiring displayMode to be true or false.
KooeeZ might not use the latest version, but it will be updated regularly, and KaTeX is quite stable, limiting version inconsistencies.
Syntax
<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.