<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>https://www.vigyanwiki.in/index.php?action=history&amp;feed=atom&amp;title=Template%3ATmath%2Fdoc</id>
	<title>Template:Tmath/doc - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://www.vigyanwiki.in/index.php?action=history&amp;feed=atom&amp;title=Template%3ATmath%2Fdoc"/>
	<link rel="alternate" type="text/html" href="https://www.vigyanwiki.in/index.php?title=Template:Tmath/doc&amp;action=history"/>
	<updated>2026-06-12T16:52:21Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.3</generator>
	<entry>
		<id>https://www.vigyanwiki.in/index.php?title=Template:Tmath/doc&amp;diff=10109&amp;oldid=prev</id>
		<title>Admin: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="https://www.vigyanwiki.in/index.php?title=Template:Tmath/doc&amp;diff=10109&amp;oldid=prev"/>
		<updated>2022-08-31T03:47:23Z</updated>

		<summary type="html">&lt;p&gt;1 revision imported&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en-GB&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 09:17, 31 August 2022&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en-GB&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://www.vigyanwiki.in/index.php?title=Template:Tmath/doc&amp;diff=10108&amp;oldid=prev</id>
		<title>wikipedia&gt;Vanisaac: /* See also */clean up per WP:CAT#T and WP:AWBREQ add template:Sandbox other</title>
		<link rel="alternate" type="text/html" href="https://www.vigyanwiki.in/index.php?title=Template:Tmath/doc&amp;diff=10108&amp;oldid=prev"/>
		<updated>2020-04-27T03:11:09Z</updated>

		<summary type="html">&lt;p&gt;&lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;See also: &lt;/span&gt;clean up per &lt;a href=&quot;/index.php?title=WP:CAT&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;WP:CAT (page does not exist)&quot;&gt;WP:CAT#T&lt;/a&gt; and &lt;a href=&quot;/index.php?title=WP:AWBREQ&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;WP:AWBREQ (page does not exist)&quot;&gt;WP:AWBREQ&lt;/a&gt; add template:Sandbox other&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Documentation subpage}}&lt;br /&gt;
&amp;lt;!-- Categories and interwikis go at the bottom of this page. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Wraps a math expression written in [[TeX]] code in &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;math&amp;gt;...&amp;lt;/math&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; tags using the &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{#tag:}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; [[WP:PF|parser function]] extension. Intended to be used for very short expressions like variables.&lt;br /&gt;
&lt;br /&gt;
Neither &amp;lt;code&amp;gt;display=&amp;quot;inline&amp;quot;&amp;lt;/code&amp;gt; nor TeX math mode textstyle is set by this template.&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
:{{tlxi|tmath|expression}}  &lt;br /&gt;
&lt;br /&gt;
===Examples===&lt;br /&gt;
*{{tlc|tmath|a}} gives {{tmath|a}}&lt;br /&gt;
&lt;br /&gt;
*{{tlc|tmath|\pi}} gives {{tmath|\pi}}&lt;br /&gt;
&lt;br /&gt;
*{{tlc|tmath|x_0}} gives {{tmath|x_0}}&lt;br /&gt;
&lt;br /&gt;
The template is intended to be used for very short [[LaTeX]] mathematical expressions like variables. It is more cumbersome to use for equations or other expressions containing special signs that have to be escaped, like the equal sign &amp;lt;code&amp;gt;=&amp;lt;/code&amp;gt; with &amp;lt;code&amp;gt;{{tl|{{=}}}}&amp;lt;/code&amp;gt; and the vertical pipe &amp;lt;code&amp;gt;|&amp;lt;/code&amp;gt; with &amp;lt;code&amp;gt;{{tl|!}}&amp;lt;/code&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
*{{tlc|tmath|&amp;lt;nowiki&amp;gt;E {{=}} mc^2&amp;lt;/nowiki&amp;gt;}} gives {{tmath|E {{=}} mc^2}}&lt;br /&gt;
&lt;br /&gt;
*{{tlc|tmath|&amp;lt;nowiki&amp;gt;x {{=}} {{!}} \vec x {{!}} &amp;lt;/nowiki&amp;gt;}} gives {{tmath|x {{=}} {{!}} \vec x {{!}} }}&lt;br /&gt;
&lt;br /&gt;
=== Use braces { and } with caution ===&lt;br /&gt;
&lt;br /&gt;
Apart from using the &amp;lt;code&amp;gt;{{tl|(}}&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;{{tl|)}}&amp;lt;/code&amp;gt; templates to get &amp;lt;code&amp;gt;{&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;}&amp;lt;/code&amp;gt;, you may use the braces &amp;lt;code&amp;gt;{&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;}&amp;lt;/code&amp;gt; as long as &amp;lt;code&amp;gt;{&amp;lt;/code&amp;gt; is not preceded or followed by another &amp;lt;code&amp;gt;{&amp;lt;/code&amp;gt;, and &amp;lt;code&amp;gt;}&amp;lt;/code&amp;gt; is not preceded or followed by another &amp;lt;code&amp;gt;}&amp;lt;/code&amp;gt;, e.g.&lt;br /&gt;
&lt;br /&gt;
*{{tlc|tmath|&amp;lt;nowiki&amp;gt;x {{=}} {{!}} \vec{x} {{!}} &amp;lt;/nowiki&amp;gt;}} gives {{tmath|x {{=}} {{!}} \vec{x} {{!}} }}   &lt;br /&gt;
&lt;br /&gt;
*{{tlc|tmath|&amp;lt;nowiki&amp;gt;\zeta(2) {{=}} \frac{\pi^2}{6} &amp;lt;/nowiki&amp;gt;}} parses (you added that space!) to {{tmath|\zeta(2) {{=}} \frac{\pi^2}{6} }}&lt;br /&gt;
&lt;br /&gt;
*{{tlc|tmath|&amp;lt;nowiki&amp;gt;\zeta(2) {{=}} \frac{\pi^2}{6}&amp;lt;/nowiki&amp;gt;}} fails to parse (you forgot that space!), v.g. {{tmath|\zeta(2) {{=}} \frac{\pi^2}{6}}}&lt;br /&gt;
&lt;br /&gt;
*{{tlc|tmath|&amp;lt;nowiki&amp;gt;\frac{1}{ x^{2n+1} } &amp;lt;/nowiki&amp;gt;}} parses (you added all those spaces!) to {{tmath|\frac{1}{ x^{2n+1} } }}&lt;br /&gt;
&lt;br /&gt;
*{{tlc|tmath|&amp;lt;nowiki&amp;gt;\frac{1}{x^{2n+1}} &amp;lt;/nowiki&amp;gt;}} fails to parse (you forgot some of those spaces!), v.g. {{tmath|\frac{1}{x^{2n+1}} }}&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
*{{tl|bigmath}}&lt;br /&gt;
*{{tl|math}}&lt;br /&gt;
*{{tl|mvar}}&lt;br /&gt;
{{Math templates|notation}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;{{Sandbox other||&lt;br /&gt;
&amp;lt;!-- Categories and interwikis go here: --&amp;gt;&lt;br /&gt;
[[Category:Mathematical formatting templates]]&lt;br /&gt;
[[Category:Formatting templates using math tag]]&lt;br /&gt;
}}&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>wikipedia&gt;Vanisaac</name></author>
	</entry>
</feed>