[lltx] problem with luamplib from TL2010 (pretest)

Khaled Hosny khaledhosny at eglug.org
Mon Sep 13 19:04:12 CEST 2010


On Mon, Sep 13, 2010 at 06:27:44PM +0200, Stephan Hennig wrote:
> Hi,
> 
> I have a problem with luamplib v1.03 and lualatex v0.60.2 from
> TL2010 pretest (updated today).  The following TeX example
> successfully runs through luatex:
> 
> \input luamplib.sty
> \mplibcode
> beginfig(1);
>         draw fullcircle scaled 100;
> endfig;
> \endmplibcode
> \bye
> 
> But this similar LaTeX example cannot be processed by lualatex:
> 
> \listfiles
> \documentclass{article}
> \usepackage{luamplib}
> \begin{document}
> \begin{mplibcode}
> beginfig(1);
> draw fullcircle scaled 100;
> endfig;
> \end{mplibcode}
> \end{document}
> 
> 
> The resulting pdf file contains the literal line
> 
>   luamplib.processlines()
> 
> plus page number.  Log file attached.

Compiles file with version from github, alternatively you can open the
luamplib.sty file and replace `\luadirect` with `\diectlua`.
BTW, texlive2010 is now officially released, may be you want to replace
the pretest repository to get further updates.

Regards,
 Khaled

-- 
 Khaled Hosny
 Arabic localiser and member of Arabeyes.org team
 Free font developer


More information about the lualatex-dev mailing list