ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Formatting footnote numbers (in text)
@ 2011-12-01 21:02 Chris Lott
  2011-12-01 21:40 ` Wolfgang Schuster
  0 siblings, 1 reply; 3+ messages in thread
From: Chris Lott @ 2011-12-01 21:02 UTC (permalink / raw)
  To: Mailing list for ConTeXt users

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]

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?

c
--
Chris Lott
___________________________________________________________________________________
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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Formatting footnote numbers (in text)
  2011-12-01 21:02 Formatting footnote numbers (in text) Chris Lott
@ 2011-12-01 21:40 ` Wolfgang Schuster
  2011-12-02 20:02   ` Chris Lott
  0 siblings, 1 reply; 3+ messages in thread
From: Wolfgang Schuster @ 2011-12-01 21:40 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Formatting footnote numbers (in text)
  2011-12-01 21:40 ` Wolfgang Schuster
@ 2011-12-02 20:02   ` Chris Lott
  0 siblings, 0 replies; 3+ messages in thread
From: Chris Lott @ 2011-12-02 20:02 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Thu, Dec 1, 2011 at 11:40 AM, Wolfgang Schuster
<schuster.wolfgang@googlemail.com> wrote:
>
> 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?

Because I don't (yet) know how to disable them. I decided to switch
from LaTeX and needed to do so quickly as it appears it will-- in the
long term-- meet my needs more effective. But my workflow at the
moment is Markdown ->Pandoc ->ConTeXt via context xxx.tex, which spits
out a PDF with blue, hyperlinked bookmarks (which don't work very well
with footnotes on screen anyway) to footnotes.

Thanks for the formatting example, which takes care of the immediate need.

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


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-12-02 20:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-12-01 21:02 Formatting footnote numbers (in text) Chris Lott
2011-12-01 21:40 ` Wolfgang Schuster
2011-12-02 20:02   ` Chris Lott

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).