Extension:SimpleMath
Appearance
現在、この拡張機能は積極的な保守が行われていません! それでも機能する可能性はありますが、バグ報告や機能の要望は無視される可能性が高くなります。 この拡張機能の代替となる拡張機能をインストールしたい場合は、以下を参照してください: |
リリースの状態: 保守されていない |
|
|---|---|
| 実装 | タグ |
| 説明 | Render mathematical formulas between <math>...</math> tags |
| 作者 | Tamer Shlash (Mr.TAMER.Shlashトーク) |
| MediaWiki | 1.16+ (not tested for earlier) |
| データベースの変更 | いいえ |
| ライセンス | MIT ライセンス |
| ダウンロード | スナップショットをダウンロード 注: README |
| 例 | Page on a wiki that uses this extension |
|
math |
|
The SimpleMath extension provides support for rendering mathematical formulas on-wiki using the online LaTeX editor of codecogs.com.
インストール
Download the files and put them in $IP/extensions/SimpleMath/, then add the following to LocalSettings.php:
require_once("$IP/extensions/SimpleMath/SimpleMath.php");
$wgUseTeX に true を設定しないでください。
