More actions
Add link. |
Fixed 1 <math> parser error more to go :( |
||
| Line 159: | Line 159: | ||
=== Formula presentation === | === Formula presentation === | ||
UniWiki uses the extension [[:Mediawikiwiki:Extension:SimpleMathJax|SimpleMathJax]] for the presentation of formulas. The formula to be presented needs to be encased with the tags <nowiki><math></nowiki> and <nowiki></math></nowiki>. <math>\ | UniWiki uses the extension <s>[[:Mediawikiwiki:Extension:SimpleMathJax|SimpleMathJax]]</s> [[:Mediawikiwiki:Extension:Math|Math]] for the presentation of formulas. The formula to be presented needs to be encased with the tags <nowiki><math></nowiki> and <nowiki></math></nowiki>. <math>\tex</math> or <math>\LaTeX</math> markup can be used. Errors will be marked as <math>\sqrt</math> | ||
To display a formula the following markup can be used: | To display a formula the following markup can be used: | ||
| Line 176: | Line 176: | ||
| \displaystyle \frac{a}{b} || <math> \displaystyle \frac {a} {b} </math> || division/fraction | | \displaystyle \frac{a}{b} || <math> \displaystyle \frac {a} {b} </math> || division/fraction | ||
|- | |- | ||
| \sqrt {X} || <math> \sqrt {X} </math> || square root | | \sqrt {X} || <math>\displaystyle \sqrt {X} </math> || square root | ||
|- | |- | ||
| \ | | \sqrt [n] {X} || <math> \sqrt [n] {X} </math> || root | ||
|- | |- | ||
| a + b || <math> a + b </math> || addition | | a + b || <math> a + b </math> || addition | ||
| Line 216: | Line 216: | ||
| ( \frac {a} {b} ) || <math> ( \frac {a} {b} ) </math> || See ( hight difference with previous | | ( \frac {a} {b} ) || <math> ( \frac {a} {b} ) </math> || See ( hight difference with previous | ||
|- | |- | ||
| a \ | | a \n b \\ c || <math> a \\ b \\ c </math> || newline within a <nowiki><math></nowiki> block | ||
|- | |- | ||
| \ begin{align}<br> | | \ begin{align}<br> | ||