Re: [NTG-context] Footnote mark gap

2014-03-01 Thread Wolfgang Schuster

Am 28.02.2014 um 19:56 schrieb Jan Tosovsky :

> On 2014-02-27 Wolfgang Schuster wrote: 
>> Am 27.02.2014 um 23:19 schrieb Thangalin :
>> 
>>> Try:
>>> 
>>> \setupfootnotes[
>>> textstyle={\hskip.05em},
>>> ]
>> 
>> It's better to add the space with the textcommand key.
>> 
>> \setupnote[footnote][textcommand={\hairspace\high}]
> 
> Thanks! I was trying \hskip on \setupnotation[footnote] before as I though
> this command is preferred in MkIV. My fault. 

The \setupnotation command replaced the old \setupnotedefintion command and a 
few setting
like counter related values moved from \setupnote to \setupnotation but the 
layout of the numbers
in the text body is still controlled by \setupnote.

> When I saw 'hairspace' I was afraid the footnote mark can wrap to the next
> line, but after some tests it seems to be a false assumption.

Yes, \hairspace is a unbreakable space and will kep the number together with 
the last word.

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] Footnote mark gap

2014-02-28 Thread Jan Tosovsky
On 2014-02-27 Wolfgang Schuster wrote: 
> Am 27.02.2014 um 23:19 schrieb Thangalin :
> 
> > Try:
> >
> > \setupfootnotes[
> >  textstyle={\hskip.05em},
> > ]
> 
> It's better to add the space with the textcommand key.
> 
> \setupnote[footnote][textcommand={\hairspace\high}]

Thanks! I was trying \hskip on \setupnotation[footnote] before as I though
this command is preferred in MkIV. My fault. 

When I saw 'hairspace' I was afraid the footnote mark can wrap to the next
line, but after some tests it seems to be a false assumption.

Jan

___
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] Footnote mark gap

2014-02-27 Thread Wolfgang Schuster

Am 27.02.2014 um 23:19 schrieb Thangalin :

> Try:
> 
> \setupfootnotes[
>  textstyle={\hskip.05em},
> ]

It’s better to add the space with the textcommand key.

\setupnote[footnote][textcommand={\hairspace\high}]
%\setupnote[footnote][textcommand={\thinspace\high}]

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] Footnote mark gap

2014-02-27 Thread Thangalin
Try:

\setupfootnotes[
  textstyle={\hskip.05em},
]
___
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] Footnote mark gap

2014-02-27 Thread Jan Tosovsky
Dear All,

when footnotes are placed after certain accented characters, the
corresponding footnote marks are rendered too close to them:

\starttext
í\footnote{í}
T\footnote{T}
ľ\footnote{ľ}
ě\footnote{ě}
ď\footnote{ď}
\stoptext

Is there any option for making this distance a bit larger?

On the other hand this gap may produce too much white space when placed
after characters like period or comma...

Ideally it could be positioned 'optically' ;-)

Regards, Jan

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