Math/tests
physikerwelt (Moritz Schubotz) 12b43489ea Expose LaTeXML Settings
Make LaTeXML setting configurable with the new global
variable $wgDefaultLaTeXMLSetting.

PS: This variable can be specified as an array or a
string. If specified as an array, the
 array('a'=>'b','c'=>array('e','f'))
would be transformed to the equivalent setting
 a=b&c=e&c=f
,which is the input format for the LaTeXML daemon.

Change-Id: I2869df27cee83b426c6eb2312306fac9d6203ef2
2013-09-20 17:20:03 +00:00
..
MathDatabaseTest.php New rendering option LaTeXML 2013-05-26 12:12:51 +00:00
MathLaTeXMLTest.php Expose LaTeXML Settings 2013-09-20 17:20:03 +00:00
MathRendererTest.php New rendering option LaTeXML 2013-05-26 12:12:51 +00:00
MathSourceTest.php rename MathSourceTest::simpleTest->MathSourceTest::testBasics 2013-05-04 10:43:14 +00:00
MathTexvcTest.php Fix: PHP Style corrections 2013-06-07 15:37:56 +00:00