[luatex] dvilualatex fails with hyperref in TL 2016 pretest
David Carlisle
d.p.carlisle at gmail.com
Mon May 23 10:11:04 CEST 2016
On 23 May 2016 at 08:59, luigi scarso <luigi.scarso at gmail.com> wrote:
>
>
> we have now
> /* codes not really needed but cleaner when testing */
>
> #define pdftex_version 40 /* these values will not change any more */
> #define pdftex_revision "0" /* these values will not change any more */
>
> and we can change them
>
> #define pdftex_version 140 /* these values will not change any more */
> #define pdftex_revision "0" /* these values will not change any more */
>
> but in luatex
> a macro package can better do \newcount\pdftexversion \pdftexversion=140
> because very likely they will disappear in luatex 1.0 .
>
>
> --
> luigi
Yes I think in luatex85.sty we should do
% \pdffeedback version not defined in dvi mode and curiously set to 40
in pdf mode
\protected\def\pdftexversion {\numexpr 140\relax}
\def\pdftexrevision {7}
% \protected\def\pdftexversion {\numexpr\pdffeedback version\relax}
%\def\pdftexrevision {\pdffeedback revision}
but in any case packages shouldn't be testing this in luatex, this is
just to help with the changeover.
So 40 is a bit odd, probably making it 140 or deleting it makes sense.
David
David
More information about the luatex
mailing list