[OS X TeX] Putting text under

Matthew Leingang leingang at math.harvard.edu
Wed May 14 06:48:05 EDT 2008


On Tue, 13 May 2008 21:35:34 +0200, Themis Matsoukas wrote:

> Is there a way to produce an effect similar to
>
>      \underbrace{my equation here}_{text below my equation}
>
> but *without* the underbrace? In other words, I want to stack some
> text below an equation without moving the equation vertically.

What about underset?

\documentclass{article}
\usepackage{amsmath}

\begin{document}
\[
\underset{\text{text below my equation}}{e^{i\pi}+1=0}
\]
\end{document}

Hope that helps.

--Matthew Leingang

--
Matthew Leingang
Preceptor in Mathematics
Harvard University

http://www.math.harvard.edu/~leingang/vCard.vcf






More information about the MacOSX-TeX mailing list