Extension:SimpleMath

This page is a translated version of the page Extension:SimpleMath and the translation is 38% complete.
MediaWiki 拡張機能マニュアル
SimpleMath
リリースの状態: 保守されていない
実装 タグ
説明 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 を設定しないでください。