[Mac OS X TeX] New teTeX.dmg

Ross Moore ross at ics.mq.edu.au
Wed Oct 31 11:36:45 CET 2001



> This brand new version of teTeX has a major problem with it. The margin 
> kerning now doesn't work properly and the right margin is v.ragged 
> indeed. (In protrudechars=1 and 2).

This is the error in  protcode.tex  that I described earlier:

\def\adjustprotcode#1{%
    \needadjustprotcodefalse
    \ifnum\pdftexversion > 13
        \ifnum \expandafter`\pdftexrevision > `g
            \needadjustprotcodetrue
        \fi 
    \else\ifnum\pdftexversion > 14
        \needadjustprotcodetrue
    \fi\fi

is non-sensical, since the test for > 14 is never done.

It should be either:

\def\adjustprotcode#1{%
    \needadjustprotcodefalse
    \ifnum\pdftexversion > 13
        \ifnum \expandafter`\pdftexrevision > `g
            \needadjustprotcodetrue
        \else\ifnum\pdftexversion > 14
            \needadjustprotcodetrue
        \fi 
    \fi\fi

or

\def\adjustprotcode#1{%
    \needadjustprotcodefalse
    \ifnum\pdftexversion > 14
        \needadjustprotcodetrue
    \else\ifnum\pdftexversion > 13
        \ifnum \expandafter`\pdftexrevision > `g
            \needadjustprotcodetrue
        \fi 
    \fi\fi

This latter is easier to understand and is logically more stable,
with respect to possible future development versions of pdfTeX.


Hope this helps,

	Ross Moore.



 
> Adrian Heathcote
> On Wednesday, October 31, 2001, at 05:39 PM, Gerben Wierda wrote:
> 
> > In ftp://ftp.nluug.nl/pub/comp/macosx/tex-gs/ can be found:
> >
> > 	teTeX.dmg -> teTeX-2001-10-30-19-42-24.dmg
> > 	teTeX-2001-10-30-19-42-24.dmg
> >
> > To download, use either
> >
> > 	ftp://ftp.nluug.nl/pub/comp/macosx/tex-
> > gs/teTeX-2001-10-30-19-42-24.dmg
> > 	ftp://ftp.nluug.nl/pub/comp/macosx/tex-gs/teTeX.dmg
> >
> > Changes:
> > 	pdfTeX 1.00a instead of pdfTeX 0.14h with patches
> > 	margin kerning repaired following patch from Ross Moore
> >
> > G
> >
> >
> > -----------------------------------------------------------------
> > To UNSUBSCRIBE, send email to <info at email.esm.psu.edu> with
> > "unsubscribe macosx-tex" (no quotes) in the body.
> > For additional HELP, send email to <info at email.esm.psu.edu> with
> > "help" (no quotes) in the body.
> > This list is not moderated, and I am not responsible for
> > messages posted by third parties.
> > -----------------------------------------------------------------
> 
> 
> -----------------------------------------------------------------
> To UNSUBSCRIBE, send email to <info at email.esm.psu.edu> with
> "unsubscribe macosx-tex" (no quotes) in the body.
> For additional HELP, send email to <info at email.esm.psu.edu> with
> "help" (no quotes) in the body.
> This list is not moderated, and I am not responsible for
> messages posted by third parties.
> -----------------------------------------------------------------


-----------------------------------------------------------------
To UNSUBSCRIBE, send email to <info at email.esm.psu.edu> with
"unsubscribe macosx-tex" (no quotes) in the body.
For additional HELP, send email to <info at email.esm.psu.edu> with
"help" (no quotes) in the body.
This list is not moderated, and I am not responsible for
messages posted by third parties.
-----------------------------------------------------------------





More information about the macostex-archives mailing list