Am 01.12.2011 um 22:02 schrieb Chris Lott:

> I'm new to ConTeXt, but I have searched for this myself... I'm trying
> to format the footnote numbers that appear in the text of my
> documents. I've used this to change them from being blue (there may be
> a better way-- I am generating PDFs for print, so don't need the
> hyperlinks) using the following:
> \setupinteraction[state=start,color=black,contrastcolor=black]

Why do you enable hyperlinks etc. when you don’t need them?

> Is this where I would control other formatting (size, face, format)?
> Can anyone provide or point to an example of formatting footnote
> numbers in text area of a doc?

\setupnote
  [footnote]
  [textstyle=italic,
   textcolor=green,
   textcommand=\inframed] % default: \high

\starttext
Hi there!\footnote{I’m a footnote.}
\stoptext

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