Help:Mathematical Symbols
Jump to navigation
Jump to search
POV-Wiki has the standard MediaWiki math extension installed, which allows the use of a subset of LaTeX syntax.
Inserting Formulas
Inserting math markup is done using <math>...</math>
tags. For example, to display the following quadratic formula
you could use the markup
<math>x=\frac{-b\pm\sqrt{b^2-4ac}}{2a}</math>
Consistent Use of <math>...</math>
It is strongly advised that <math>...</math> be used around all mathematics added to this wiki, even if the assistance of markup is not required (e.g. if the formula could be displayed using standard HTML). This will assist when exporting the wiki into other formats, such as PDF.
Advanced Use of LaTeX
Advanced use of LaTeX is beyond the scope of this help page. Instead, we recommend you consult the comprehensive reference on Wikipedia.