Re: [NTG-context] Get section's uservarialbe inside the section

2020-11-07 Thread Sylvain Hubert
On Sat, 7 Nov 2020 at 20:37, Wolfgang Schuster <
wolfgang.schuster.li...@gmail.com> wrote:

> \structurelistuservariable is for lists (e.g. the table of contents),
> to access the values in your text use \structureuservariable.
>

Indeed. Thanks for the help, 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
___


Re: [NTG-context] Get section's uservarialbe inside the section

2020-11-07 Thread Wolfgang Schuster

Sylvain Hubert schrieb am 07.11.2020 um 20:32:

Dear List,

I have sections tagged with authors:

     \startsection[title={Title}][author={Author}] ... \stopsection

The authors were to be included in the table of contents using 
\structurelistuservariable{author}. Now I would also like to mention the 
authors inside the sections, but


     \startsection[title={Title}][author={Author}] 
\structurelistuservariable{author} \stopsection


doesn't work.

Could anyone help me with this? Thanks!


\structurelistuservariable is for lists (e.g. the table of contents),
to access the values in your text use \structureuservariable.

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
___


[NTG-context] Get section's uservarialbe inside the section

2020-11-07 Thread Sylvain Hubert
Dear List,

I have sections tagged with authors:

\startsection[title={Title}][author={Author}] ... \stopsection

The authors were to be included in the table of contents using
\structurelistuservariable{author}. Now I would also like to mention the
authors inside the sections, but

\startsection[title={Title}][author={Author}]
\structurelistuservariable{author} \stopsection

doesn't work.

Could anyone help me with this? Thanks!

Best,
Sylvain
___
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
___