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

* Re: \glueexpr in lmtx
  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
  1 sibling, 0 replies; 3+ messages in thread
From: Hans Hagen @ 2019-07-23 10:54 UTC (permalink / raw)
  To: mailing list for ConTeXt users

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
___________________________________________________________________________________

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

* Re: \glueexpr in lmtx
  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
  1 sibling, 0 replies; 3+ messages in thread
From: Marcel Fabian Krüger @ 2019-07-23 11:26 UTC (permalink / raw)
  To: ConTeXt users list

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
___________________________________________________________________________________

^ 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).