Template:Tmath/doc

From PS3 Developer wiki
< Template:Tmath
Revision as of 22:42, 14 December 2012 by Euss (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


Wraps a math expression written in TeX code in <math> tags using the {{#tag:}} parser function. Intended to be used for very short expressions like variables.

Usage[edit source]

{{tmath|expressin}}

Examples[edit source]

  • {{tmath|a}} gives <math>a</math>
  • {{tmath|\pi}} gives <math>\pi</math>
  • {{tmath|x_0}} gives <math>x_0</math>

The template is intended to be used for very short expressions like variables. It is more cumbersome to use for equations or other expressions containing special signs that have to be escaped:

  • {{tmath|E{{=}}mc^2}} gives <math>E=mc^2</math>
  • {{tmath|x {{=}} {{!}} \vec {{(}} x {{)}} {{!}} }} gives <math>x = | \vec { x } | </math>

See also[edit source]