Hi all,

I'm trying to set the superscript-fontfeature for footnote-numbers, but there 
isn't a '(text)numberstyle'-command, so what's the way to achieve this?

So far I've this:

\starttypescript [serif] [linlibertine]
  \definefontsynonym [Serif] [LinLibertine-Regular] [features=default]
\stoptypescript

\starttypescript [serif] [linlibertine]
  \definefontsynonym [LinLibertine-Regular] [name:linuxlibertineo] 
[features=default]
\stoptypescript

\starttypescript [linlibertine]
  \definetypeface [linlibertine] [rm] [serif] [linlibertine] [default]
\stoptypescript

\definefontfeature[sups][sups=yes]

\usetypescript[linlibertine]
\setupbodyfont[linlibertine]

% \defineconversion[sups][\red\setff{sups}\arabicnumerals]
\definestructureconversionset[sups][][Romannumerals]

\setupnote
  [footnote]
  [command=\myfootnotecommand,
  % numberconversionset=sups,
  % textnumberstyle=\setff{sups}, % would be nice
  ]

\def\myfootnotecommand#1{\hbox to .5em{\setff{sups}#1}}


\starttext 
\dorecurse{12}{This\footnote{Hello World #1} is a test. }
\stoptext


Thanks in advance

        Andreas
___________________________________________________________________________________
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
___________________________________________________________________________________

Reply via email to