Difference between revisions of "Template:M"

From Maths
Jump to: navigation, search
m
m
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
<includeonly>
+
<includeonly>{{#if: {{{1|}}} | [ilmath]{{{1}}}[/ilmath] | }}</includeonly><noinclude>
 
+
==Purpose==
{{#if: {{{1|}}} | <nowiki><math></nowiki>{{{1}}}<nowiki></math></nowiki> | }}
+
This template is supposed to be used for rendering mathematical expressions
</includeonly>
+
==Usage==
 +
Simple:
 +
* use {{C|<nowiki>{{M|\int^a_bF(x,t)\mathrm{d}t}}</nowiki>}} to render:
 +
* use [ilmath]\int^a_bF(x,t)\mathrm{d}t[/ilmath] to render:
 +
==See also==
 +
* [[Template:R]] for rendering things in monospace (typically registers), eg {{R|AL}}
 +
* [[Template:MM]] for display quality mathematical markup (eg {{MM|1=\lim_{n\rightarrow\infty}\left(\sum^n_{i=1}a_i\right)}})
 +
* [[Template:C]] for {{C|code}} markup
 +
[[Category:Markup templates]]
 +
</noinclude>

Latest revision as of 14:52, 19 February 2016

Purpose

This template is supposed to be used for rendering mathematical expressions

Usage

Simple:

  • use {{M|\int^a_bF(x,t)\mathrm{d}t}} to render:
  • use [ilmath]\int^a_bF(x,t)\mathrm{d}t[/ilmath] to render:

See also

  • Template:R for rendering things in monospace (typically registers), eg AL
  • Template:MM for display quality mathematical markup (eg [math]\lim_{n\rightarrow\infty}\left(\sum^n_{i=1}a_i\right)[/math])
  • Template:C for code markup