starsriver/mathplus

Mathplus extension for flarum,more support.

Fund package maintenance!
include.uotan.cn/threads/13

Installs: 338

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 1

Forks: 3

Open Issues: 2

Language:JavaScript

Type:flarum-extension

0.4.0 2021-08-21 10:04 UTC

README

English or 简体中文

Packaginst

  1. Install flarum plugin with:
composer require starsriver/mathplus
  1. Enable plugin in flarum admin panel
  2. 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.

IncludeCommunity