Writing mathematical expressions using Tex: Difference between revisions

From processdesign
Jump to navigation Jump to search
(Created page with "The first thing you need to know about writing mathematical expressions is that you need to indicate where the mathematical expression begins and ends using markup tags. An e...")
 
No edit summary
Line 18: Line 18:
* [http://en.wikipedia.org/wiki/Wikipedia:How_to_write_a_Wikipedia_article_on_Mathematics#Typesetting_of_mathematical_formulas Typesetting_of_mathematical_formulas] provides some helpful dos and don'ts about making what you've written easier to read and more pleasant to look at, which includes how to correct misalignment and illegibility issues.
* [http://en.wikipedia.org/wiki/Wikipedia:How_to_write_a_Wikipedia_article_on_Mathematics#Typesetting_of_mathematical_formulas Typesetting_of_mathematical_formulas] provides some helpful dos and don'ts about making what you've written easier to read and more pleasant to look at, which includes how to correct misalignment and illegibility issues.


* [http://meta.wikimedia.org/wiki/Help:Formula Help on displaying a formula] is the full article from which the previous 3 links were gathered.
* [http://meta.wikimedia.org/wiki/Help:Formula A comprehensive guide on writing mathematical expressions in Wiki]

Revision as of 22:44, 25 December 2013

The first thing you need to know about writing mathematical expressions is that you need to indicate where the mathematical expression begins and ends using markup tags. An easy way to do this is to hit the button in the editing toolbar that has a picture of a square root sign on it. The following is what you will see as a result of hitting this button:

<math>Insert formula here</math>


TeX is like a programming language that you use to specify the mathematical expression you want to have displayed. This specification gets compiled, and the image that appears on the website is the result.


(Note: MediaWiki doesn't support the full TeX language, instead MediaWiki "understands" a limited vocabulary of the TeX, LaTeX, and AMSLaTeX languages. Therefore, be aware that there are ways of doing things with these languages that may not work in MediaWiki.)


Here are some helpful links for writing mathematical expressions:

  • Typesetting_of_mathematical_formulas provides some helpful dos and don'ts about making what you've written easier to read and more pleasant to look at, which includes how to correct misalignment and illegibility issues.