LaTeX:Math

Revision as of 19:54, 23 March 2007 by Azjps (talk | contribs) (start)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
LaTeX
About - Getting Started - Diagrams - Symbols - Downloads - Basics - Math - Examples - Pictures - Layout - Commands - Packages - Help

To place something written in TeX in math mode, use $s to open and close the segment in math mode.

For example, look at the following segment of code:

\documentclass{article}
\begin{document}
If we take the square root of <math>\sqrt{4}</math>, the answer is <math>x=2</math>.
\end{document} 

This results in:

If we take the square root of $\sqrt{4}$, the answer is $\displaystyle x=2$.

Style

Eqnarray

Additional packages

See also