Difference between revisions of "Help:Mathematical Symbols"

From POV-Wiki
Jump to navigation Jump to search
(Add mathematical symbol help page.)
 
m (Reflect change of math engine.)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
POV-Wiki supports the standard mediawiki math markup (available via the '''&radic;n''' button on the edit toolbar). Additionally, it has an interactive T<sub>E</sub>X editor, called the 'T<sub>E</sub>X Box', which appears in a popup window when you click on the '''&sum;''' button at the left of the edit toolbar.
+
POV-Wiki has the standard [[mediawikiwiki:Extension:Math|MediaWiki math extension]] installed, which allows the use of a subset of LaTeX syntax.
 
 
The T<sub>E</sub>X Box is also available on its own [[Special:Texbox|special page]].
 
  
 
==Inserting Formulas==
 
==Inserting Formulas==
Inserting T<sub>E</sub>X markup is done using <nowiki><math>...</math></nowiki> tags. For example, to display the following quadratic formula:
+
Inserting math markup is done using <code><nowiki><math>...</math></nowiki></code> tags. For example, to display the following quadratic formula
  
 
:<math>x=\frac{-b\pm\sqrt{b^2-4ac}}{2a}</math>
 
:<math>x=\frac{-b\pm\sqrt{b^2-4ac}}{2a}</math>
  
you could use this markup:
+
you could use the markup
  
:<nowiki><math>x=\frac{-b\pm\sqrt{b^2-4ac}}{2a}</math></nowiki>
+
:<code><nowiki><math>x=\frac{-b\pm\sqrt{b^2-4ac}}{2a}</math></nowiki></code>
  
 
==Consistent Use of <nowiki><math>...</math></nowiki>==
 
==Consistent Use of <nowiki><math>...</math></nowiki>==
  
It is strongly advised that <nowiki><math>...</math></nowiki> be used around ''all'' mathematics added to this wiki, even if the assistance of T<sub>E</sub>X 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.
+
It is strongly advised that <nowiki><math>...</math></nowiki> 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 TeX==
+
==Advanced Use of LaTeX==
  
Advanced use of TeX is beyond the scope of this help page. Instead, we recommend you consult the comprehensive [[metawikipedia:Help:Formula|reference on meta.wikimedia.org]].
+
Advanced use of LaTeX is beyond the scope of this help page. Instead, we recommend you consult the comprehensive [[wikipedia:Help:Displaying_a_formula|reference on Wikipedia]].
  
 
[[Category:Help|Mathematical Symbols]]
 
[[Category:Help|Mathematical Symbols]]
 
__NOTOC__
 
__NOTOC__

Latest revision as of 06:41, 11 April 2021

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.