Difference between revisions of "LaTeX:LaTeX on AoPS"

(LaTeX on the AoPSWiki and the AoPS Community)
(LaTeX on the AoPSWiki and the AoPS Community)
Line 13: Line 13:
 
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>
+
<pre><wiki>The solution to <math>\sqrt{x} = 5</math> is <math>x=25</math>.</wiki></pre>

Revision as of 13:39, 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

<wiki>The solution to <math>\sqrt{x} = 5</math> is <math>x=25</math>.</wiki>