Zeroclanzhang(讨论 | 贡献) (创建页面,内容为“{{Documentation subpage}} <!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE --> === Usage === Use this template to embed stand-alone formulae in wikitext. The mathematical capabilities of this template are very limited; use tables with <code>class="texhtml"</code> for formulae requiring non-linear layout. === Examples === <syntaxhighlight lang="wikitext"> {{bigmath|{{sfrac|∂²<var>f</var>|∂<var>r</var>²}} + {{sfrac|&part…”) |
Zeroclanzhang(讨论 | 贡献) 无编辑摘要 |
||
第26行: | 第26行: | ||
Note that any extra spaces placed in the template will appear in the output. A long line can be split before any vertical-bar pipe ('|'). | Note that any extra spaces placed in the template will appear in the output. A long line can be split before any vertical-bar pipe ('|'). | ||
In contrast, there is <syntaxhighlight lang="tex" inline><math | In contrast, there is <syntaxhighlight lang="tex" inline><math>\frac{\part^2 f}{\part r^2} + \frac{\part f}{\part r} = 0[/math]</syntaxhighlight> which produces | ||
<math | <math>\frac{\partial^2 f}{\partial r^2} + \frac{\partial f}{\partial r} = 0.[/math] | ||
This might be an alternative for more complex examples. If that's still too small, leave a comment on https://phabricator.wikimedia.org/T135419 please. | This might be an alternative for more complex examples. If that's still too small, leave a comment on https://phabricator.wikimedia.org/T135419 please. | ||
2024年1月21日 (日) 23:10的最新版本
This is a documentation subpage for 模板:Bigmath. It may contain usage information, categories and other content that is not part of the original 模板 page. |
Usage
Use this template to embed stand-alone formulae in wikitext. The mathematical capabilities of this template are very limited; use tables with class="texhtml"
for formulae requiring non-linear layout.
Examples
{{bigmath|{{sfrac|∂²<var>f</var>|∂<var>r</var>²}} + {{sfrac|∂<var>f</var>|<var>r</var> ∂<var>r</var>}} + {{sfrac|∂²<var>f</var>|<var>r</var>²∂²<var>θ</var>}} {{=}} 0}}
produces:
- ∂²f/∂r² + ∂f/r ∂r + ∂²f/r²∂²θ = 0
Use prefix "1=" to allow simple equals-signs. Italicize letters by double-tic (''f''
):
{{bigmath|1={{sfrac|∂² ''f''|∂''r''²}} + {{sfrac
|∂''f''|''r'' ∂''r''}} = 0}}
produces:
- ∂² f/∂r² + ∂f/r ∂r = 0
Note that any extra spaces placed in the template will appear in the output. A long line can be split before any vertical-bar pipe ('|').
In contrast, there is <math>\frac{\part^2 f}{\part r^2} + \frac{\part f}{\part r} = 0[/math]
which produces
<math>\frac{\partial^2 f}{\partial r^2} + \frac{\partial f}{\partial r} = 0.[/math]
This might be an alternative for more complex examples. If that's still too small, leave a comment on https://phabricator.wikimedia.org/T135419 please.
See also