ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* process list items differently depending on position in list
@ 2022-05-02  7:14 Denis Maier via ntg-context
  2022-05-02 10:09 ` Denis Maier via ntg-context
  0 siblings, 1 reply; 4+ messages in thread
From: Denis Maier via ntg-context @ 2022-05-02  7:14 UTC (permalink / raw)
  To: ntg-context; +Cc: denis.maier


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

Hi,

I need to process a comma separated list, and adapt the formatting according to the position of an item in the list (example below). Expected output would be:
{\bf foo
}, {\em bar} and baz.

Is that possible? Can I somehow get the position of an item in the list? (My understanding is that \processcommalist and \processcommacommand apply a command to each list item, but there is no such thing as <position in the list>... I hope I'm wrong here.)

Or is that something where using Lua would be a better choice?

Best,
Denis

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\define[1]\command
  {#1}

\define\somelist
  {foo, bar, baz}

\starttext

  \processcommacommand
    [\somelist]
    \command

\stoptext
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%


[-- Attachment #1.2: Type: text/html, Size: 3521 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] 4+ messages in thread

end of thread, other threads:[~2022-05-02 11:50 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-02  7:14 process list items differently depending on position in list Denis Maier via ntg-context
2022-05-02 10:09 ` Denis Maier via ntg-context
2022-05-02 10:33   ` Hans Hagen via ntg-context
2022-05-02 11:50     ` Denis Maier via ntg-context

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