<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://wiki.newmars.com/index.php?action=history&amp;feed=atom&amp;title=Tex</id>
		<title>Tex - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://wiki.newmars.com/index.php?action=history&amp;feed=atom&amp;title=Tex"/>
		<link rel="alternate" type="text/html" href="http://wiki.newmars.com/index.php?title=Tex&amp;action=history"/>
		<updated>2026-05-21T01:48:51Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.29.1</generator>

	<entry>
		<id>http://wiki.newmars.com/index.php?title=Tex&amp;diff=593&amp;oldid=prev</id>
		<title>Josh Cryer: 1 revision</title>
		<link rel="alternate" type="text/html" href="http://wiki.newmars.com/index.php?title=Tex&amp;diff=593&amp;oldid=prev"/>
				<updated>2009-01-21T11:02:40Z</updated>
		
		<summary type="html">&lt;p&gt;1 revision&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr style=&#039;vertical-align: top;&#039; lang=&#039;en&#039;&gt;
				&lt;td colspan=&#039;1&#039; style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&#039;1&#039; style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;Revision as of 11:02, 21 January 2009&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&#039;2&#039; style=&#039;text-align: center;&#039; lang=&#039;en&#039;&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>Josh Cryer</name></author>	</entry>

	<entry>
		<id>http://wiki.newmars.com/index.php?title=Tex&amp;diff=592&amp;oldid=prev</id>
		<title>Rxke: &#039;infomalised&#039; down some more, heh</title>
		<link rel="alternate" type="text/html" href="http://wiki.newmars.com/index.php?title=Tex&amp;diff=592&amp;oldid=prev"/>
				<updated>2006-05-26T11:31:54Z</updated>
		
		<summary type="html">&lt;p&gt;&amp;#039;infomalised&amp;#039; down some more, heh&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;TeX (Pronounce: Tech) is an open-source typesetting tool, originally written by [http://www-cs-faculty.stanford.edu/~knuth/ Donald E. Knuth] &amp;#039;&amp;#039;(BTW: This guy is totally cool, his stuff was written so well, it just never crashes, what&amp;#039;s more he even gives rewards to people finding bugs in his code!)&amp;#039;&amp;#039;&lt;br /&gt;
and widely used by the scientific community to produce arbitrary complex equations without getting a headache. &lt;br /&gt;
&lt;br /&gt;
You can use the [tex].......[/tex] formatting tags in the New Mars messageboards to display mathematical and scientific formula. &lt;br /&gt;
&lt;br /&gt;
For example, producing this (bogus) example: &amp;lt;math&amp;gt;{-b \pm \sqrt{b^2-4ac} \over {2a \Delta}}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Is done by typing: &lt;br /&gt;
&lt;br /&gt;
 {-b \pm \sqrt{b^2-4ac} \over {2a \Delta}}   &lt;br /&gt;
(Between [tex]...   ...[/tex] tags.)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
As you may notice, this stuff is in essence fairly self-explanatory. The squiggly brackets, weird words like &amp;#039;sqrt&amp;#039; and backslashes aside, this is pretty much how you would write a mathematical &amp;#039;sentence&amp;#039; yourself, if you were to type it into a calculator.&lt;br /&gt;
&lt;br /&gt;
Let&amp;#039;s break the &amp;#039;code&amp;#039; down to some bite-size chunks to explain -and expand upon its uses- some more...&lt;br /&gt;
&lt;br /&gt;
A handy tip, maybe: if you want a formula being rendered with TeX in your posts on the &amp;#039;boards, you can do this by typing in your formula, then highlighting it and clicking the &amp;quot;TeX&amp;quot; button, which will automatically put the tags at the beginning and the end.&lt;br /&gt;
&lt;br /&gt;
So, on with the show... A simple breakdown of the stuff that made &amp;lt;math&amp;gt;{-b \pm \sqrt{b^2-4ac} \over {2a \Delta}}&amp;lt;/math&amp;gt; look like it does:&lt;br /&gt;
&lt;br /&gt;
The first thing you may notice, are the &amp;#039;squiggly brackets&amp;#039;. These are simply used to group together stuff, sometimes hierarchically. (Nested.)&lt;br /&gt;
&lt;br /&gt;
In this case, the first set of brackets make sure the whole  &amp;lt;math&amp;gt;{-b \pm \sqrt{b^2-4ac}&amp;lt;/math&amp;gt; kaboodle gets on top of your fraction (or, in TeX-speek: \over).&lt;br /&gt;
The second set -nested inside the first set- is to make sure &amp;lt;math&amp;gt;{b^2-4ac}&amp;lt;/math&amp;gt; gets its root pulled ;) So the brackets are simply there to tell &amp;#039;sqrt&amp;#039; and &amp;#039;\over&amp;#039; what to include and where to put stuff that has to go at... Well you get the picture. Just like you used those brackets in college.&lt;br /&gt;
&lt;br /&gt;
Now, on with the show...&lt;br /&gt;
&lt;br /&gt;
to use variables, you just type them as is; b gives you &amp;lt;math&amp;gt;b&amp;lt;/math&amp;gt;, {-b} gives you &amp;lt;math&amp;gt;{-b}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you want to look sophisticated, or really know what you&amp;#039;re talking about, you might want to use scientific symbols, like some commonly used Greek symbols, as there are &amp;lt;math&amp;gt;\Pi&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;\Gamma&amp;lt;/math&amp;gt; &amp;lt;math&amp;gt;\Delta&amp;lt;/math&amp;gt; &amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt;, etc... you use \Pi , \Gamma , \Delta , \Omega ....&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
To get a &amp;#039;&amp;#039;&amp;#039;sq&amp;#039;&amp;#039;&amp;#039;uare roo&amp;#039;&amp;#039;&amp;#039;t&amp;#039;&amp;#039;&amp;#039; of something, you enter sqrt{formula} , which will get you &amp;lt;math&amp;gt;sqrt{formula}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To get a cube or other root, use \sqrt[power] {some stuff} , thus: &amp;lt;math&amp;gt;\sqrt[power]{some stuff}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To use powers, you enter somestuff^{somepowerstuff} , which will show as &amp;lt;math&amp;gt;somestuff^{somepowerstuff}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Oh, and to use indices, use something_{index} , to get &amp;lt;math&amp;gt; something_{index}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To use the &amp;#039;&amp;#039;&amp;#039;p&amp;#039;&amp;#039;&amp;#039;lus/&amp;#039;&amp;#039;&amp;#039;m&amp;#039;&amp;#039;&amp;#039;inus sign, enter \pm, which shows as &amp;lt;math&amp;gt;\pm&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To use fractions, {somestuff} \over {someotherstuff} will shows as &amp;lt;math&amp;gt; {somestuff} \over {someotherstuff}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
So, having learned this, take another look at the complex-looking formula used to render &amp;lt;math&amp;gt;{-b\pm\sqrt{b^2-4ac} \over {2a \Delta}}&amp;lt;/math&amp;gt;, and decide for yourself if it is still gibberish ;)&lt;br /&gt;
You may have noticed too, that the TeX engine does a lot of formatting for you, big fractions, equations, ... automatically fit in &amp;#039;plain&amp;#039; text, without you having to worry about text getting in the way. This brief introduction is only a start, you can use TeX and Latex for a lot more, in fact, most scientific papers are written in (La)TeX today.&lt;/div&gt;</summary>
		<author><name>Rxke</name></author>	</entry>

	</feed>