ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Tomas Hala <tomas.hala@mendelu.cz>
To: Wolfgang Schuster <wolfgang.schuster.lists@gmail.com>
Cc: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: Sections in content: macros v text
Date: Wed, 7 Oct 2020 21:31:58 +0200	[thread overview]
Message-ID: <20201007193158.GA7919@akela.mendelu.cz> (raw)
In-Reply-To: <2b7d9b13-ec05-91ce-a56e-16d7ab7a6837@gmail.com>

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
___________________________________________________________________________________

      reply	other threads:[~2020-10-07 19:31 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
2020-10-07 19:31   ` Tomas Hala [this message]

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=20201007193158.GA7919@akela.mendelu.cz \
    --to=tomas.hala@mendelu.cz \
    --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).