ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* \glueexpr in lmtx
@ 2019-07-22 23:16 Marcel Fabian Krüger
  2019-07-23 10:54 ` Hans Hagen
  2019-07-23 11:26 ` Marcel Fabian Krüger
  0 siblings, 2 replies; 3+ messages in thread
From: Marcel Fabian Krüger @ 2019-07-22 23:16 UTC (permalink / raw)
  To: ntg-context

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?


Best regards,

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-07-23 11:26 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-22 23:16 \glueexpr in lmtx Marcel Fabian Krüger
2019-07-23 10:54 ` Hans Hagen
2019-07-23 11:26 ` Marcel Fabian Krüger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).