Difference between revisions of "Help:Mathematical Symbols"

From POV-Wiki
Jump to navigation Jump to search
(Add mathematical symbol help page.)
 
Line 4: Line 4:
  
 
==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 T<sub>E</sub>X 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>==

Revision as of 16:14, 5 November 2007

POV-Wiki supports the standard mediawiki math markup (available via the √n button on the edit toolbar). Additionally, it has an interactive TEX editor, called the 'TEX Box', which appears in a popup window when you click on the button at the left of the edit toolbar.

The TEX Box is also available on its own special page.

Inserting Formulas

Inserting TEX 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 TEX 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 TeX is beyond the scope of this help page. Instead, we recommend you consult the comprehensive reference on meta.wikimedia.org.