Footnotes italic or normal? And BEFORE for footnotes
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
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
Thank you Marco, this solved my problem (footnote numbers inside of Arabic
text) as well!
On 6 September 2013 10:07, 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
___________________________________________________________________________________ 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
___________________________________________________________________________________
participants (3)
-
"H. Özoguz"
-
J. R. Schmid
-
Marco Patzer