karuboniru / mathplus
Mathplus extension for flarum,more support.
Package info
github.com/karuboniru/Mathplus
Language:JavaScript
Type:flarum-extension
pkg:composer/karuboniru/mathplus
Fund package maintenance!
0.3.4
2021-08-19 13:02 UTC
Requires
- flarum/core: ^1.0
This package is auto-updated.
Last update: 2026-02-19 23:22:15 UTC
README
- Install flarum plugin with:
composer require starsriver/mathplus
- Enable plugin in flarum admin panel
- Follow this rules when writing your math:
- Just enclose inline math formulas in single dollar signs
$ ... $ - or use double dollar signs for formulas in a separate line
$$
...
$$
- In order to enumerate equations use
$$
\begin{equation}
...
\label{eqEmc}
\end{equation}
$$
- This way one can reference to it by using Eq.
\ref{eqEmc}. Use {} with superscript:E=mc^{2}if you want proper superscripts handling by LaTeX.