Skip to content
master
Switch branches/tags
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 

description

pdflatex generates an invalid pdf if a particular combination of images are inluded

These are test cases for a very strange interaction I found with texlive 2012, garphix, pdflatex, a png, and a pdf. All files needed to reproduce the bug are included.

If the png jfi_logo is included, and re-sized using [width=X\linewidth] as an argument of \includegraphics where X < 1 and the pdf jpd is included after jfi_logo the generated pdf will not open (error 14) with a range of acrobat readers (version 9 linux, an (up-to-date?) pro version on mac, and newish version on a mac) if compiled with texlive 2012 from debian unstable. If compiled with texlive 2009, from debian stable, the generated pdf works fine. In either case xpdf, okular, and preview will open the generated pdf.

Using different pngs, different pdfs, making jpd go first, or using X>=1, then both versions of texlive generate a pdf that works with the acrobat 9 (linux).

bug

Action

run pdf latex on *.tex

Expected

get pdfs that will open with all pdf readers

actual

test_case_fail_1.tex generates a pdf that will not open with acrobat using texlive2012

versions

texlive 2012

tcaswell@kaylee:~/pdflatex_bug$ pdflatex –version pdfTeX 3.1415926-2.4-1.40.13 (TeX Live 2012/Debian) kpathsea version 6.1.0 Copyright 2012 Peter Breitenlohner (eTeX)/Han The Thanh (pdfTeX). There is NO warranty. Redistribution of this software is covered by the terms of both the pdfTeX copyright and the Lesser GNU General Public License. For more information about these matters, see the file named COPYING and the pdfTeX source. Primary author of pdfTeX: Peter Breitenlohner (eTeX)/Han The Thanh (pdfTeX). Compiled with libpng 1.2.49; using libpng 1.2.49 Compiled with zlib 1.2.7; using zlib 1.2.7 Compiled with poppler version 0.18.4

texlive 2009

tcaswell@innoue:pdflatex_bug$ pdflatex –version pdfTeX 3.1415926-1.40.10-2.2 (TeX Live 2009/Debian) kpathsea version 5.0.0 Copyright 2009 Peter Breitenlohner (eTeX)/Han The Thanh (pdfTeX). There is NO warranty. Redistribution of this software is covered by the terms of both the pdfTeX copyright and the Lesser GNU General Public License. For more information about these matters, see the file named COPYING and the pdfTeX source. Primary author of pdfTeX: Peter Breitenlohner (eTeX)/Han The Thanh (pdfTeX). Compiled with libpng 1.2.44; using libpng 1.2.44 Compiled with zlib 1.2.3.4; using zlib 1.2.3.4 Compiled with poppler version 0.12.4

About

Test cases for strange interaction with image imports in texlive 2012. If jfi_logo in

Resources

Releases

No releases published

Packages

No packages published