<div dir="ltr">Are there plans to allow Tex Live Utility to update luatex?<div>My copy of TeX Live 2012 is still using beta-0.70.2-2012062819.</div><div><br></div><div>Best regards, George.</div></div><div class="gmail_extra">
<br><br><div class="gmail_quote">On 3 January 2013 17:48, Hans Hagen <span dir="ltr"><<a href="mailto:pragma@wxs.nl" target="_blank">pragma@wxs.nl</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im">On 1/3/2013 10:18 AM, Herbert Voss wrote:<br>
</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">
Am 03.01.2013 09:50, schrieb Taco Hoekwater:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
On 01/02/2013 07:53 PM, Herbert Voss wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Am 02.01.2013 19:41, schrieb Herbert Voss:<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
there will be a problem with Heikos Package which is called<br>
by unicode-math<br>
</blockquote>
<br>
it looks like a problem with the missing require('...');<br>
lines, as mentioned in Tacos announcement.<br>
</blockquote>
<br>
No, the problem is this line:<br>
<br>
     table.insert(package.loaders, kpse_module_loader)<br>
<br>
package.loaders does not exist any more in lua52.<br>
</blockquote>
<br>
Oh, I love renaming of functions ...<br>
Using<br>
       table.insert(package.<u></u>searchers, kpse_module_loader)<br>
<br>
and changing package.loaders to package.searchers in the<br>
other lua files, now leads to<br>
<br>
! LuaTeX error<br></div>
..../2012/texmf-dist/tex/<u></u>luatex/luaotfload/otfl-luat-<u></u>dum.lua:65:<div class="im"><br>
invalid escape sequence near '\/'<br>
stack traceback:<br>
     [C]: in function 'dofile'<br>
     ...ive/2012/texmf-dist/tex/<u></u>luatex/luaotfload/luaotfload.<u></u>lua:46: in<br>
function 'l<br>
oadmodule'<br>
     ...ive/2012/texmf-dist/tex/<u></u>luatex/luaotfload/luaotfload.<u></u>lua:51: in<br>
main chunk<br>
     [C]: in function 'require'<br>
     ...xlive/2012/texmf-dist/tex/<u></u>luatex/luatexbase/modutils.<u></u>lua:52: in<br>
function 'r<br>
equire_module'<br>
     [string "\directlua "]:1: in main chunk.<br>
\lltxb@requirelua ...xluaescapestring {#2}" \fi )}<br>
<br>
l.35 \endinput<br>
<br>
?<br>
</div></blockquote>
<br>
imo one shouldn't use the latest luatex with a frozen texlive 2012 (unless one is also willing to update all relevant tex and lua files).<br>
<br>
Hans<br>
<br>
------------------------------<u></u>------------------------------<u></u>-----<br>
                                          Hans Hagen | PRAGMA ADE<br>
              Ridderstraat 27 | 8061 GH Hasselt | The Netherlands<br>
    tel: 038 477 53 69 | voip: 087 875 68 74 | <a href="http://www.pragma-ade.com" target="_blank">www.pragma-ade.com</a><br>
                                             | <a href="http://www.pragma-pod.nl" target="_blank">www.pragma-pod.nl</a><br>
------------------------------<u></u>------------------------------<u></u>-----<br>
</blockquote></div><br></div>