I got a broken diagram in the pdf document compiled<br>by latex and dvipdfmx.<br><br>Here is a short sample (from the example 5-3-4 of LaTeX Graphics Companion):<br><br>-----------<br>\documentclass{article}<br>\usepacakge[all]{xy}
<br>\begin{document}<br>\begin{xy}<br>&nbsp; 0*+[o][F]{DL};&lt;2cm,1cm&gt;*+[F]{UR} **@{.}<br>&nbsp; ?&lt;*@{&lt;&lt;} ?(0.5)*!/_3mm/{\Omega} ?&gt;&gt;&gt;*@{&gt;}<br>&nbsp;\end{xy}<br>\end{document}<br>-----------<br><br>Any other complie method produces perfect pdf document:
<br><br>&nbsp;1. pdflatex<br>&nbsp;2. latex -&gt; dvips -&gt; ps2pdf<br>&nbsp;3. latex -&gt; dvipdf<br>&nbsp;4. latex -&gt; dvipdfm<br><br>Anybody has a hint for the solution of this problem?<br><br>Many thanks,<br>Honza.<br><br>