Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Example syntax

LaTeX syntax

...

Example 1 - Pythagorean theorem

Macro body

Code Block
x^2 + y^2 = z^2

Output:

...

Example 2 - Mass-energy equivalence

Macro body

Code Block
E=mc^2

Output:

...

Example 2 - Binomial coefficient

Macro body:

Code Block
\binom{n}{k} = \frac{n!}{k!(n-k)!}

Output:

...

Example 4 - Reference

Description

Syntax

Output

Greek letters

\alpha \beta \gamma \rho \sigma \delta \epsilon

Image Added

Binary operators

\times \otimes \oplus \cup \cap

Image Added

Relation operators

< > \subset \supset \subseteq \supseteq

Image Added

Others

\int \oint \sum \prod

Image Added

mhchem syntax

Comprehensive mhchem syntax documentation is available here.

...