Versions Compared

Key

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

...

  • LaTeX (Block) for block level equations

  • LaTeX (Inline) for inline equations

These macros are only available in the commercial cloud version of the app – available December 2023.

How to Use

  1. In the Confluence editor, type /latex and select LaTeX (Block) or LaTeX (Inline).

    Image Added
  2. Add your LaTeX formula or chemical equation in mhchem format into the macro body screen.

  3. Save the Confluence page.

Your mathematical formula or chemical equation will be displayed.

Example syntax

Mathematics – LaTeX syntax

Example 1 - Pythagorean theorem

...

Description

Syntax

Output

Greek letters

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

Binary operators

\times \otimes \oplus \cup \cap

Relation operators

< > \subset \supset \subseteq \supseteq

Others

\int \oint \sum \prod

Chemistry – mhchem syntax

Comprehensive mhchem syntax documentation is available here.

...

Example 9.

Macro body:

Code Block
\ce{A ->[{text above}][{text below}] B}

...