Difference between revisions of "LaTeX:LaTeX on AoPS"
(Created page with '{{Latex}} This article explains how to use LaTeX in the AoPSWiki, the AoPS Community, and the AoPS Classroom. == LaTeX on the AoPSWiki and the AoPS Community == LaTeX uses a s…') |
(→LaTeX on the AoPSWiki and the AoPS Community) |
||
Line 11: | Line 11: | ||
</nowiki></pre> | </nowiki></pre> | ||
− | The resulting post will read | + | The resulting post will read |
+ | |||
+ | <pre>The solution to <math>\sqrt{x} = 5</math> is <math>x=25</math>.</pre> |
Revision as of 12:38, 16 April 2010
LaTeX |
About - Getting Started - Diagrams - Symbols - Downloads - Basics - Math - Examples - Pictures - Layout - Commands - Packages - Help |
This article explains how to use LaTeX in the AoPSWiki, the AoPS Community, and the AoPS Classroom.
LaTeX on the AoPSWiki and the AoPS Community
LaTeX uses a special math mode to display mathematics. To place something written in TeX in math mode, use $ signs to enclose the math you want to display. For example, suppose you type the following in a Community post or in the AoPSWiki:
The solution to $\sqrt{x} = 5$ is $x=25$.
The resulting post will read
The solution to <math>\sqrt{x} = 5</math> is <math>x=25</math>.