ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: "Jairo A. del Rio" <jairoadelrio6@gmail.com>
To: Wolfgang Schuster <wolfgang.schuster.lists@gmail.com>
Cc: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: Loop?
Date: Fri, 12 Feb 2021 14:48:23 -0500	[thread overview]
Message-ID: <CAKyqqaZEkdMNqjB9+wtGBupNFJ9bm8R5YuDc7gZ53QEMRM6wVA@mail.gmail.com> (raw)
In-Reply-To: <6aaa806e-5fb0-61b3-03ca-c56287aabd38@gmail.com>


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

Oh, I knew about the environment form, but I didn't know about
\currentcommalistitem. Useful to avoid to define ad hoc commands :)
As always, thank you very much for the lesson.

Best regards,

Jairo

El vie, 12 de feb. de 2021 a la(s) 14:25, Wolfgang Schuster (
wolfgang.schuster.lists@gmail.com) escribió:

> Jairo A. del Rio schrieb am 12.02.2021 um 19:50:
> > Hi, Ángel. Like this?
> >
> > \def\mylist{Fulano,Mengano,Sutano}
> >
> > \def\mycommand#1{#1\blank{\red Something here}\blank}
> >
> > \starttext
> >
> > \processcommacommand[\mylist]\mycommand
> >
> > \stoptext
> >
> > There are better ways to deal with data in ConTeXt, but it's basically
> > that way, I think.
>
>
> You can use the commalist environment:
>
> \starttext
>
> \startprocesscommalist[One,Two,Three,Four]
>      Person Number \currentcommalistitem\par
> \stopprocesscommalist
>
> \blank
>
> \defineexpandable\NameList{One,Two,Three,Four}
>
> \startprocesscommacommand[\NameList]
>      Person Number \currentcommalistitem\par
> \stopprocesscommacommand
>
> \stoptext
>
>
> Another way is to use the database module:
>
> \usemodule[database]
>
> \starttext
>
> \defineseparatedlist
>    [namelist]
>    [command=\NameEntry]
>
> \starttexdefinition unexpanded NameEntry #1
>      Person Number #1\par
> \stoptexdefinition
>
> \startseparatedlist[namelist]
> One
> Two
> Three
> Four
> \stopseparatedlist
>
> \stoptext
>
>
> Wolfgang
>

[-- Attachment #1.2: Type: text/html, Size: 2034 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
___________________________________________________________________________________

  reply	other threads:[~2021-02-12 19:48 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-02-12 18:39 Loop? Angel M Alganza
2021-02-12 18:50 ` Loop? Thomas A. Schmitz
2021-02-12 18:50 ` Loop? Jairo A. del Rio
2021-02-12 18:52   ` Loop? Jairo A. del Rio
2021-02-12 19:25   ` Loop? Wolfgang Schuster
2021-02-12 19:48     ` Jairo A. del Rio [this message]
2021-02-13 10:42       ` Loop? Angel M Alganza
2021-02-13 11:12         ` Loop? Wolfgang Schuster
2021-02-13 13:23           ` Loop? Angel M Alganza
2021-02-13 13:39             ` Loop? Hans Hagen
2021-02-12 19:49   ` Loop? Angel M Alganza
2021-02-12 19:57     ` Loop? Jairo A. del Rio

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAKyqqaZEkdMNqjB9+wtGBupNFJ9bm8R5YuDc7gZ53QEMRM6wVA@mail.gmail.com \
    --to=jairoadelrio6@gmail.com \
    --cc=ntg-context@ntg.nl \
    --cc=wolfgang.schuster.lists@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).