[Xy-pic] xy environment breaks line

Igor Rychkov rych@chem.scphys.kyoto-u.ac.jp
Thu, 16 Jan 2003 23:54:12 +0900


Hi!

I'm trying to put my figures in a row and to label one of them using \xyimport. However, enclosing it in xy environment breaks the row!

\begin{figure*}
\begin{xy}
\xyimport(100,100)(22,92){\includegraphics[width=4.35cm]{fig1}},(0,0){mylabel}%
\end{xy}
\includegraphics[width=4.35cm]{fig2}

I need fig2 to be on the same line with fig1.
Thanks in advance,
Igor