[pdftex] Margin kerning changes

Reinhard Kotucha reinhard at kammer.uni-hannover.de
Mon Mar 4 22:56:39 CET 2002


>>>>> "flip" == flip phillips <flip at skidmore.edu> writes:

    > so, i'm a little bit confused here. on mac os x i just updated
    > to the latest teTeX distribution (the 'texlive' distribution). i
    > know that there were some changes to protcode / margin kerning
    > recently, but now, old documents that used to typeset just fine
    > w/ margin kerning seem to completely overshoot the right margin.

    > do i have some sort of protcode / pdftex version synchronizing
    > problem here?

Does texlive now provide pdfTeX-1.0?

Then please look into protcode.tex.  There you'll find sth. like

    \ifnum\pdftexversion > 13 
        \ifnum \expandafter`\pdftexrevision > `g

It obvously checks whether your version is newer than 0.14g but if you
use 1.0, it still checks whether \pdfrevision is newer than g, which
fails.

The end of the definition of \setprotcode should look like:

    \lpcode#1`\x=50
    \lpcode#1`\y=50
    \ifnum\pdftexversion > 13 
        \ifnum \expandafter`\pdftexrevision > `g
            \adjustprotcode#1
    \fi \fi
    \ifnum\pdftexversion > 99 
            \adjustprotcode#1
    \fi
}

Regards,
  Reinhard

-- 
----------------------------------------------------------------------------
Reinhard Kotucha			               Phone: +49-511-751355
Berggartenstr. 9
D-30419 Hannover	              mailto:reinhard at kammer.uni-hannover.de
----------------------------------------------------------------------------
Microsoft isn't the answer. Microsoft is the question, and the answer is NO.
----------------------------------------------------------------------------





More information about the pdftex mailing list