[tex-live] Strange things after install texlive 2005 on Windows XP
Akira Kakuto
kakuto at fsci.fuk.kindai.ac.jp
Wed Sep 6 05:25:15 CEST 2006
Hi Steven,
> thank you Akira, using of gswin32c elimates the previous error and i
> got a pdf file. but in the file, there is no picture! i then checked
> the debug messages, then found the following line:
>
> <reverse_linked_list.eps>
> Underfull \hbox .... lines 70--71
>
> [2
> Non-PDF special ignored!] </usr/share/texmf/tex/latex/psnfss/ot1pcr.fd>
Are you really on Windows ?
> [3] (./01.au) )
>
> it seems i still need your help :-(
I think you are using graphicx package.
Please try to include the package by the 'dvipdfm' option:
\usepackage[dvipdfm]{graphicx}
If failed to include eps, transform eps to pdf manually
as Karl said:
epstopdf reverse_linked_list.eps
(or perl somewhere/epstopdf.pl reverse_linked_list.eps)
In order to embed the pdf, you have to invoke the command:
ebb reverse_linked_list.pdf
before compiling the source by latex. This command creates a file
reverse_liked_list.bb which contains information on BoudingBox.
In this case also, the above 'dvipdfm' option for the
graphicx package is important.
Best regards,
Akira
More information about the tex-live
mailing list