Description of Problem: The file texmf/tex/latex/graphics/pdftex.def included in the latest (RH7.2 & rawhide) distro versions of tetex-latex is extremely out of date. It should be replaced with: http://www.tug.org/applications/pdftex/pdftex.def The google groups URL: http://groups.google.com/groups?hl=en&safe=off&frame=right&th=80237ad007e1191d&seekm=93t03v%24ro6%241%40nnrp1.deja.com#link2 gives a discussion of why this is so. Version-Release number of selected component (if applicable): tetex-latex How Reproducible: Every time. Steps to Reproduce: 1. Try to include a PNG or PDF in a pdf{tex/latex} doc, using clip/trim directives, and witness the crappy output. Actual Results: pdflatex warns that it does not support clipping. No clipping happens, or it happens incorrectly. Expected Results: No warning about clipping should show. Clipping should have happened. Additional Information: The error message that needs to be done away with is: no clipping support in pdfTeX
Thanks. (For the record, the input file is: \documentclass[a4paper,pdftex,12pt]{book} \usepackage[pdftex]{graphicx} \usepackage{pslatex} \begin{document} HI \includegraphics[clip,width=6cm,trim=1cm 1cm 1cm 1cm]{xfig/piemenu} bye \end{document} and pdfelatex is used.)
Updated file in 1.0.7-48.