On Tue, 6 Jul 2004, Martin Schröder wrote:
On 2004-07-06 16:24:23 +0200, Thomas Esser wrote:
Something to fix for 1.20 hopefully...
Indeed. It doesn't depend on image inclusion. :-(
http://sarovar.org/tracker/index.php?func=detail&aid=88&group_id=106&atid=493
i suppose that in pdftex.ch in the lines if (pdf_h_origin = 0) and (pdf_v_origin = 0) then begin pdf_h_origin := (one_hundred_inch + 50) div 100; pdf_v_origin := (one_hundred_inch + 50) div 100; the (pdf_h/v_origin = 0) was planned to check whether pdf_h/v_origin have already been set. And this might interfere with the user setting \pdfhorigin=0pt. So maybe one could try to add two boolean variables like pdf_h/v_origin_set, and check these instead of the pdf_h/v_origin values. Not yet tried, just a guess. Regards, Hartmut