[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] Pagebreak forced after mixedcolumns (new bug?)

2014-06-09 Thread Joshua Krämer
On 2014-06-08, 23:34, Hans Hagen wrote:
 does
 balance=yes
 help?

Yes, it helps.  Thank you!

Kind regards,
Joshua


___
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
___


[NTG-context] question about italic correction

2014-06-09 Thread Pablo Rodriguez
Dear list,

I would like to show the difference with italic correction (as well as
with expansion and protrusion).

I have the following sample:

   \definefontfeature[default][default][itlc=yes]
   \definefontfeature[noitlc][default][itlc=no]
   \setupitaliccorrection[global,always]
   \starttext
   {\em of}) \adff[noitlc] {\em of})
   \stoptext

Is there no way to show italic correction enabled and disabled in the
same document?

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] question about italic correction

2014-06-09 Thread Wolfgang Schuster

Am 09.06.2014 um 23:27 schrieb Pablo Rodriguez oi...@gmx.es:

 Dear list,
 
 I would like to show the difference with italic correction (as well as
 with expansion and protrusion).
 
 I have the following sample:
 
   \definefontfeature[default][default][itlc=yes]
   \definefontfeature[noitlc][default][itlc=no]
   \setupitaliccorrection[global,always]
   \starttext
   {\em of}) \adff[noitlc] {\em of})
   \stoptext
 
 Is there no way to show italic correction enabled and disabled in the
 same document?

Take a look at page 136f at the mkiv fonts [1] manual to see how you can
create overlapping texts for the demonstration of the differences.

[1] http://pragma-ade.com/show-man-54.htm

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
___