ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* context.delayed is incompatible with some functions
@ 2020-11-01 18:24 Sylvain Hubert
  2020-11-01 23:33 ` Hans Hagen
  0 siblings, 1 reply; 2+ messages in thread
From: Sylvain Hubert @ 2020-11-01 18:24 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 660 bytes --]

Dear List,

I was reading Typesetting in Lua using LuaTEX
<https://www.ntg.nl/maps/41/11.pdf>. By playing with the examples in the
article, I found that
  `context.chapter(context.delayed("one"))`
does not render the delayed text properly, while
  `context.bf(context.delayed("one"))`
does.

I would like to ask whether this difference is by design and, if not,
whether there is any systematic way of giving delayed arguments to
`context.chapter`, where by "systematic way" I'm referring to a proper use
of the existing definition of "\chapter" instead of any faked duplication
of it that visually resembles a chapter title.

Thanks in advance.

Best,
Sylvain

[-- Attachment #1.2: Type: text/html, Size: 949 bytes --]

[-- Attachment #2: Type: text/plain, Size: 493 bytes --]

___________________________________________________________________________________
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] 2+ messages in thread

* Re: context.delayed is incompatible with some functions
  2020-11-01 18:24 context.delayed is incompatible with some functions Sylvain Hubert
@ 2020-11-01 23:33 ` Hans Hagen
  0 siblings, 0 replies; 2+ messages in thread
From: Hans Hagen @ 2020-11-01 23:33 UTC (permalink / raw)
  To: mailing list for ConTeXt users, Sylvain Hubert

On 11/1/2020 7:24 PM, Sylvain Hubert wrote:
> Dear List,
> 
> I was reading Typesetting in Lua using LuaTEX 
> <https://www.ntg.nl/maps/41/11.pdf>. By playing with the examples in the 
> article, I found that
>    `context.chapter(context.delayed("one"))`
> does not render the delayed text properly, while
>    `context.bf <http://context.bf>(context.delayed("one"))`
> does.
> 
> I would like to ask whether this difference is by design and, if not, 
> whether there is any systematic way of giving delayed arguments to 
> `context.chapter`, where by "systematic way" I'm referring to a proper 
> use of the existing definition of "\chapter" instead of any faked 
> duplication of it that visually resembles a chapter title.
by design

\ctxlua{context.chapter(context.delayed("one"))}

\setuphead[chapter][expansion=yes]

\ctxlua{context.chapter(context.delayed("one"))}

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] 2+ messages in thread

end of thread, other threads:[~2020-11-01 23:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-01 18:24 context.delayed is incompatible with some functions Sylvain Hubert
2020-11-01 23:33 ` Hans Hagen

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