[NTG-pdftex] \pdfhorigin / \pdfvorigin broken?
Hartmut Henkel
hartmut_henkel@gmx.de
Tue Jul 6 20:20:45 CEST 2004
This message is in MIME format. The first part should be readable text,
while the remaining parts are likely unreadable without MIME-aware tools.
---1463811840-150485855-1089141645=:13613
Content-Type: TEXT/PLAIN; charset=iso-8859-1
Content-Transfer-Encoding: QUOTED-PRINTABLE
On Tue, 6 Jul 2004, Martin Schr=F6der 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=3Ddetail&aid=3D88&group_id=3D10=
6&atid=3D493
i suppose that in pdftex.ch in the lines
if (pdf_h_origin =3D 0) and (pdf_v_origin =3D 0) then begin
pdf_h_origin :=3D (one_hundred_inch + 50) div 100;
pdf_v_origin :=3D (one_hundred_inch + 50) div 100;
the (pdf_h/v_origin =3D 0) was planned to check whether pdf_h/v_origin
have already been set. And this might interfere with the user setting
\pdfhorigin=3D0pt. 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
---1463811840-150485855-1089141645=:13613--
More information about the ntg-pdftex
mailing list