<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://en.formulasearchengine.com/index.php?action=history&amp;feed=atom&amp;title=Moduli_stack_of_principal_bundles</id>
	<title>Moduli stack of principal bundles - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://en.formulasearchengine.com/index.php?action=history&amp;feed=atom&amp;title=Moduli_stack_of_principal_bundles"/>
	<link rel="alternate" type="text/html" href="https://en.formulasearchengine.com/index.php?title=Moduli_stack_of_principal_bundles&amp;action=history"/>
	<updated>2026-04-11T04:02:51Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.0-wmf.28</generator>
	<entry>
		<id>https://en.formulasearchengine.com/index.php?title=Moduli_stack_of_principal_bundles&amp;diff=30363&amp;oldid=prev</id>
		<title>en&gt;TakuyaMurata: lk</title>
		<link rel="alternate" type="text/html" href="https://en.formulasearchengine.com/index.php?title=Moduli_stack_of_principal_bundles&amp;diff=30363&amp;oldid=prev"/>
		<updated>2014-01-31T13:19:06Z</updated>

		<summary type="html">&lt;p&gt;lk&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&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;source lang=&amp;quot;latex&amp;quot; enclose=&amp;quot;none&amp;quot;&amp;gt;x&amp;lt;/source&amp;gt;&amp;quot; means &amp;quot;mathematical variable &amp;lt;math&amp;gt;x&amp;lt;/math&amp;gt;&amp;quot;, whereas in HTML &amp;quot;&amp;lt;source lang=&amp;quot;latex&amp;quot; enclose=&amp;quot;none&amp;quot;&amp;gt;x&amp;lt;/source&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;source lang=&amp;quot;html5&amp;quot; enclose=&amp;quot;none&amp;quot;&amp;gt;{{math|&amp;lt;var&amp;gt;x&amp;lt;/var&amp;gt;}}&amp;lt;/source&amp;gt;&amp;quot;, you get the same visual result {{math|&amp;#039;&amp;#039;x&amp;#039;&amp;#039;}} and no information is lost. This requires diligence and more typing that could make the formula harder to understand as you type it. However, since there are far more readers than editors, this effort is worth considering if no other rendering options are available (such as [[w:MathJax|MathJax]], which is available to logged in users as an [[Special:Preferences#mw-prefsection-rendering|preferences]] opt-in).&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/contents. It is more a reason to [[#Bug reports|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 generally capable to substitute a matching glyph from a different font family, it need not be the case for combined glyphs (compare&amp;amp;nbsp;‘&amp;amp;nbsp;&amp;#039;&amp;#039;{{IPA|a&amp;amp;#773;}}&amp;#039;&amp;#039;&amp;amp;nbsp;’ and&amp;amp;nbsp;‘&amp;amp;nbsp;&amp;#039;&amp;#039;a̅&amp;#039;&amp;#039;&amp;amp;nbsp;’).&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|entHTML}} 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 the simple ASCII symbols of a standard keyboard (see hereafter, for an example).&lt;br /&gt;
&lt;br /&gt;
=== MathJax ===&lt;br /&gt;
&lt;br /&gt;
The [[MathJax]] renderer, selectable through [[Special:Preferences#mw-prefsection-rendering|My Preferences - Appearance - Math]], uses a very different system to the standard texvc renderer. Rather than rendering a static image on the server side a combination of JavaScript, HTML and CSS is used to locally construct the formula. This allows high-quality typesetting, and other problems such as font sizes not matching your browser settings or wrong baselines are fixed as well. MathJax may also reduce the download time of images but entails a small delay as the JavaScript interpreter runs to render the formulas.&lt;br /&gt;
&lt;br /&gt;
Alternatively to the preferences option, MathJax can also be selected using the [[User:Nageh/mathJax|mathJax]] user script. It is the basis for the global option, and hence more experimental but also more up to date. Bug reports are taken care of at the script&amp;#039;s [[User talk:Nageh/mathJax|talk page]].&lt;br /&gt;
&lt;br /&gt;
The quality of font rendering is dependent on your browser and operating system. Speed and appearance can be improved by installing the [[STIX Fonts project|STIX fonts]]; for installation details see the [http://www.mathjax.org/help/fonts/ MathJax font help] page. Further information is also available at [[User:Nageh/mathJax|this page]].&lt;/div&gt;</summary>
		<author><name>en&gt;TakuyaMurata</name></author>
	</entry>
</feed>