Changes

Jump to: navigation, search

Help:Formula

18,635 bytes added, 01:51, 21 August 2006
no edit summary
{{hi}} - Other languages: [[De:Wikipedia:TeX|de]], [[Fi:Wikipedia:TeX-opas|fi]] [[Fr:Wikipédia:Formules TeX|fr]], [[hu: Wikip%C3%A9dia:Formula_le%C3%ADr%C3%B3nyelv|Magyarul (Hungarian)]], [[Ia:Wikipedia:Formulas mathematic|ia]], [[Ja:Wikipedia:TeX markup|ja]], [[Sv:Wikipedia:AttAnvändaTeX|sv]], [[Zh:Wikipedia:数学公式|zh]], [[Ru:Википеди�?:Как_отображать_формулы|ru]]

==TeX==

[[MediaWiki]] uses '''[[en:TeX|TeX]] markup''' for mathematical formulae. It generates either [[en:PNG|PNG]] images or simple [[en:HTML|HTML]] markup, depending on [[Help:Preferences#Rendering_math|user preferences]] and the complexity of the expression. In the future, as more browsers are smarter, it will be able to generate enhanced HTML or even [[en:MathML|MathML]] in many cases.

Math markup goes inside ''<nowiki><math> ... </math></nowiki>''. The [[help:edit toolbar|edit toolbar]] has a button for this.

The PNG images are black on white (not transparent). These colors, as well as font sizes and types, are independent of browser settings or css. Font sizes and types will often deviate from what HTML renders. The [[Help:User_style#Css_selectors|css selector]] of the images is img.tex.

In the case of a non-white page background, the white background of the formula effectively highlights it, which can be an advantage or a disadvantage.

One may want to avoid using TeX markup as part of a line of regular text, as the formulae don't align properly and the font size, as said, usually does not match.

The alt attribute of the TeX images (the text that shows up in the hover box) is the wikitext that produced them, excluding the <nowiki><math> and </math></nowiki>.

Discussion, bug reports and feature requests should go to the [[Mailing_list#Wikitech|Wikitech-l mailing list]]. These can also be filed on [http://bugzilla.wikipedia.org Mediazilla] under ''MediaWiki extensions''.

==General==

Spaces and newlines are ignored. Apart from function and operator names, as is customary in mathematics for variables, letters are in italics; digits are not. For other text, to avoid being rendered in italics like variables, use <code>\mbox</code>: <code><nowiki><math>\mbox{abc}</math></nowiki></code> gives <math>\mbox{abc}</math>

Line breaks help keep the wikitext clear, for instance, a line break after each term or matrix row.

== Functions, symbols, special characters ==

For producing special characters without math tags, see [[Help:Special characters]].

Comparison:
*&amp;alpha; gives &alpha;, <nowiki><math>\alpha</math></nowiki> gives <math>\alpha</math> ("&amp;" and ";" vs. "\", in this case the same code word "alpha"
*&amp;radic;2 gives &radic;2, <nowiki><math>\sqrt{2}</math></nowiki> gives <math>\sqrt{2}</math> (the same difference as above, but also another code word, "radic" vs. "sqrt"; in TeX braces)
*&amp;radic;(1-''e''&amp;sup2;) gives &radic;(1-''e''&sup2;), <nowiki><math>\sqrt{1-e^2}</math></nowiki> gives <math>\sqrt{1-e^2}</math> (parentheses vs. braces, "<nowiki>''e''</nowiki>" vs. "e", "&amp;sup2;" vs. "^2")



<table border="1">

<tr>
<th>Feature</th>
<th>Syntax</th>
<th>How it looks rendered</th>
</tr>

<tr>
<td>std. functions (good)</td>
<td>\sin x + \ln y +\operatorname{sgn} z</td>
<td><math>\sin x + \ln y +\operatorname{sgn} z</math></td>
</tr>

<tr>
<td>std. functions (wrong)</td>
<td>sin x + ln y + sgn z</td>
<td><math>sin x + ln y + sgn z\,</math></td>
</tr>

<tr>
<td>Modular arithm.</td>
<td>s_k \equiv 0 \pmod{m}</td>
<td><math>s_k \equiv 0 \pmod{m}</math></td>
</tr>

<tr>
<td>Derivatives</td>
<td>\nabla \partial x dx \dot x \ddot y</td>
<td><math>\nabla \ \partial x \ dx \ \dot x\ \ddot y</math></td>
</tr>

<tr>
<td>Sets</td>
<td>\forall x \not\in \empty \varnothing \subseteq A \cap \bigcap B \cup \bigcup \exists \{x,y\} \times C</td>
<td><math>\forall x \not\in \empty \varnothing \subseteq A \cap \bigcap B \cup \bigcup \exists \{x,y\} \times C</math></td>
</tr>

<tr>
<td>Logic</td>
<td>p \land \bar{q} \to p\lor \lnot q</td>
<td><math>p \land \bar{q} \to p\lor \lnot q</math></td>
</tr>

<tr>
<td rowspan="2">Root</td>
<td>\sqrt{2}\approx 1.4</td>
<td><math>\sqrt{2}\approx 1.4</math></td>
</tr>

<tr>
<td>\sqrt[n]{x}</td>
<td><math>\sqrt[n]{x}</math></td>
</tr>

<tr>
<td>Relations</td>
<td>\sim \simeq \cong \le \ge \equiv \not\equiv \approx \ne \propto</td>
<td><math> \sim \ \simeq \ \cong \ \le \ \ge \ \equiv \ \not\equiv \ \approx \ \ne \ \propto</math></td>
</tr>

<tr>
<td>Geometric</td>
<td>\triangle \angle \perp \| 45^\circ</td>
<td><math>\triangle \ \angle \perp \| \ 45^\circ</math></td>
</tr>

<tr>
<td rowspan="2">Arrows</td>
<td>
\leftarrow \rightarrow \leftrightarrow<br/>
\longleftarrow \longrightarrow<br/>
\mapsto \longmapsto<br/>
\nearrow \searrow \swarrow \nwarrow<br/>
\uparrow \downarrow \updownarrow<br/>
</td>
<td>
<math>\leftarrow\ \rightarrow\ \leftrightarrow</math>
<math>\longleftarrow\ \longrightarrow</math>
<math>\mapsto\ \longmapsto</math>
<math>\nearrow\ \searrow\ \swarrow\ \nwarrow</math>
<math>\uparrow\ \downarrow\ \updownarrow</math>
</td>
</tr>

<tr>
<td>
\Leftarrow \Rightarrow \Leftrightarrow<br/>
\Longleftarrow \Longrightarrow \Longleftrightarrow<br/>
\Uparrow \Downarrow \Updownarrow
</td>
<td>
<math>\Leftarrow\ \Rightarrow\ \Leftrightarrow</math>
<math>\Longleftarrow\ \Longrightarrow\ \Longleftrightarrow</math>
<math>\Uparrow\ \Downarrow\ \Updownarrow</math>
</td>
</tr>

<tr>
<td>Special</td>
<td>\oplus \otimes \pm \mp \hbar \wr \dagger \ddagger \star * \ldots \circ \cdot \times
\bullet \infty \vdash \models</td>
<td><math>\oplus \otimes \pm \mp \hbar \wr \dagger \ddagger \star * \ldots</math>
<math>\circ \cdot \times \bullet\ \infty \ \vdash \ \models</math></td>
</tr>

<tr>
<td>Lowercase \mathcal has some extras</td>
<td>\mathcal {45abcdenpqstuvwx}</td>
<td><math>\mathcal {45abcdenpqstuvwx}</math>
</td>
</tr>

</table>

== Subscripts, superscripts, integrals ==
<table border="1">

<tr>
<th>Feature</th>
<th>Syntax</th>
<th colspan="2">How it looks rendered</th>
</tr>

<tr>
<td>Superscript</td>
<td>a^2</td>
<td><math>a^2</math></td>
<td><math>a^2 \,\!</math></td>
</tr>

<tr>
<td>Subscript</td>
<td>a_2</td>
<td><math>a_2</math></td>
<td><math>a_2 \,\!</math></td>
</tr>

<tr>
<td rowspan="2">Grouping</td>
<td>a^{2+2}</td>
<td><math>a^{2+2}</math></td>
<td><math>a^{2+2} \,\!</math></td>
</tr>

<tr>
<td>a_{i,j}</td>
<td><math>a_{i,j}</math></td>
<td><math>a_{i,j} \,\!</math></td>
</tr>

<tr>
<td>Combining sub & super</td>
<td>x_2^3</td>
<td colspan="2"><math>x_2^3</math></td>
</tr>

<tr>
<td>Preceding sub & super</td>
<td>{}_1^2\!X_3^4</td>
<td colspan="2"><math>{}_1^2\!X_3^4</math></td>
</tr>

<tr>
<td>Derivative (good)</td>
<td>x'</td>
<td><math>x'</math></td>
<td><math>x' \,\!</math></td>
</tr>

<tr>
<td>Derivative (wrong in HTML)</td>
<td>x^\prime</td>
<td><math>x^\prime</math></td>
<td><math>x^\prime \,\!</math></td>
</tr>

<tr>
<td>Derivative (wrong in PNG)</td>
<td>x\prime</td>
<td><math>x\prime</math></td>
<td><math>x\prime \,\!</math></td>
</tr>

<tr>
<td>Derivative dots</td>
<td>\dot{x}, \ddot{x}</td>
<td colspan="2"><math>\dot{x}, \ddot{x}</math></td>
</tr>

<tr>
<td>Underlines & overlines</td>
<td>\hat a \bar b \vec c \widehat {d e f} \overline {g h i} \underline {j k l} </td>
<td colspan="2"><math>\hat a \ \bar b \ \vec c \ \widehat {d e f} \ \overline {g h i} \ \underline {j k l}</math></td>
</tr>

<tr>
<td>Sum</td>
<td>\sum_{k=1}^N k^2</td>
<td colspan="2"><math>\sum_{k=1}^N k^2</math></td>
</tr>

<tr>
<td>Product</td>
<td>\prod_{i=1}^N x_i</td>
<td colspan="2"><math>\prod_{i=1}^N x_i</math></td>
</tr>

<tr>
<td>Limit</td>
<td>\lim_{n \to \infty}x_n</td>
<td colspan="2"><math>\lim_{n \to \infty}x_n</math></td>
</tr>

<tr>
<td>Integral</td>
<td>\int_{-N}^{N} e^x\, dx</td>
<td colspan="2"><math>\int_{-N}^{N} e^x\, dx</math></td>
</tr>

<tr>
<td>Path Integral</td>
<td>\oint_{C} x^3\, dx + 4y^2\, dy</td>
<td colspan="2"><math>\oint_{C} x^3\, dx + 4y^2\, dy</math></td>
</tr>
</table>

== Fractions, matrices, multilines ==
<table border="1">

<tr>
<th>Feature</th>
<th>Syntax</th>
<th>How it looks rendered</th>
</tr>

<tr>
<td>Fractions</td>
<td>\frac{2}{4} or {2 \over 4}</td>
<td><math>\frac{2}{4}</math></td>
</tr>

<tr>
<td>Binomial coefficients</td>
<td>{n \choose k}</td>
<td><math>{n \choose k}</math></td>
</tr>

<tr>
<td>Small Fractions</td>
<td>\begin{matrix} \frac{2}{4} \end{matrix}</td>
<td><math>\begin{matrix} \frac{2}{4} \end{matrix}</math></td>
</tr>

<tr>
<td rowspan="6">Matrices</td>
<td>\begin{matrix} x & y \\ z & v \end{matrix}</td>
<td><math>\begin{matrix} x & y \\ z & v
\end{matrix}</math></td>
</tr>

<tr>
<td>\begin{vmatrix} x & y \\ z & v \end{vmatrix}</td>
<td><math>\begin{vmatrix} x & y \\ z & v
\end{vmatrix}</math></td>
</tr>

<tr>
<td>\begin{Vmatrix} x & y \\ z & v \end{Vmatrix}</td>
<td><math>\begin{Vmatrix} x & y \\ z & v
\end{Vmatrix}</math></td>
</tr>

<tr>
<td>\begin{bmatrix} 0 & \cdots & 0 \\ \vdots &
\ddots & \vdots \\ 0 & \cdots &
0\end{bmatrix}</td>
<td><math>\begin{bmatrix} 0 & \cdots & 0 \\ \vdots
& \ddots & \vdots \\ 0 & \cdots &
0\end{bmatrix} </math></td>
</tr>

<tr>
<td>\begin{Bmatrix} x & y \\ z & v \end{Bmatrix}</td>
<td><math>\begin{Bmatrix} x & y \\ z & v
\end{Bmatrix}</math></td>
</tr>

<tr>
<td>\begin{pmatrix} x & y \\ z & v \end{pmatrix}</td>
<td><math>\begin{pmatrix} x & y \\ z & v
\end{pmatrix}</math></td>
</tr>

<tr>
<td>Case distinctions</td>
<td>f(n) = \begin{cases} n/2, & \mbox{if }n\mbox{ is even} \\ 3n+1, & \mbox{if }n\mbox{ is odd} \end{cases}</td>
<td><math>f(n) = \begin{cases} n/2, & \mbox{if }n\mbox{ is even} \\ 3n+1, & \mbox{if }n\mbox{ is odd} \end{cases} </math></td>
</tr>

<tr>
<td>Multiline equations</td>
<td>\begin{matrix}f(n+1) & = & (n+1)^2 \\ \ &
= & n^2 + 2n + 1 \end{matrix}</td>
<td><math>\begin{matrix}f(n+1) & = & (n+1)^2 \\ \ & = & n^2 + 2n + 1 \end{matrix}</math></td>
</tr>

<tr>
<td>Alternative multiline equations (using tables)</td>
<td><pre>
<nowiki>
{|
|-
|&lt;math&gt;f(n+1)&lt;/math&gt;
|&lt;math&gt;=(n+1)^2&lt;/math&gt;
|-
|
|&lt;math&gt;=n^2 + 2n + 1&lt;/math&gt;
|}
</nowiki>
</pre>
</td>
<td>
{|
|-
|<math>f(n+1) \,\!</math>
|<math>=(n+1)^2 \,\!</math>
|-
|
|<math>=n^2 + 2n + 1 \,\!</math>
|}
</td>
</tr>

</table>

== Fonts ==

<table border="1">

<tr>
<th>Feature</th>
<th>Syntax</th>
<th colspan="2">How it looks rendered</th>
</tr>

<tr>
<td>[[en:Greek alphabet|Greek letters]]</td>
<td>\alpha \beta \gamma \Gamma \phi \Phi \Psi\ \tau \Omega</td>
<td colspan="2"><math>\alpha\ \beta\ \gamma\ \Gamma\ \phi\ \Phi\ \Psi\ \tau\ \Omega</math></td>
</tr>

<tr>
<td>[[en:Blackboard bold|Blackboard bold]]</td>
<td>x\in\mathbb{R}\sub\mathbb{C}</td>
<td colspan="2"><math>x\in\mathbb{R}\subset\mathbb{C}</math></td>
</tr>

<tr>
<td>[[en:boldface|boldface]] (vectors)</td>
<td>\mathbf{x}\cdot\mathbf{y} = 0</td>
<td colspan="2"><math>\mathbf{x}\cdot\mathbf{y} = 0</math></td>
</tr>

<tr>
<td>boldface (greek)</td>
<td>\boldsymbol{\alpha} + \boldsymbol{\beta} + \boldsymbol{\gamma}</td>
<td colspan="2"><math>\boldsymbol{\alpha} + \boldsymbol{\beta} + \boldsymbol{\gamma}</math></td>
</tr>

<tr>
<td>[[en:Fraktur typeface|Fraktur typeface]]</td>
<td>\mathfrak{a} \mathfrak{B}</td>
<td colspan="2"><math>\mathfrak{a} \mathfrak{B}</math></td>
</tr>

<tr>
<td>Script</td>
<td>\mathcal{ABC}</td>
<td colspan="2"><math>\mathcal{ABC}</math></td>
</tr>

<tr>
<td>[[en:Hebrew alphabet|Hebrew]]</td>
<td>\aleph \beth \gimel \daleth</td>
<td colspan="2"><math>\aleph\ \beth\ \gimel\ \daleth</math></td>
</tr>

<tr>
<td>non-italicised characters</td>
<td>\mbox{abc}</td>
<td><math>\mbox{abc}</math></td>
<td><math>\mbox{abc} \,\!</math></td>
</tr>

<tr>
<td>mixed italics (bad)</td>
<td>\mbox{if} n \mbox{is even}</td>
<td><math>\mbox{if} n \mbox{is even}</math></td>
<td><math>\mbox{if} n \mbox{is even} \,\!</math></td>
</tr>

<tr>
<td>mixed italics (good)</td>
<td>\mbox{if }n\mbox{ is even}</td>
<td><math>\mbox{if }n\mbox{ is even}</math></td>
<td><math>\mbox{if }n\mbox{ is even} \,\!</math></td>
</tr>

</table>

== Parenthesizing big expressions, brackets, bars ==
<table border="1">

<tr>
<th>Feature</th>
<th>Syntax</th>
<th>How it looks rendered</th>
</tr>

<tr>
<td>Not good</td>
<td>( \frac{1}{2} )</td>
<td><math>( \frac{1}{2} )</math></td>
</tr>

<tr>
<td>Better</td>
<td>\left ( \frac{1}{2} \right )</td>
<td><math>\left ( \frac{1}{2} \right )</math></td>
</tr>

</table>

You can use various delimiters with \left and \right:

<table border="1">

<tr>
<th>Feature</th>
<th>Syntax</th>
<th>How it looks rendered</th>
</tr>

<tr>
<td>Parentheses</td>
<td>\left ( A \right )</td>
<td><math>\left ( A \right )</math></td>
</tr>

<tr>
<td>Brackets</td>
<td>\left [ A \right ]</td>
<td><math>\left [ A \right ]</math></td>
</tr>

<tr>
<td>Braces</td>
<td>\left \{ A \right \}</td>
<td><math>\left \{ A \right \}</math></td>
</tr>

<tr>
<td>Angle brackets</td>
<td>\left \langle A \right \rangle</td>
<td><math>\left \langle A \right \rangle</math></td>
</tr>

<tr>
<td>Bars and double bars</td>
<td>\left | A \right | and \left \| B \right \|</td>
<td><math>\left | A \right | and \left \| B \right \|</math></td>
</tr>

<tr>
<td>
Delimiters can be mixed,<br/>as long as \left and \right match
</td>
<td>
\left [ 0,1 \right )<br/>\left \langle \psi \right |
</td>
<td>
<math>\left [ 0,1 \right )</math><br/><math>\left \langle \psi \right |</math>
</td>
</tr>

<tr>
<td>Use \left. and \right. if you don't<br/>want a delimiter to appear:</td>
<td>\left . \frac{A}{B} \right \} \to X</td>
<td><math>\left . \frac{A}{B} \right \} \to X</math></td>
</tr>

<tr>
<td>Floor and ceiling functions:</td>
<td>\lfloor x \rfloor = \lceil y \rceil</td>
<td><math>\lfloor x \rfloor = \lceil y \rceil</math></td>
</tr>

</table>

== Spacing ==
Note that TeX handles most spacing automatically, but you may sometimes want manual control.
<table border="1">

<tr>
<th>Feature</th>
<th>Syntax</th>
<th>How it looks rendered</th>
</tr>

<tr>
<td>double quad space</td>
<td>a \qquad b</td>
<td><math>a \qquad b</math></td>
</tr>

<tr>
<td>quad space</td>
<td>a \quad b</td>
<td><math>a \quad b</math></td>
</tr>

<tr>
<td>text space</td>
<td>a\ b</td>
<td><math>a\ b</math></td>
</tr>

<tr>
<td>text space without PNG conversion</td>
<td>a \mbox{ } b</td>
<td><math>a \mbox{ } b</math></td>
</tr>

<tr>
<td>large space</td>
<td>a\;b</td>
<td><math>a\;b</math></td>
</tr>

<tr>
<td>medium space</td>
<td>a\&gt;b</td>
<td>[not supported]</td>
</tr>

<tr>
<td>small space</td>
<td>a\,b</td>
<td><math>a\,b</math></td>
</tr>

<tr>
<td>no space</td>
<td>ab</td>
<td><math>ab\,</math></td>
</tr>

<tr>
<td>negative space</td>
<td>a\!b</td>
<td><math>a\!b</math></td>
</tr>

</table>

== Align with normal text flow ==
Due to the default css

img.tex { vertical-align: middle; }

an inline expression like <math>\int_{-N}^{N} e^x\, dx</math> should look good.

== Forced PNG rendering ==

To force the formula to render as PNG, add <tt>\,</tt> (small space) at the end of the formula (where it is not rendered). This will force PNG if the user is in "HTML if simple" mode, but not for "HTML if possible" mode (math rendering settings in [[help:Preferences|preferences]]).

You can also use <tt>\,\!</tt> (small space and negative space, which cancel out) anywhere inside the math tags. This ''does'' force PNG even in "HTML if possible" mode, unlike <tt>\,</tt>.

This could be useful to keep the rendering of formulae in a proof consistent, for example, or to fix formulae that render incorrectly in HTML (at one time, a^{2+2} rendered with an extra underscore), or to demonstrate how something is rendered when it would normally show up as HTML (as in the examples above).

For instance:

<table border="1">

<tr>
<th>Syntax</th>
<th>How it looks rendered</th>
</tr>

<tr>
<td>a^{c+2}</td>
<td><math>a^{c+2}</math></td>
</tr>

<tr>
<td>a^{c+2} \,</td>
<td><math>a^{c+2} \,</math></td>
</tr>

<tr>
<td>a^{\,\!c+2}</td>
<td><math>a^{\,\!c+2}</math> </td>
</tr>

<tr>
<td>a^{b^{c+2}}</td>
<td><math>a^{b^{c+2}}</math> (WRONG with option "HTML if possible or else PNG"!)</td>
</tr>

<tr>
<td>a^{b^{c+2}} \,</td>
<td><math>a^{b^{c+2}} \,</math> (WRONG with option "HTML if possible or else PNG"!)</td>
</tr>

<tr>
<td>a^{b^{c+2}}\approx 5</td>
<td><math>a^{b^{c+2}}\approx 5</math> (due to "<math>\approx</math>" correctly displayed, no code "\,\!" needed)</td>
</tr>

<tr>
<td>a^{b^{\,\!c+2}}</td>
<td><math>a^{b^{\,\!c+2}}</math></td>
</tr>

<tr>
<td>\int_{-N}^{N} e^x\, dx</td>
<td><math>\int_{-N}^{N} e^x\, dx</math></td>
</tr>

<tr>
<td>\int_{-N}^{N} e^x\, dx \,</td>
<td><math>\int_{-N}^{N} e^x\, dx \,</math></td>
</tr>

<tr>
<td>\int_{-N}^{N} e^x\, dx \,\!</td>
<td><math>\int_{-N}^{N} e^x\, dx \,\!</math></td>
</tr>

</table>


This has been tested with most of the formulae on this page, and seems to work perfectly.

You might want to include a comment in the HTML so people don't "correct" the formula by removing it:

:''<nowiki><!-- The \,\! is to keep the formula rendered as PNG instead of HTML. Please don't remove it.--></nowiki>''

== Examples ==

<center>

<math>\frac{2}{3-x} = \frac{3}{2-x}</math>

<math>\left(3-x\right) \times \left( \frac{2}{3-x} \right) = \left(3-x\right) \times \left( \frac{3}{2-x} \right)</math>


<math>2 = \left(3-x\right) \times \left( \frac{3}{2-x} \right)</math>

<math>2 = \left( \frac{\left(3-x\right) \times 3}{2-x} \right)</math>

<math>2 = \left( \frac{9-3x}{2-x} \right)</math>

<math>2 \times \left(2-x\right) = \left(2-x\right) \times \left( \frac{9-3x}{2-x} \right)</math>

<math>2 \times \left(2-x\right) = \frac{\left(2-x\right) \times \left(9-3x\right)}{2-x}</math>

<math>2 \times \left(2-x\right) = 9-3x \!</math>

<math>4-2x = 9-3x \!</math>

<math>-2x+3x = 9-4 \!</math>

<math>x = 5 \!</math>

</center>


==See also==
* Proposed [[GNU LilyPond support]]

== External Links ==
* A LaTeX tutorial. http://www.maths.tcd.ie/~dwilkins/LaTeXPrimer/
* A [[en:Portable Document Format|PDF]] document introducing TeX -- see page 39 onwards for a good introduction to the maths side of things: http://www.ctan.org/tex-archive/info/gentle/gentle.pdf
* A PDF document introducing LaTeX -- skip to page 59 for the math section. See page 72 for a complete reference list of symbols included in LaTeX and AMS-LaTeX. http://www.ctan.org/tex-archive/info/lshort/english/lshort.pdf
* TeX reference card: http://www.csit.fsu.edu/~mimi/tex/tex-refcard-letter.pdf
* Can't remember but I put it here so it must be ok ;-) http://www.ams.org/tex/amslatex.html
* A set of public domain fixed-size math symbol bitmaps: http://us.metamath.org/symbols/symbols.html

{{hc}}
Root Admin, Bots, Bureaucrats, flow-bot, oversight, Administrators, Widget editors
24,656
edits

Navigation menu