Extension:SimpleMath/pl
Appearance
To rozszerzenie nie jest aktualnie aktywnie rozwijane! Pomimo, że może nadal działać, jakiekolwiek zgłoszenia błędów lub propozycji funkcji będą najprawdopodobniej ignorowane. Please see the following alternatives that you may wish to install instead of this extension: |
SimpleMath Status wydania: niewspierane |
|
---|---|
Realizacja | Znaczniki |
Opis | Render mathematical formulas between <math>...</math> tags |
Autor(zy) | Tamer Shlash (Mr.TAMER.Shlashdyskusja) |
MediaWiki | 1.16+ (not tested for earlier) |
Zmiany w bazie danych | Nie |
Licencja | Licencja MIT |
Pobieranie | Pobierz snapshot Uwaga: README |
Przykład | 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.
Instalacja
Download the files and put them in $IP/extensions/SimpleMath/
, then add the following to LocalSettings.php
:
require_once("$IP/extensions/SimpleMath/SimpleMath.php");
Don't set $wgUseTeX
to true.