Sjabloon:Math
{{{1}}}
The math template formats HTML- or wikimarkup generated mathematical formulas in the similar fashion as MathJax, a web-based TeX formula interpreter. The template uses the texhtml
class, which aims to match the size of the serif font with the surrounding sans-serif font (see below). The template also prevents line-wrapping.
Use this template for non-complex formulas as an alternative to using the <math>...</math>
format (see: Help:Math).
Usage
Use this template to wrap an inline formula in wikitext.
Examples
{{math|''f''(''x'') {{=}} ''b''<sup>''x''</sup> {{=}} ''y''}}
- produces: f(x) = bx = y
{{math|sin π {{=}} 0}}
- produces: sin π = 0.
{{math|<big>∫</big>{{su|b=0|p=+∞}} ''e''<sup>−''x''</sup> d''x'' {{=}} 1}}
- produces: ∫+∞
0 e−x dx = 1
'''{{math|{{sfrac|1|2}} − {{sfrac|1|3}} {{=}} {{sfrac|1|6}}}}'''
- produces: 12 − 13 = 16. Note the triple-apostrophes have set the whole formula as bold.
{{math|({{sqrt|2}})<sup>2</sup> {{=}} 2}}
- produces: (√2)2 = 2.
Use of equals-sign and absolute value bars
If a single equals-sign ("=") is used, it will fail to render, instead showing "{{{1}}}". For example, the following template-coding would be invalid:
{{math|1 + 2 = 3}}
- produces: {{{1}}}, which is invalid code
To resolve this, either: (a) Start the formula with "1=
" as in:
{{math|1=1 + 2 = 3}}
- produces: 1 + 2 = 3, or else, (b) include the equals-sign in double-braces "{{=}}" as in:
{{math|1 + 2 {{=}} 3}}
- produces: 1 + 2 = 3.
A similar difficulty concerns the vertical bars ("|") used to indicate absolute value, which without care would get interpreted as part of the template syntax. The solution is different than for the equals sign: such bars should be entered as "{{!}}":
{{math|{{!}}''f''(''x'') − ''a''{{!}} < ε}}
- produces: |f(x) − a| < ε.
This example can also be produced by {{math|{{mabs|''f''(''x'') − ''a''}} < ε}}
Parameters
The following parameters are optional:
big=1
– This will render the formula in a bigger fontsize, increased to 165%.size=font-size
– Use this to specify your own fontsize.
{{math|big=1|1 + 2 {{=}} 3}}
- produces: 1 + 2 = 3
<templatedata>{ "description": "This template formats markup generated mathematical formulas with HTMl and CSS. The template tries to match the size of the serif font with the surrounding sans-serif font. The template also prevents line-wrapping. Use this template for non-complex formulas as an alternative to using the <math> format.", "params": {
"1": { "label": "formula", "description": "wrap an inline formula in wikitext.", "type": "string", "required": true }, "big": { "label": "bigger font size", "description": "if set to ‘1’, this will render the formula in a bigger font size, increased to 165%", "type": "string", "required": false }, "size": { "label": "custom font size", "description": "use this to specify your own font size", "type": "string", "required": false }
}}</templatedata>
Notes
The font and size used for texhtml
, as defined in MediaWiki: common.css, was determined by comparing common default fonts found on Windows, OS X and Linux and is scaled to 118% to match their x-height. However, not everyone uses the default fonts. If you find that the rendered math is not of the same size as the surrounding text, you can adjust this in your personal CSS. For instance, the DejaVu Sans and DejaVu Serif fonts do not need scaling, in which case span.texhtml { font-size: 100%; }
will restore proper display.
The texhtml
classname is a remnant from the Sjabloon:TeX renderer, which had a user preference to render Sjabloon:TeX-written formulae in "HTML when simple". That option has been removed some time ago, but the classname continues to be used for formulae written in HTML.
See also
- Help and information
- Help: Displaying a formula
- WP:«math», a comparison of different representation of mathematical expressions
- Related templates
- {{bigmath}} is a template for stand-alone formulas, using a bigger font to match PNG rendered TeX formulas.
- {{mvar}} is a short form to refer to individual italicized maths variables in normal text.
- {{tmath}} wraps a [[TeX|Sjabloon:TeX]] math expression in
<math>
tags - {{intmath}} for integral symbols.
- {{vec}} for various overarrows, underarrows, pointing left, right or both ways.
- {{langle}} and {{rangle}} for angular brackets.
- {{bra-ket}}, {{bra}}, {{ket}}, {{braket}} for bra–ket notation.
- {{overset}} and {{underset}} for arbitrary characters and diacritics set above or below one another.
- {{drndbracket}} and {{dsqbracket}} for two-line round or square brackets (only two lines, no more or less).
- {{ldelim}} and {{rdelim}} for multiline delimiters (2-5 lines inclusive).
The above documentation is transcluded from Sjabloon:Math/doc. (edit | history) Editors can experiment in this template's sandbox (create) and testcases (create) pages. Please add categories and interwikis to the /doc subpage. Subpages of this template. |