Package: latex-mk
Version: 1.8-5
Severity: normal
Tags: patch

When latex-mk converts FIG files into PDF ones instead of EPS ones,
ie. due to USE_PDFLATEX, it still generates them with .eps extension
instead of .pdf.
The attached patch fixes this.

elmar

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: powerpc (ppc)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

latex-mk depends on no packages.

Versions of packages latex-mk recommends:
ii  make                        3.81-3       The GNU version of the "make" util
ii  tetex-base                  3.0.dfsg.3-1 Basic TeX input files of teTeX
ii  tetex-bin                   3.0-23       The teTeX programs

-- no debconf information

-- 

 .'"`.                                                            /"\
| :' :   Elmar Hoffmann <[EMAIL PROTECTED]>    ASCII Ribbon Campaign  \ /
`. `'    GPG key available via pgp.net        against HTML email   X
  `-                                                    & vCards  / \
--- xfig.mk.in.in~      2006-04-04 22:32:35.000000000 +0200
+++ xfig.mk.in.in       2006-12-06 01:36:29.000000000 +0100
@@ -189,6 +189,6 @@
 GMK:   $(FIG2DEV) $(FIG2DEV_FLAGS) $(FIG2DEV_EPS_FLAGS) $*.fig $*.eps
 
 .fig.pdf : 
-BMK:   $(FIG2DEV:Q) $(FIG2DEV_FLAGS) $(FIG2DEV_PDF_FLAGS) $*.fig $*.eps
-GMK:   $(FIG2DEV) $(FIG2DEV_FLAGS) $(FIG2DEV_PDF_FLAGS) $*.fig $*.eps
+BMK:   $(FIG2DEV:Q) $(FIG2DEV_FLAGS) $(FIG2DEV_PDF_FLAGS) $*.fig $*.pdf
+GMK:   $(FIG2DEV) $(FIG2DEV_FLAGS) $(FIG2DEV_PDF_FLAGS) $*.fig $*.pdf
 

Attachment: signature.asc
Description: Digital signature

Reply via email to