next up previous
Next: How do I type Up: Miscellaneous Latex syntax Previous: Type sizes and changing

Placing equations, text, or figures using \rput

This is useful for positioning items on the page in a presentation. However, it involves a lot of trial and error, so there may be a more elegant way to do this.

\rput(0,7){ % (0,7) is the location on the page 
\begin{figure} 
\begin{equation} 
e=mc^{2} 
\end{equation} 
\end{figure} 
}



Chris Paciorek 2012-01-21