<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.tachyony.co.uk/w/index.php?action=history&amp;feed=atom&amp;title=Wikipedia%3ARendering_math</id>
	<title>Wikipedia:Rendering math - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.tachyony.co.uk/w/index.php?action=history&amp;feed=atom&amp;title=Wikipedia%3ARendering_math"/>
	<link rel="alternate" type="text/html" href="https://wiki.tachyony.co.uk/w/index.php?title=Wikipedia:Rendering_math&amp;action=history"/>
	<updated>2026-05-15T07:38:43Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.5</generator>
	<entry>
		<id>https://wiki.tachyony.co.uk/w/index.php?title=Wikipedia:Rendering_math&amp;diff=1698&amp;oldid=prev</id>
		<title>Tachyony: Imported page</title>
		<link rel="alternate" type="text/html" href="https://wiki.tachyony.co.uk/w/index.php?title=Wikipedia:Rendering_math&amp;diff=1698&amp;oldid=prev"/>
		<updated>2021-12-06T12:28:06Z</updated>

		<summary type="html">&lt;p&gt;Imported page&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{About||the help page|Help:Displaying a formula|the WikiProject|Wikipedia:WikiProject Mathematics|Wikipedia&amp;#039;s mathematics style manual|Wikipedia:Manual of Style/Mathematics}}&lt;br /&gt;
{{essay}}&lt;br /&gt;
{{nutshell|There exist at least three different forms of math formulae on Wikipedia pages, with at least seven ways to present them. None is completely satisfactory.}}&lt;br /&gt;
This essay offers a comparison of different encodings and presentation of mathematical formulae. The three principal ones are the {{tag|math|o}} tag, raw wiki (or HTML) code, and &amp;quot;texhtml&amp;quot; templates. The {{tag|math|o}} and &amp;quot;texhtml&amp;quot; encoding may have different presentations for registered users, depending on user preferences and personal styles.&lt;br /&gt;
&lt;br /&gt;
== Comparison of markup encodings ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Encoding&lt;br /&gt;
! Advantages&lt;br /&gt;
! Disadvantages&lt;br /&gt;
|-&lt;br /&gt;
! scope=row | {{tag|math|o}}LaTeX{{tag|math|c}}&lt;br /&gt;
|&lt;br /&gt;
* Well-known and standardized.&lt;br /&gt;
* Portable to/from scientific papers.&lt;br /&gt;
* Clearly distinguishes semantics from appearance.&lt;br /&gt;
* Flexible and can handle all formulae.&lt;br /&gt;
* Easy for other software to process.&lt;br /&gt;
|&lt;br /&gt;
* Requires knowledge of [[LaTeX]] markup language.&lt;br /&gt;
* Lacks Unicode support — cannot use Unicode for mathematical operators, [https://phabricator.wikimedia.org/T165751] or for [[Cyrillic script|Cyrillic]] and other scripts. [https://phabricator.wikimedia.org/T50032]&lt;br /&gt;
* Unable to place wikilinks on parts of formulae.&lt;br /&gt;
|-&lt;br /&gt;
! scope=row | Raw [[wikicode|wiki]] or [[HTML]] code&lt;br /&gt;
|&lt;br /&gt;
* Built into [[MediaWiki]].&lt;br /&gt;
|&lt;br /&gt;
* Encodes appearance rather than its semantics.&lt;br /&gt;
* Difficult to process in software.&lt;br /&gt;
* Unable to handle square roots, vertical fractions, and other common formula types.&lt;br /&gt;
* Proper use (italic variables, protected spaces around operators) requires care and is a frequent source of mistakes.&lt;br /&gt;
|-&lt;br /&gt;
! scope=row | &amp;quot;texhtml&amp;quot; templates, such as {{tl|math}}&lt;br /&gt;
|&lt;br /&gt;
* Encourages standardized notation.&lt;br /&gt;
* Distinguishes semantics from appearance.&lt;br /&gt;
* More polished appearance than wiki/HTML code.&lt;br /&gt;
* Recognizable (although not easily processed) by software.&lt;br /&gt;
|&lt;br /&gt;
* Proliferation of templates&lt;br /&gt;
* Vulnerable to changes and edit wars.&lt;br /&gt;
* Produces html nesting errors when the surrounding text is italicized (e.g. hatnotes, reference titles, or the {{tl|unsolved}} template), making some other solution necessary in those contexts.&lt;br /&gt;
* Not able to handle some complex formulas.&lt;br /&gt;
* The equal ([[=]]) and [[Vertical bar|pipe]] ({{!}}) symbols require special care (the {{tl|{{=}}}} and {&amp;lt;nowiki /&amp;gt;{[[Template:!|!]]}&amp;lt;nowiki /&amp;gt;} templates or other workarounds must be used).&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Comparison of presentations ==&lt;br /&gt;
{| class=wikitable&lt;br /&gt;
|- &lt;br /&gt;
!Encoding&lt;br /&gt;
!Presentation&lt;br /&gt;
!Advantages&lt;br /&gt;
!Disadvantages&lt;br /&gt;
|-&lt;br /&gt;
! rowspan=&amp;quot;5&amp;quot; scope=&amp;quot;row&amp;quot; | {{tag|math|o}}&lt;br /&gt;
! scope=row | [[SVG]] with hidden [[MathML]]&amp;lt;br /&amp;gt;(Wikipedia’s default)&lt;br /&gt;
|&lt;br /&gt;
* More polished than the PNG below.&lt;br /&gt;
| rowspan = 2| &lt;br /&gt;
* Images do not match article text in font size.&lt;br /&gt;
* Images do not usually have proper baseline alignment for inline math.&lt;br /&gt;
* Images do not change color when part of a link.&lt;br /&gt;
* Copy-paste as text duplicates the formula&amp;#039;s source code, copy-paste as image is not supported in many programs e.g. Word.&lt;br /&gt;
|-&lt;br /&gt;
! scope=row | [[Portable Network Graphics|PNG]]&lt;br /&gt;
|&lt;br /&gt;
* Robust.&lt;br /&gt;
* Little overhead in a browser.&lt;br /&gt;
|-&lt;br /&gt;
! scope=row | Native [[MathML]]&lt;br /&gt;
|&lt;br /&gt;
* Robust and standard-compliant.&lt;br /&gt;
* Little overhead in Firefox.&lt;br /&gt;
* Supported by screen readers.&lt;br /&gt;
|&lt;br /&gt;
* Requires [[Help_talk:Displaying_a_formula#MathML broken again?|special user CSS and/or plugins]] for full functionality like copy-paste.&lt;br /&gt;
* Only works well in Firefox.&lt;br /&gt;
* Not well-documented.&lt;br /&gt;
|-&lt;br /&gt;
! scope=row | [[MathJax]]&lt;br /&gt;
|&lt;br /&gt;
* Works in all browsers.&lt;br /&gt;
* Pretty fonts.&lt;br /&gt;
* Working copy-paste.&lt;br /&gt;
|&lt;br /&gt;
* High server load for font assets.&lt;br /&gt;
* Slow rendering.[https://phabricator.wikimedia.org/T99369#1478321]&lt;br /&gt;
* No longer available as a reader preference. See [[phab:T99369#1484437|T99369#1484437]] for how to manually inject a script (without using WMF servers).&lt;br /&gt;
|-&lt;br /&gt;
![[KaTeX]]&lt;br /&gt;
|&lt;br /&gt;
* Faster than MathJax.&lt;br /&gt;
* Same advangtages as above.&lt;br /&gt;
* Has \operatorname*.&lt;br /&gt;
|&lt;br /&gt;
* Support for commands still incomplete.&lt;br /&gt;
* Has never been available as a user preference. See [[phab:T99369#6970581|T99369#6970581]] for how to use it anyways.&lt;br /&gt;
|- style=&amp;quot;border-top: 2px solid;&amp;quot;&lt;br /&gt;
!scope=row colspan=2 |{{anchor|raw presentation}}Raw wiki or HTML code&lt;br /&gt;
|&lt;br /&gt;
* Avoids switching font families in running text.&lt;br /&gt;
* Minimal overhead.&lt;br /&gt;
* Appearance does not depend on user (account) preferences.&lt;br /&gt;
|&lt;br /&gt;
* Does not distinguish a formula from the running text.&lt;br /&gt;
* The default sans-serif may render certain characters indistinguishable, such as 1, I and l.&lt;br /&gt;
* In articles mixing raw wiki with {{tag|math|o}} formulae, the appearance of the same variable in the two types of formula does not match (serif vs sans-serif).&lt;br /&gt;
|- style=&amp;quot;border-top: 2px solid;&amp;quot;&lt;br /&gt;
!scope=row colspan=2 | {{anchor|texhtml presentation}}{{tl|math}} (&amp;#039;texhtml&amp;#039; class)&lt;br /&gt;
|&lt;br /&gt;
* Distinguishes a formula from the running text.&lt;br /&gt;
* Close match to the appearance of inline {{tag|math|o}}.&lt;br /&gt;
|&lt;br /&gt;
* Mixing of font families (sans-serif for English, serif for math), in running text, can be jarring.&lt;br /&gt;
* Reverts to the appearance of raw wiki code on systems that don&amp;#039;t support font changes (e.g. the Wikipedia Android app)&lt;br /&gt;
* Not an exact match to {{tag|math|o}} formulas in the same article&lt;br /&gt;
** uses &amp;#039;&amp;#039;Times&amp;#039;&amp;#039; font, not &amp;#039;&amp;#039;Computer Modern&amp;#039;&amp;#039; as in TeX; text generally look thinner.&lt;br /&gt;
** occasional kerning problems due to mixture of italics and roman: {{math|&amp;#039;&amp;#039;f&amp;#039;&amp;#039;(&amp;#039;&amp;#039;x&amp;#039;&amp;#039;)}}; {{math|1=(λ&amp;#039;&amp;#039;x&amp;#039;&amp;#039;.&amp;#039;&amp;#039;M&amp;#039;&amp;#039;)}}. See {{tlx|italics correction}}.&lt;br /&gt;
* Cannot be used within most citation templates&lt;br /&gt;
|-&lt;br /&gt;
! colspan=4 | Specific {{visible anchor|templates}}&lt;br /&gt;
|-&lt;br /&gt;
!scope=row colspan=2 | {{tl|mvar}}: {{mvar|x}}&lt;br /&gt;
|&lt;br /&gt;
* A shorthand for variables like &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{math|&amp;#039;&amp;#039;x&amp;#039;&amp;#039;}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;.&lt;br /&gt;
* Clean semantics.&lt;br /&gt;
|&lt;br /&gt;
* Cannot be used for vectors. (Must use &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{math|&amp;#039;&amp;#039;&amp;#039;v&amp;#039;&amp;#039;&amp;#039;}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; to get {{math|&amp;#039;&amp;#039;&amp;#039;v&amp;#039;&amp;#039;&amp;#039;}}, &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{math|{{vec|&amp;#039;&amp;#039;v&amp;#039;&amp;#039;}}}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; to get {{math|{{vec|&amp;#039;&amp;#039;v&amp;#039;&amp;#039;}}}}.)   &lt;br /&gt;
|-&lt;br /&gt;
!scope=row colspan=2 | {{tl|sqrt}}: {{sqrt|2}}&lt;br /&gt;
|&lt;br /&gt;
* Clean semantics.&lt;br /&gt;
|&lt;br /&gt;
* The vinculum is slightly interrupted.&lt;br /&gt;
* Does not look well under {{tl|math}} or so, itself. (&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{math|{{sqrt|2}}}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; yields: {{math|{{sqrt|2}}}}.)&lt;br /&gt;
|-&lt;br /&gt;
!scope=row colspan=2 | {{tl|radic}}: {{radic|2|3}}&lt;br /&gt;
|&lt;br /&gt;
* Clean semantics.&lt;br /&gt;
|&lt;br /&gt;
* Same as above. (&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{math|{{radic|2|3}}}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; yields: {{math|{{radic|2|3}}}}.)&lt;br /&gt;
|-&lt;br /&gt;
!scope=row colspan=2 | {{tl|sfrac}}: {{sfrac|1|2}}&lt;br /&gt;
|&lt;br /&gt;
* Clean semantics.&lt;br /&gt;
|&lt;br /&gt;
* Occupies too much vertical space in a running text. Embedded sub- and superscript causes vertical misalignment. (&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;yadda {{math|{{sfrac|1|2}}}} yadda&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; yields: yadda {{math|{{sfrac|1|2}}}} yadda.)&lt;br /&gt;
|-&lt;br /&gt;
!scope=row colspan=2 | {{tl|frac}}: {{frac|1|2}}&lt;br /&gt;
|&lt;br /&gt;
* Clean semantics.&lt;br /&gt;
|&lt;br /&gt;
* Discouraged by [[WP:MOSMATH]].&lt;br /&gt;
|-&lt;br /&gt;
!scope=row colspan=2 class=plainlist |&lt;br /&gt;
* {{tl|open-open}}: {{open-open|−∞, +∞}}&lt;br /&gt;
* {{tl|open-closed}}: {{open-closed|−∞, 0}}&lt;br /&gt;
* {{tl|closed-open}}: {{closed-open|0, +∞}}&lt;br /&gt;
* {{tl|closed-closed}}: {{closed-closed|0,1}}&lt;br /&gt;
|&lt;br /&gt;
* Semantically distinguishes [[interval (mathematics)|intervals]] from other types of formulae.&lt;br /&gt;
|&lt;br /&gt;
* Because the interval endpoints are coded as a single parameter, the semantics is a bit obscure.&lt;br /&gt;
|-&lt;br /&gt;
!scope=row colspan=2 | [[Bra–ket notation]]:&lt;br /&gt;
* {{tl|ket}} {{ket|&amp;#039;&amp;#039;ψ&amp;#039;&amp;#039;}}&lt;br /&gt;
* {{tl|bra}} {{bra|&amp;#039;&amp;#039;ψ&amp;#039;&amp;#039;}}&lt;br /&gt;
* {{tl|bra-ket}} {{bra-ket|&amp;#039;&amp;#039;ψ&amp;#039;&amp;#039;|&amp;#039;&amp;#039;ξ&amp;#039;&amp;#039;}}&lt;br /&gt;
|&lt;br /&gt;
* Semantically distinguishes [[bra–ket notation]] from other types of formula.&lt;br /&gt;
* Avoids complex html coding for angular bracket characters ⟨ &amp;lt;code&amp;gt;&amp;amp;amp;#x27E8;&amp;lt;/code&amp;gt; or {{tl|langle}}, ⟩ &amp;lt;code&amp;gt;&amp;amp;amp;#x27E9;&amp;lt;/code&amp;gt; or {{tl|rangle}}, and vertical bar &amp;amp;#124; &amp;lt;code&amp;gt;&amp;amp;amp;#124;&amp;lt;/code&amp;gt; and prevents incorrect usage of less-than/greater-than signs for these characters.&lt;br /&gt;
|&lt;br /&gt;
* Angular brackets may not render on all browsers. &amp;lt;!---yes: at root this is a problem the template has---&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
!scope=row colspan=2 | {{tl|vec}}: {{vec|&amp;#039;&amp;#039;A&amp;#039;&amp;#039;}}&lt;br /&gt;
|&lt;br /&gt;
* Clean semantics.&lt;br /&gt;
|&lt;br /&gt;
* The arrow is not centered over italicized letters.&lt;br /&gt;
* The arrow is too high over x-height letters. (&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{math|{{vec|&amp;#039;&amp;#039;v&amp;#039;&amp;#039;}}}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; yields: {{math|{{vec|&amp;#039;&amp;#039;v&amp;#039;&amp;#039;}}}}.)&lt;br /&gt;
|-&lt;br /&gt;
!scope=row colspan=2 | {{tl|intmath}}: {{intmath|int|0|+∞}}&lt;br /&gt;
|&lt;br /&gt;
* Clean semantics.&lt;br /&gt;
|&lt;br /&gt;
* Name differs from math/LaTeX coding conventions.&lt;br /&gt;
|-&lt;br /&gt;
!scope=row colspan=2 class=plainlist |&lt;br /&gt;
* {{tl|overset}}: {{overset|→|&amp;#039;&amp;#039;A&amp;#039;&amp;#039;}}, {{overset|~|&amp;#039;&amp;#039;A&amp;#039;&amp;#039;}}&amp;lt;br /&amp;gt;&lt;br /&gt;
* {{tl|underset}}: {{underset|→|&amp;#039;&amp;#039;A&amp;#039;&amp;#039;}}, {{underset|~|&amp;#039;&amp;#039;A&amp;#039;&amp;#039;}}&lt;br /&gt;
|&lt;br /&gt;
* Clean semantics.&lt;br /&gt;
|&lt;br /&gt;
* Produces bad spacing when combined with fraction templates.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Pros of HTML===&lt;br /&gt;
&lt;br /&gt;
# Formulas in HTML behave more like regular text. In-line HTML formulae always align properly with the rest of the HTML text and, to some degree, can be copied-and-pasted (this is not a problem if TeX is rendered using [[w:MathJax|MathJax]], and the alignment should not be a problem for PNG rendering now that [[phab:T34694|bug 32694]] is fixed).&lt;br /&gt;
# The formula&amp;#039;s background and font size match the rest of HTML contents (this can be fixed on TeX formulas by using the commands [[#Color|&amp;lt;syntaxhighlight lang=&amp;quot;latex&amp;quot; inline&amp;gt;\pagecolor&amp;lt;/syntaxhighlight&amp;gt; and &amp;lt;syntaxhighlight lang=&amp;quot;latex&amp;quot; inline&amp;gt;\definecolor&amp;lt;/syntaxhighlight&amp;gt;]]) and the appearance respects CSS and browser settings while the typeface is conveniently altered to help you identify formulae.&lt;br /&gt;
# Pages using HTML code for formulae will load faster and they will create less clutter on your hard disk.&lt;br /&gt;
# Formulae typeset with HTML code will be accessible to client-side script links (a.k.a. scriptlets).&lt;br /&gt;
# The display of a formula entered using mathematical templates can be conveniently altered by modifying the templates involved; this modification will affect all relevant formulae without any manual intervention.&lt;br /&gt;
# The HTML code, if entered diligently, will contain all semantic information to transform the equation back to TeX or any other code as needed. It can even contain differences TeX does not normally catch, e.g. &amp;lt;syntaxhighlight lang=&amp;quot;html5&amp;quot; inline&amp;gt;{{math|&amp;#039;&amp;#039;i&amp;#039;&amp;#039;}}&amp;lt;/syntaxhighlight&amp;gt; for the [[w:imaginary unit|imaginary unit]] and &amp;lt;syntaxhighlight lang=&amp;quot;html5&amp;quot; inline&amp;gt;{{math|&amp;lt;var&amp;gt;i&amp;lt;/var&amp;gt;}}&amp;lt;/syntaxhighlight&amp;gt; for an arbitrary index variable.&lt;br /&gt;
# Unlike generated bitmaps, HTML is not sensitive to [[w:Dots per inch|dots per inch]] variances between viewing platforms.&lt;br /&gt;
&lt;br /&gt;
===Pros of TeX===&lt;br /&gt;
&lt;br /&gt;
# TeX is semantically more precise than HTML.&lt;br /&gt;
## In TeX, &amp;quot;&amp;lt;syntaxhighlight lang=&amp;quot;latex&amp;quot; inline&amp;gt;x&amp;lt;/syntaxhighlight&amp;gt;&amp;quot; means mathematical variable &amp;quot;&amp;lt;math&amp;gt;x&amp;lt;/math&amp;gt;&amp;quot;, whereas in HTML &amp;quot;&amp;lt;syntaxhighlight lang=&amp;quot;latex&amp;quot; inline&amp;gt;x&amp;lt;/syntaxhighlight&amp;gt;&amp;quot; is generic and somewhat ambiguous.&lt;br /&gt;
## On the other hand, if you encode the same formula as &amp;quot;&amp;lt;syntaxhighlight lang=&amp;quot;html5&amp;quot; inline&amp;gt;{{math|&amp;lt;var&amp;gt;x&amp;lt;/var&amp;gt;}}&amp;lt;/syntaxhighlight&amp;gt;&amp;quot;, adding the var tag doesn&amp;#039;t affect the visual result {{math|&amp;#039;&amp;#039;x&amp;#039;&amp;#039;}} and provides the additional semantic description that x is a variable. This requires diligence and more typing that could make the formula harder to understand as you type it, and provides no help to most readers, but could be worth considering if no other rendering options are available.&lt;br /&gt;
# One consequence of point&amp;amp;nbsp;1 is that TeX code can be transformed into HTML, but not vice versa.{{Ref |dilHTML}} This means that on the server side we can always transform a formula, based on its complexity and location within the text, user preferences, type of browser, etc. Therefore, where possible, all the benefits of HTML can be retained, together with the benefits of TeX. It is true that the current situation is not ideal, but that is not a good reason to drop information or contents. It is more a reason to [[WP:Bug reports and feature requests|help improve the situation]].&lt;br /&gt;
# Another consequence of point&amp;amp;nbsp;1 is that TeX can be converted to [[w:MathML|MathML]] (e.g. by MathJax) for browsers which support it, thus keeping its semantics and allowing the rendering to be better suited for the reader’s graphic device.&lt;br /&gt;
# TeX is the preferred text formatting language of most professional mathematicians, scientists, and engineers. It is easier to persuade them to contribute if they can write in TeX.&lt;br /&gt;
# TeX has been specifically designed for typesetting formulae, so input is easier and more natural if you are accustomed to it, and output is more aesthetically pleasing if you focus on a single formula rather than on the whole containing page.&lt;br /&gt;
# Once a formula is done correctly in TeX, it will render reliably, whereas the success of HTML formulae is somewhat dependent on browsers or versions of browsers. Another aspect of this dependency is fonts: the serif font used for rendering formulae is browser-dependent and it may be missing some important glyphs. While the browser is generally capable to substitute a matching glyph from a different font family, it need not be the case for combined glyphs (compare &amp;quot;&amp;#039;&amp;#039;{{IPA|a&amp;amp;#773;}}&amp;#039;&amp;#039;&amp;quot; and &amp;quot; &amp;#039;&amp;#039;a̅&amp;#039;&amp;#039;&amp;quot;).&lt;br /&gt;
# When writing in TeX, editors need not worry about whether this or that version of this or that browser supports this or that HTML entity. The burden of these decisions is put on the software. This does not hold for HTML formulae, which can easily end up being rendered wrongly or differently from the editor’s intentions on a different browser.{{Ref |browsupp}}&lt;br /&gt;
# TeX formulae, by default, render larger and are usually more readable than HTML formulae and are not dependent on client-side browser resources, such as fonts, and so the results are more reliably WYSIWYG.&lt;br /&gt;
# While TeX does not assist you in finding HTML codes or Unicode values (which you can obtain by viewing the HTML source in your browser), copying and pasting from a TeX PNG image in Wikipedia into simple text will return the LaTeX source.&lt;br /&gt;
&lt;br /&gt;
: &amp;lt;small&amp;gt;{{Note |dilHTML | |Unless your wikitext follows the style of point&amp;amp;nbsp;1.2}}&amp;lt;/small&amp;gt;&lt;br /&gt;
: &amp;lt;small&amp;gt;{{Note |browsupp | |The entity support problem is not limited to mathematical formulae though; it can be easily solved by using the corresponding characters instead of entities, as the character repertoire links do, except for cases where the corresponding glyphs are visually indiscernible (e.g. &amp;amp;amp;ndash; for &amp;amp;lsquo;&amp;amp;ndash;&amp;amp;rsquo; and &amp;amp;amp;minus; for &amp;amp;lsquo;&amp;amp;minus;&amp;amp;rsquo;).}}&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In some cases it may be the best choice to use neither TeX nor the HTML substitutes, but instead Unicode or the simple ASCII symbols of a standard keyboard.&lt;br /&gt;
&lt;br /&gt;
== Discussions ==&lt;br /&gt;
* [[Help:Displaying a formula]]&lt;br /&gt;
* [[Wikipedia talk:MOSPHYS]]&lt;br /&gt;
* [[Wikipedia talk:WikiProject Mathematics/Archive/2013/Jan #Destruction of .7B.7Bmath.7D.7D and similar templates]]&lt;br /&gt;
* [[Phabricator:T99369|Discussion about MathJax vs MathML and the future of math formatting on Wikipedia]]&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[Wikipedia:WikiProject Mathematics/Typography]]&lt;br /&gt;
* [[Wikipedia:texvc]], a {{tag|math|o}} to HTML converter; not used for HTML anymore&lt;br /&gt;
* [[:Category:Mathematical formatting templates]]&lt;br /&gt;
&lt;br /&gt;
{{Wikipedia technical help|collapsed}}&lt;br /&gt;
[[Category:Mathematics Wikipedia administration]]&lt;/div&gt;</summary>
		<author><name>Tachyony</name></author>
	</entry>
</feed>