On Tue, Jul 23, 2019 at 12:54:45AM +0200, Hans Hagen wrote:
> 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)

Thank you.

--Marcel
___________________________________________________________________________________
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