karuboniru / mathplus
Flarum 的 Mathplus 扩展,更多支持。
资助包维护!
include.uotan.cn/threads/13
0.3.4
2021-08-19 13:02 UTC
Requires
- flarum/core: ^1.0
This package is auto-updated.
Last update: 2024-09-19 20:08:26 UTC
README
- 使用以下命令安装 Flarum 插件:
composer require starsriver/mathplus
- 在 Flarum 管理面板中启用插件
- 编写数学时请遵循以下规则:
- 仅将行内数学公式用单个美元符号
$ ... $包围 - 或使用双美元符号在单独一行中显示公式
$$
...
$$
- 为了编号方程式,请使用:
$$
\begin{equation}
...
\label{eqEmc}
\end{equation}
$$
- 这样可以通过 Eq.
\ref{eqEmc}引用它。如果想要 LaTeX 正确处理上标,请使用 {}:E=mc^{2}