On 7/23/2019 1:16 AM, Marcel Fabian Krüger wrote:
Hi,

I stumbled upon some odd behaviour of \glueexpr in lmtx. Take the
following document:

\starttext
\the\glueexpr 0.0pt \relax
\newskip\myskip
\myskip=\glueexpr 0.0pt \relax
\stoptext

Without lmtx this works fine. Under lmtx, the *first* use of
`\glueexpr`, after `\the`, works fine too. On the other hand, the other
`\glueexpr`, after `\myskip=`, complains about a "Illegal unit of
measure (pt inserted)". It does not seem to accept the fractional part,
everything works again if I use

\starttext
\the\glueexpr 0.0pt \relax
\newskip\myskip
\myskip=\glueexpr 0pt \relax
\stoptext

Am I missing something here or is this a bug?
fixed in next lmtx beta (was a wrong symbolic constant someplace)

(context never uses gluexpr so it went unnoticed)

Hans

-----------------------------------------------------------------
                                          Hans Hagen | PRAGMA ADE
              Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
       tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl
-----------------------------------------------------------------
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to