[NTG-context] alternative \about for \section?

2014-06-09 Thread Pablo Rodriguez
Dear list,

I have the following sample:

\starttext
\startsection[title={Section}, label={different section label},
reference={key:section}]

\about[key:section]
\stopsection
\stoptext

I thought that label would give me an alternative section title in
references.

Is there any way to get it?

BTW, what is the purpose of label?

Many thanks for your help,


Pablo
-- 
http://www.ousia.tk
___
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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] alternative \about for \section?

2014-06-09 Thread Wolfgang Schuster

Am 09.06.2014 um 22:07 schrieb Pablo Rodriguez oi...@gmx.es:

 Dear list,
 
 I have the following sample:
 
 \starttext
 \startsection[title={Section}, label={different section label},
 reference={key:section}]
 
 \about[key:section]
 \stopsection
 \stoptext
 
 I thought that label would give me an alternative section title in
 references.
 
 Is there any way to get it?
 
 BTW, what is the purpose of label?

It’s a internal key which holds the name of the prefix for the section number 
which could be set with the \setuplabeltext command when you want “Chapter 1: 
Title for the chapter” instead of “1: Title for the chapter”.

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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] alternative \about for \section?

2014-06-09 Thread Pablo Rodriguez
On 06/09/2014 10:48 PM, Wolfgang Schuster wrote:

 BTW, what is the purpose of label?
 
 It’s a internal key which holds the name of the prefix for the
 section number which could be set with the \setuplabeltext command when you 
 want
 “Chapter 1: Title for the chapter” instead of “1: Title for the chapter”.

Many thanks for your reply, Wolfgang,

Everything is clear now.

Many thanks for your help,


Pablo
-- 
http://www.ousia.tk
___
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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___