I just made a mistake, the characters "ln" did display, I did not recognized it, because<br>the character "ln" displayed in a much bigger size than which was expected, and the top about<br>20 percents was cut off.<br>
<br>Here is another problem, the figure file displayed in different ways when I deleted and did not delete the line "\chapter{test}" in the file "main.tex".<br><br>When I delete the line "\chapter{test}" in the "main.tex", the pdf file show characters "ln" in a smaller size, this should the the right one.But when i use the line "\chapter{test}" in the "main.tex", the characters "ln" are showed in a much bigger size, I think it is the same font size used by command " \chapter", and this is abnormal.<br>
<br>The systems and pdf readers I used are:<br>Windows XP, texlive installed use texlive2007-live-20070212.iso with full scheme, Adobe Reader 8;<br>Ubuntu 7.10(Gust Gibson), texlive in the official repositories, evince <a href="http://2.20.1.">2.20.1.</a><br>
both get the same results.<br><br>I have checked the list archives, and could not find some hints.The attachment are<br>the files I used for the testing.<br><br>Thanks for the reply.<br><br>Qiao LF<br><div class="g"></div>
<br><br><div class="gmail_quote">On Fri, Apr 4, 2008 at 8:21 PM, George N. White III <<a href="mailto:gnwiii@gmail.com">gnwiii@gmail.com</a>> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div><div></div><div class="Wj3C7c">On Fri, Apr 4, 2008 at 12:57 AM, Qiao L.F <<a href="mailto:qiao.l.f@gmail.com">qiao.l.f@gmail.com</a>> wrote:<br>
<br>
> I have written a simply tex file including a figure, here are the tex file<br>
> 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<br>
> pdf file created can not show characters "ln" in figure file 'test.0'.<br>
> But when I delete the line "\chapter{test}" in the file "main.tex", the pdf<br>
> file give right results.Are there any one who encountered the similar<br>
> problems?<br>
> And how can I avoid it?<br>
><br>
> By the way, when I delete the line "(4) ptmr8r 10.50064 fshow" in file<br>
> "test.0", it an also give right results , I use texlive 2007 with default<br>
> configurations.<br>
<br>
</div></div>Using texlive 2007 (from the Red Hat rpm's, Fedora 8)<br>
<<a href="http://fedoraproject.org/wiki/Releases/FeatureTexLive" target="_blank">http://fedoraproject.org/wiki/Releases/FeatureTexLive</a>><br>
<br>
<br>
$ latex main ; dvipdfmx main<br>
<br>
works for me. I get:<br>
<br>
$ pdffonts main.pdf<br>
name type emb sub uni object ID<br>
------------------------------------ ----------------- --- --- --- ---------<br>
IPLKMY+CMBX12 Type 1C yes yes yes 4 0<br>
KXWNCC+CMR10 Type 1C yes yes yes 8 0<br>
UPLZFF+NimbusRomNo9L-Regu Type 1C yes yes yes 6 0<br>
<br>
You don't mention a platform or a pdf viewer (not part of TeX Live). Try<br>
running with the pdf compression disabled ("dvipdfmx -z 0 main") and<br>
search for the strings in the resulting pdf file. Try using the "draft" mode<br>
with graphicx to make sure the PS file dimensions are being read correctly.<br>
<br>
I vaguely recall some problems with dvipdfmx configuration -- have you<br>
checked the list archives?<br>
<font color="#888888"><br>
--<br>
George N. White III <<a href="mailto:aa056@chebucto.ns.ca">aa056@chebucto.ns.ca</a>><br>
Head of St. Margarets Bay, Nova Scotia<br>
</font></blockquote></div><br>