[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 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, independent from the textstyle 
of the text, they were set in?


2. I want to add a \narrownobreakspace before every footnote-number 
(because of the closing quotation marks, which often overlap with them, 
especially if they are set italic). One manual way would be this:


Any text.\narrownobreakspace\footnote{fn}

But how can I do it generally in the style-file? Is there something like 
a before key for the fn-numbers?


Best would be, if this \narrownobreakspace would be only set, if an 
quotation mark comes directly before the fn-number. But I guess that is 
not easy, so the general solution would be ok, too.


Huseyin
___
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] 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, independent from the
 textstyle of the text, they were set in?

  \setupnote
[footnote]
[textstyle=normal]

 2. I want to add a \narrownobreakspace before every footnote-number
 (because of the closing quotation marks, which often overlap with
 them, especially if they are set italic).

  \setupnote
[footnote]
[textstyle=small,
 textcommand=\FootNoteCmd]

  \define[1]\FootNoteCmd
{\narrownobreakspace\high{#1}}


Marco


signature.asc
Description: Digital signature
___
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] 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 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] 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 li...@homerow.info 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 beautiful?
  \stoptext
 
  You see, the first number is italic, the second normal. How can I
  force ALL fn-numbers to appear in normal style, independent from the
  textstyle of the text, they were set in?

   \setupnote
 [footnote]
 [textstyle=normal]

  2. I want to add a \narrownobreakspace before every footnote-number
  (because of the closing quotation marks, which often overlap with
  them, especially if they are set italic).

   \setupnote
 [footnote]
 [textstyle=small,
  textcommand=\FootNoteCmd]

   \define[1]\FootNoteCmd
 {\narrownobreakspace\high{#1}}


 Marco


 ___
 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

 ___

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