Search found 1 match

by lobsterzzz
Fri Jan 11, 2008 1:34 pm
Forum: General
Topic: how to make an \underrightarrow in \caption
Replies: 1
Views: 4453

how to make an \underrightarrow in \caption

Ah, I hope anybody can help me.
I have the following code to input a picture

\begin{figure}
\begin{center}
\includegraphics[width=8cm]{pics/notinward2}
\caption{blablabla}

which works fine.
then I have the following code to make an arrow below the letter x

$\underrightarrow{x}$

which works ...