Difference between revisions of "LaTeX:Math"

Line 22: Line 22:
 
== Additional packages ==
 
== Additional packages ==
  
== See also ==
+
[[LaTeX:Style | Next: Style]]
*[[LaTeX:Style | Next: Style]]
 

Revision as of 17:55, 10 July 2007

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 $\sqrt{4}$, the answer is $x=2$.
\end{document} 

This results in:

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

Style

Eqnarray

Additional packages

Next: Style