Am 02.01.2013 18:46, schrieb Mojca Miklavec:
On Wed, Jan 2, 2013 at 6:41 PM, Mojca Miklavec wrote:
On Wed, Jan 2, 2013 at 6:27 PM, Herbert Voss wrote:
Am 24.12.2012 15:13, schrieb Taco Hoekwater:
I have just uploaded the archives for a new luatex release, 0.74.0.
will it be available on metatex.org?
I can do it easily - all binaries apart from powerpc-linux and
sparc-solaris are ready, but I need a green light first. The version
of ConTeXt in TeX Live 2012 doesn't work with 0.74.0 without some
modifications and there might be a couple of other scripts that might
need a fix. I didn't follow the status of those scripts. For ConTeXt
we either need some testing to figure out which modifications are
needed (part of the blame for not testing that yet is on me) or Hans
needs to release a new "current/stable" version.
Of course I can also upgrade all the binaries to the latest version in
full awareness that this will break ConTeXt (and possibly some other
scripts) if that's what users want. But if anyone would really like to
test the binary without compiling it and before it makes it to
tlcontrib, you can get it from
http://svn.contextgarden.net/suite-bin/tex/.
there will be a problem with Heikos Package which is called
by unicode-math
...
(/usr/local/texlive/2012/texmf-dist/tex/generic/oberdiek/luatex-loader.sty
(/usr/local/texlive/2012/texmf-dist/scripts/oberdiek/oberdiek.luatex.lua)
! LuaTeX error
...ive/2012/texmf-dist/scripts/oberdiek/oberdiek.luatex.lua:55:
bad argument #1 to 'insert' (table expected, got nil)
stack traceback:
[C]: in function 'insert'
...ive/2012/texmf-dist/scripts/oberdiek/oberdiek.luatex.lua:55: in main
chunk
[C]: in function 'dofile'
[string "\directlua "]:6: in main chunk.
l.139 }
X86_64:
This is LuaTeX, Version beta-0.74.0-2012122510 (rev 4541)
0.72 works well
\documentclass{scrartcl}
\usepackage{unicode-math}
\begin{document}
foo
\end{document}
Herbert