From: Wolfgang Schuster <wolfgang.schuster.lists@gmail.com>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: Sections in content: macros v text
Date: Wed, 7 Oct 2020 17:12:42 +0200 [thread overview]
Message-ID: <2b7d9b13-ec05-91ce-a56e-16d7ab7a6837@gmail.com> (raw)
In-Reply-To: <20201005182059.GA19096@akela.mendelu.cz>
Tomas Hala schrieb am 05.10.2020 um 20:20:
> Hi all,
>
> the content generated by the MWE below contains
> 1 bb ... 1
> 2 bb ... 1
> instead of
> 1 aa ... 1
> 2 bb ... 1
> because the content structure refers to the macro name \name in both sections instead of to work with the text.
>
> Maybe it was already discussed by I am not able to find any solution how to send the text "aa" to the content in this case.
>
> Thanks in advance for any hint.
>
> Best wishes,
>
> Tomáš
>
> MWE (TL2020):
> \starttext
> \define\name{aa} \startsection[title=\name,list=\name] \stopsection
> \define\name{bb} \startsection[title=\name,list=\name] \stopsection
> \completecontent
> \stoptext
Variant 1:
\setuphead[section][expansion=yes]
\starttext
\defineexpandable\name{aa}
\startsection[title=\name,list=\name] \stopsection
\defineexpandable\name{bb}
\startsection[title=\name,list=\name] \stopsection
\completecontent
\stoptext
Variant 2:
\starttext
\defineexpandable\name{aa}
\expanded{\startsection[title=\name,list=\name]} \stopsection
\defineexpandable\name{bb}
\expanded{\startsection[title=\name,list=\name]} \stopsection
\completecontent
\stoptext
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
___________________________________________________________________________________
next prev parent reply other threads:[~2020-10-07 15:12 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-10-05 18:20 Tomas Hala
2020-10-07 15:12 ` Wolfgang Schuster [this message]
2020-10-07 19:31 ` Tomas Hala
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=2b7d9b13-ec05-91ce-a56e-16d7ab7a6837@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).