Mise à jour wiki prévue le lundi 21/07/2025 de 07h30 à 09h30 Plus d'informations en cliquant sur ce lien

Confluence bridge for Mathblock

Modifié par superadmin le 25/05/2025 - 00:00

Description

This is a bridge for the Confluence Mathblock macro to XWiki's Mathjax macro.

ParameterDescriptionMandatory?Default value
anchorThe anchor to make a reference to this math expressionNoEmpty

Note: the alignment parameter is not yet supported.

Usage example

{{confluence_mathblock anchor="myanchor"}}
2+\frac 1 2 x
{{/confluence_mathblock}}

This block can be referenced like in the following sentence. Expression {{confluence_mathblock-ref anchor="myanchor"/}} shows some random and non-sensitical math.

Result:

\begin{equation} \label{myanchor} 2+\frac 1 2 x\end{equation}

This block can be referenced like in the following sentence. Expression \ref{myanchor} shows some random and non-sensitical math.

See also: