starsriver / mathplus
Flarum 的 Mathplus 扩展,更多支持。
0.4.0
2021-08-21 10:04 UTC
Requires
- flarum/core: ^1.0
- dev-main
- 0.4.0
- 0.3.2
- 0.3.1
- 0.3.0
- 0.2.1
- 0.2.0
- 0.1.3
- 0.1.2
- 0.1.0
- dev-dependabot/npm_and_yarn/js/multi-d2d345bd68
- dev-dependabot/npm_and_yarn/js/ws-5.2.4
- dev-dependabot/npm_and_yarn/js/multi-2a514043db
- dev-dependabot/npm_and_yarn/js/babel/traverse-7.23.2
- dev-patch-6
- dev-patch-5
- dev-patch-4
- dev-patch-3
- dev-patch-2
- dev-patch-1
This package is auto-updated.
Last update: 2024-09-29 05:09:09 UTC
README
- 使用以下命令安装 flarum 插件
composer require starsriver/mathplus
- 在 flarum 管理面板中启用插件
- 编写数学时遵循以下规则
- 只需将行内数学公式用单美元符号
$ ... $
括起来 - 或使用双美元符号在单独的一行中显示公式
$$
...
$$
- 为了编号方程,使用
$$
\begin{equation}
...
\label{eqEmc}
\end{equation}
$$
- 这样可以通过使用 Eq.
\ref{eqEmc}
来引用它。如果想要 LaTeX 正确处理上标,请使用 {}:E=mc^{2}