ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Wolfgang Schuster <wolfgang.schuster.lists@gmail.com>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: Loop?
Date: Sat, 13 Feb 2021 12:12:47 +0100	[thread overview]
Message-ID: <c0928386-33da-5206-c18f-e001ceb3de89@gmail.com> (raw)
In-Reply-To: <20210213104240.GJ6275@zombi.ugr.es>

Angel M Alganza schrieb am 13.02.2021 um 11:42:
> On Fri, Feb 12, 2021 at 02:48:23PM -0500, Jairo A. del Rio wrote:
>> Oh, I knew about the environment form, but I didn't know about
> 
>> El vie, 12 de feb. de 2021 a la(s) 14:25, Wolfgang Schuster (
>> wolfgang.schuster.lists@gmail.com) escribió:
> 
>>> You can use the commalist environment:
> 
>>> Another way is to use the database module:
> 
> Thank you so much, Jairo and Wolfgang.
> All your solutions work fine!
> 
> I had been looking for info on loops and some other ideas for a few days
> already.  I never thought about "lists".   :-)


Below is another version.

Using the \startsetups block to set the content for the loop/list makes 
it easier to strucuture (format) the text. With \recursestring you can 
print the value of the current loop entry.

The list of entries for the loop can be moved from the argument itself 
to a macro. To make adding and removing (can be done by commenting 
entries with %) you can use the \starttexdefinition environment with 
each name on a separate line.

%%%% begin example
\starttext

\startsetups [NameEntry]
     Person Number \recursestring\par
\stopsetups

\doloopoverlist{One,Two,Three,Four}{\directsetup{NameEntry}}

\blank

%\defineexpandable\NameList
%  {One,
%   Two,
%   Three,
%   Four}

\starttexdefinition NameList
     One,
     Two,
     Three,
     Four
\stoptexdefinition

\doloopoverlist{\NameList}{\directsetup{NameEntry}}

\stoptext
%%%% end example

Wolfgang
___________________________________________________________________________________
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-13 11:12 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     ` Loop? Jairo A. del Rio
2021-02-13 10:42       ` Loop? Angel M Alganza
2021-02-13 11:12         ` Wolfgang Schuster [this message]
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=c0928386-33da-5206-c18f-e001ceb3de89@gmail.com \
    --to=wolfgang.schuster.lists@gmail.com \
    --cc=ntg-context@ntg.nl \
    /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).