Re: [NTG-context] footnote marks fail
Taco Hoekwater wrote:
I may be missing something on my side, but I can't get sups=yes to work at all.
\definefontfeature[default][default][mode=node,script=latn,sups=yes] \switchtobodyfont[palatino,11pt]
It may well be that this palatino doesn't have the sups feature. Let me put it this way: \starttext text1\footnote{1footnote} \stoptext This will produce four instances of the numeral '1'. Suppose I want them all to look exactly alike. In other words, suppose I didn't want either footnote mark to be rescaled or elevated at all. How could I do that?
On 13-4-2010 12:16, Michael Saunders wrote:
Taco Hoekwater wrote:
I may be missing something on my side, but I can't get sups=yes to work at all.
\definefontfeature[default][default][mode=node,script=latn,sups=yes] \switchtobodyfont[palatino,11pt]
It may well be that this palatino doesn't have the sups feature. Let me put it this way:
\starttext text1\footnote{1footnote} \stoptext
This will produce four instances of the numeral '1'. Suppose I want them all to look exactly alike. In other words, suppose I didn't want either footnote mark to be rescaled or elevated at all. How could I do that?
you cannot trust open type features like sups and frac as you can never be sure how complete these are and if the ruled laid down in the font are okay; some of these features are really meant to be applied specifically (select piece of text and apply in dtp) i have plans to cook up an alternative font handler fot such features (using shapes but not feature info per se) Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
Michael Saunders wrote:
Taco Hoekwater wrote:
I may be missing something on my side, but I can't get sups=yes to work at all.
\definefontfeature[default][default][mode=node,script=latn,sups=yes] \switchtobodyfont[palatino,11pt]
It may well be that this palatino doesn't have the sups feature. Let me put it this way:
\starttext text1\footnote{1footnote} \stoptext
This will produce four instances of the numeral '1'. Suppose I want them all to look exactly alike. In other words, suppose I didn't want either footnote mark to be rescaled or elevated at all. How could I do that?
\setupfootnotes[textcommand=,numbercommand=,style=,bodyfont=]
On Tue, Apr 13 2010, Taco Hoekwater wrote:
\starttext text1\footnote{1footnote} \stoptext
This will produce four instances of the numeral '1'. Suppose I want them all to look exactly alike. In other words, suppose I didn't want either footnote mark to be rescaled or elevated at all. How could I do that?
\setupfootnotes[textcommand=,numbercommand=,style=,bodyfont=]
And textstyle: \setupfootnotes[numbercommand=, textcommand=, style=, textstyle=, bodyfont=] ;) Cheers, Peter -- Contact information: http://pmrb.free.fr/contact/
Am 13.04.2010 um 13:16 schrieb Peter Münster:
On Tue, Apr 13 2010, Taco Hoekwater wrote:
\starttext text1\footnote{1footnote} \stoptext
This will produce four instances of the numeral '1'. Suppose I want them all to look exactly alike. In other words, suppose I didn't want either footnote mark to be rescaled or elevated at all. How could I do that?
\setupfootnotes[textcommand=,numbercommand=,style=,bodyfont=]
And textstyle:
\setupfootnotes[numbercommand=, textcommand=, style=, textstyle=, bodyfont=]
;)
Cheers, Peter
It must be "localbodyfont=", right? Steffen
participants (5)
-
Hans Hagen
-
Michael Saunders
-
Peter Münster
-
Steffen Wolfrum
-
Taco Hoekwater