図を左に配置して、文字を図の右側に配置したくて、下記のように書いたのですが、
思い通りに出力されません(下記はテスト用です)。
begin{wrapfigure}が二つ目、三つ目といくにつれ崩れがひどくなっていきます。
どうしたらいいでしょうか?
実際は、図と図の間には右寄せでない、普通の文書があります。
よろしくお願いします。
\documentclass{jsarticle}
\usepackage[dviout]{graphicx}
\usepackage{wrapfig}
\begin{document}
\begin{wrapfigure}{l}{11zw}
\includegraphics[clip]{p9-1.eps}
\end{wrapfigure}
あいう\\
\begin{wrapfigure}{l}{11zw}
\includegraphics[clip]{p9-1.eps}
\end{wrapfigure}
あいう\\
\begin{wrapfigure}{l}{11zw}
\includegraphics[clip]{p9-1.eps}
\end{wrapfigure}
あいう\\
\end{document}