Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents

Our LaTeX macros support LaTeX as well as mhchem.

...

  • 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

...

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

...

Example 9.

Macro body:

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

...