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 <return> 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.000000000 +0200
+++ cfi-3.0/sv/cfi.tex 2005-12-02 16:19:29.000000000 +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