Confluence bridge for Mathblock
Zuletzt geändert von xwikiadmin am 2025/01/07 11:39
Description
This is a bridge for the Confluence Mathblock macro to XWiki's Mathjax macro.
Parameter | Description | Mandatory? | Default value |
---|---|---|---|
anchor | The anchor to make a reference to this math expression | No | Empty |
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.
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: