I have written a simply tex file including a figure, here are the tex file and figure file:<br><br>%tex file main.tex<br><br>\documentclass{book}<br>\usepackage{graphicx}<br><br>\begin{document}<br>\chapter{test}<br><br>\begin{figure}[ht]<br>
\includegraphics{test.0}<br>\end{figure}<br><br>\end{document}<br><br>%figure file tes.0<br><br>%!PS<br>%%BoundingBox: 5 0 347 209 <br>%%HiResBoundingBox: 5.72977 0.05345 346.51865 208.94174 <br>%%Creator: MetaPost 0.993<br>
%%CreationDate: 2008.04.01:1130<br>%%Pages: 1<br>%*Font: ptmri8r 10.50064 9.96265 4e:88001<br>%%BeginProlog<br>%%EndProlog<br>%%Page: 1 1<br>5 5 moveto<br>(4) ptmr8r 10.50064 fshow<br>gsave [0 1 -1 0 13.60527 107.1855 ] concat 0 0 moveto<br>
(ln) ptmr8r 10.50064 fshow grestore<br>showpage<br>%%EOF<br><br>Then I use commands: latex main ; dvipdfmx main to produce a pdf file.The pdf file created can not show characters &quot;ln&quot; in figure file &#39;test.0&#39;.<br>
But when I delete the line &quot;\chapter{test}&quot; in the file &quot;main.tex&quot;, the pdf file give right results.Are there any one who encountered the similar problems?<br>And how can I avoid it?<br><br>By the way, when I delete the line &quot;(4) ptmr8r 10.50064 fshow&quot; in file &quot;test.0&quot;, it an also give right results , I use texlive 2007 with default configurations.<br>
<br>Qiao LF<br>