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]

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 \h

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

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

[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 ot