Re: [NTG-context] Footnotes italic or normal? And BEFORE for footnotes

2013-09-06 Thread J. R. Schmid
Thank you Marco, this solved my problem (footnote numbers inside of Arabic text) as well! On 6 September 2013 10:07, Marco Patzer wrote: > On 2013–09–06 "H. Özoguz" wrote: > > > \starttext > > {\it This was\footnote{And actually is.} my way of typesetting.} > > Is\footnote{Another fn.} this not

Re: [NTG-context] Footnotes italic or normal? And BEFORE for footnotes

2013-09-06 Thread H. Özoguz
\setupnote [footnote] [textstyle=small, textcommand=\FootNoteCmd] \define[1]\FootNoteCmd {\narrownobreakspace\high{#1}} Marco Perfect, thanks Marco! ___ If your question is of interest t

Re: [NTG-context] Footnotes italic or normal? And BEFORE for footnotes

2013-09-06 Thread Marco Patzer
On 2013–09–06 "H. Özoguz" wrote: > \starttext > {\it This was\footnote{And actually is.} my way of typesetting.} > Is\footnote{Another fn.} this not beautiful? > \stoptext > > You see, the first number is italic, the second normal. How can I > force ALL fn-numbers to appear in normal style, indep

[NTG-context] Footnotes italic or normal? And BEFORE for footnotes

2013-09-06 Thread H. Özoguz
Two questions about footnotes: 1. By default the footnote-number (now always speaking of the fn-numbers in the text, not at the buttom) appears in the same style, like the text. E.g.: \starttext {\it This was\footnote{And actually is.} my way of typesetting.} Is\footnote{Another fn.} this no