Extension:SimpleMath/pl

This page is a translated version of the page Extension:SimpleMath and the translation is 12% complete.
Podręcznik rozszerzeń MediaWiki
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
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.