Helmut Grohne wrote:
> Hi,

Hi,

> Please support pdflatex with gpgsigs --latex: It currently fails with
> the following message:
> 
> ! LaTeX Error: Unknown graphics extension: .1.eps.
> 
> The failing line is:
> 
> \includegraphics[height=3cm]{XXXXXXXX.1.eps}
> 
> Note that pdfs can be created using latex and dvipdf.
> 
> Also note that changing the first dot to an underscore does not help,
> because pdflatex seems to be unable to handle eps.

According to the pdflatex's manpage, EPS graphics files are not handled.
Therefore, it is suggested to use epstopdf to convert them to PDF.

Once the pictures are in PDF, we could add

\usepackage{grffile} to the tex file and update the graphics line in the
following way:

\includegraphics[height=3cm]{XXXXXXXX.1}

Thus, it would work for both pdflatex and latex.

* case 1:
latex mytest.tex
dvips mytest.dvi
ps2pdf mytest.ps > mytest.pdf

or

* case 2:
pdflatex mytest.tex

assuming the above modifications in the tex file and the use of epstopdf
to convert the picture to PDF in case 2

Would it be ok?

Please give it a try. I have only checked with the gpgsigs-lt2k5 file
shipped in the examples directory.

Regards,

-- 
Franck Joncourt
http://debian.org - http://smhteam.info/wiki/

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to