Bug#338377: cfi: FTBFS: pdfetex wants included images in pdf format

2005-12-02 Thread Frank Küster
tags 338377 patch
thanks

Roland Stigge <[EMAIL PROTECTED]> wrote:

> ! LaTeX Error: File `Image1.pdf' not found.
>
> See the LaTeX manual or LaTeX Companion for explanation.
> Type  H   for immediate help.
>  ...  
>   
> l.10116   \includegraphics{Image1.pdf}

An other incarnation of the infamous \pdfoutput bug.  The patch
fixes it, and replaces the obsolete times.sty with mathptmx.sty.

Regards, Frank

diff -ur cfi-3.0.orig/sv/cfi.tex cfi-3.0/sv/cfi.tex
--- cfi-3.0.orig/sv/cfi.tex 2001-06-13 14:17:24.0 +0200
+++ cfi-3.0/sv/cfi.tex  2005-12-02 16:19:29.0 +0100
@@ -6,16 +6,12 @@
 \usepackage{graphics}
 \usepackage[T1]{fontenc}
 \usepackage[swedish]{babel}
-\newif\ifpdf
-\ifx\pdfoutput\undefined
-   \pdffalse
-\else
-   \pdftrue
-\fi
+\usepackage{ifpdf}
 
 \ifpdf
-   % Saves a lot of space in PDF files
-   \usepackage{times}
+   % Gives nice screen output
+   \usepackage{mathptmx}
+% not necessary on Debian systems, set to 9 anyway
\pdfcompresslevel=9
 \fi
 

-- 
Frank Küster
Inst. f. Biochemie der Univ. Zürich
Debian Developer




Bug#338377: cfi: FTBFS: pdfetex wants included images in pdf format

2005-11-09 Thread Roland Stigge
Package: cfi
Version: 3.0-5
Severity: serious

Hi,

building the package cfi in a clean sid build environment
(with pbuilder) on i386 results in:

=
[...]
[107] [108] [109] [110] [111] [112] [113] [114]
Kapitel 12.
[115] [116] [117] [118] [119] [120]
Kapitel 13.
[121] [122] [123] [124] [125] [126] [127] [128] [129] [130] [131] [132]
[133] [134]
Kapitel 14.
[135] [136] [137] [138]
Kapitel 15.

LaTeX Warning: File `Image1.pdf' not found on input line 10116.


! LaTeX Error: File `Image1.pdf' not found.

See the LaTeX manual or LaTeX Companion for explanation.
Type  H   for immediate help.
 ...  
  
l.10116 \includegraphics{Image1.pdf}
 
? 
! Emergency stop.
 ...  
  
l.10116 \includegraphics{Image1.pdf}
 
Output written on cfi.dvi (138 pages, 721044 bytes).
Transcript written on cfi.log.
make: *** [build-stamp] Error 1
=

The respective "Image*"s are only available in eps format (and gif) under sv/

Thanks for considering.


--
DARTS - Debian Archive Regression Test Suite
http://darts.alioth.debian.org/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]