* Sections in content: macros v text
@ 2020-10-05 18:20 Tomas Hala
2020-10-07 15:12 ` Wolfgang Schuster
0 siblings, 1 reply; 3+ messages in thread
From: Tomas Hala @ 2020-10-05 18:20 UTC (permalink / raw)
To: Mailing list ConTeXt
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
___________________________________________________________________________________
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] 3+ messages in thread
* Re: Sections in content: macros v text
2020-10-05 18:20 Sections in content: macros v text Tomas Hala
@ 2020-10-07 15:12 ` Wolfgang Schuster
2020-10-07 19:31 ` Tomas Hala
0 siblings, 1 reply; 3+ messages in thread
From: Wolfgang Schuster @ 2020-10-07 15:12 UTC (permalink / raw)
To: mailing list for ConTeXt users
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
___________________________________________________________________________________
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Sections in content: macros v text
2020-10-07 15:12 ` Wolfgang Schuster
@ 2020-10-07 19:31 ` Tomas Hala
0 siblings, 0 replies; 3+ messages in thread
From: Tomas Hala @ 2020-10-07 19:31 UTC (permalink / raw)
To: Wolfgang Schuster; +Cc: mailing list for ConTeXt users
Thank you, Wolfgang, that's it!
Tomáš
Wed, Oct 07, 2020 ve 05:12:42PM +0200 Wolfgang Schuster napsal(a):
# 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
Tomáš Hála
--------------------------------------------------------------------
Mendelova univerzita, Provozně ekonomická fakulta, ústav informatiky
Zemědělská 1, CZ-613 00 Brno, tel. +420 545 13 22 28
--------------------------------------------------------------------
http://akela.mendelu.cz/~thala
___________________________________________________________________________________
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] 3+ messages in thread
end of thread, other threads:[~2020-10-07 19:31 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-05 18:20 Sections in content: macros v text Tomas Hala
2020-10-07 15:12 ` Wolfgang Schuster
2020-10-07 19:31 ` Tomas Hala
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).