Hi,
there is a extra pair of braces needed in folllowing definitions,
otherwise all following i and j are dotless.
-\unexpanded\def\mathdotlessi {\mathdotless i}
-\unexpanded\def\mathdotlessj {\mathdotless j}
+\unexpanded\def\mathdotlessi {{\mathdotless i}}
+\unexpanded\def\mathdotlessj {{\mathdotless j}}
Wolfgang
==============================================================
Luatex Release 0.89.0 was released 2016020500
==============================================================
No fundamental changes, just some fixes / improvements (and of course new
bugglets).
- New backend things:
\pdfvariable pkfixeddpi = integer % > 0 : use only default dpi (so one can
do with one high res instance)
\pdfvariable ignoreunknownimages = integer % > 0 : ignore missing and
inject something empty (to be used with care)
and one can do this:
\edef\foo{\pdfvariable foo}
\def \oof{foo}
\ifx\foo\oof don't fool me\fi
(side effect of no longer aborting on missing, so one implement a catch)
As usual,
the archives can be downloaded from supelec:
https://foundry.supelec.fr/projects/luatex/
You could also check out the sources via anonymous svn:
svn co --username anonsvn --password anonsvn \
https://foundry.supelec.fr/svn/luatex/tags/beta-0.87.0
Bugs and feature requests can be added to the issue tracker at
http://tracker.luatex.org
When you use context or latex you need an updated format. The latest
version of
context can be fetched from the context garden, latex from ctan. For latex
you can contact David and Joseph as they are dealing with the update.
Have fun,
Hans, Luigi, Taco