Open main menu

Difference between revisions of "Instructions to Wiki Editors"

→‎Extensions: Add JsMath in the list of extensions
(Add list of installed extensions)
(→‎Extensions: Add JsMath in the list of extensions)
Line 60: Line 60:
</syntax>
</syntax>
</pre>
</pre>
== JsMath ==
This extension can be used to generate formulas using the LaTeX math syntax. It replaces MediaWiki's regular TeX based math support (that we cannot use due to server limitations) and uses the same syntax.
'''Link:''' http://www.mediawiki.org/wiki/Extension:JsMath
'''Syntax:'''
<pre>
&lt;math>
Skewness(X) = \frac{N}{(N-1)*(N-2)*\sigma(X)^3} * \sum_{i=1}^{N}{(X_i - E(X))^3}
&lt;/math>
</pre>
Which gives the following result:
<math>
Skewness(X) = \frac{N}{(N-1)*(N-2)*\sigma(X)^3} * \sum_{i=1}^{N}{(X_i - E(X))^3}
</math>


== Cite ==
== Cite ==
TrustedUser
2,147

edits