ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* formatting \note output
@ 2005-09-22 11:18 Alan Bowen
  2005-09-22 11:58 ` Christopher Creutzig
  2005-09-22 20:58 ` Brooks Moses
  0 siblings, 2 replies; 4+ messages in thread
From: Alan Bowen @ 2005-09-22 11:18 UTC (permalink / raw)


Though I have asked this question before and there was no response, I  
thought I would ask the following once more (before going through my  
source files and making the changes by hand).

Does anyone know how to modify or adapt \note so that the output is a  
footnote number in normal/body text format---e.g., “(ref.\ \note 
[lemur])” becomes “(ref.\ 9)”---rather than a superscripted numeral?

Thanks for any help.

Alan

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

* Re: formatting \note output
  2005-09-22 11:18 formatting \note output Alan Bowen
@ 2005-09-22 11:58 ` Christopher Creutzig
  2005-09-22 20:58 ` Brooks Moses
  1 sibling, 0 replies; 4+ messages in thread
From: Christopher Creutzig @ 2005-09-22 11:58 UTC (permalink / raw)


Alan Bowen wrote:
> Does anyone know how to modify or adapt \note so that the output is a 
> footnote number in normal/body text format---e.g., “(ref.\ \note
> [lemur])” becomes “(ref.\ 9)”---rather than a superscripted numeral?

\starttext
footnote\footnote[lemur]{test}
has number \in[lemur]
\stoptext


Christopher

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

* Re: formatting \note output
  2005-09-22 11:18 formatting \note output Alan Bowen
  2005-09-22 11:58 ` Christopher Creutzig
@ 2005-09-22 20:58 ` Brooks Moses
  2005-09-23 11:53   ` Alan Bowen
  1 sibling, 1 reply; 4+ messages in thread
From: Brooks Moses @ 2005-09-22 20:58 UTC (permalink / raw)


At 04:18 AM 9/22/2005, Alan Bowen <acbowen@Princeton.EDU> wrote:
>Though I have asked this question before and there was no response, I
>thought I would ask the following once more (before going through my
>source files and making the changes by hand).
>
>Does anyone know how to modify or adapt \note so that the output is a
>footnote number in normal/body text format---e.g., "(ref.\ \note [lemur])" 
>becomes "(ref.\ 9)"---rather than a superscripted numeral?

As I noted on the Wiki's footnotes page when I discovered this, \note is 
basically equivalent to the standard \in function for accessing references, 
except that it typesets the result as a superscript.

Thus, you can use \in rather than \note to reference a footnote number in 
normal format -- e.g., "(ref.\ \in[lemur])", for your example, though using 
"(\in{ref.}[lemur])" will do a better job with any hyperlinks, since the 
word "ref." will be included in the hyperlink.  And, if for some bizarre 
reason you want to reference a section number by setting it as a 
superscript, you can use \note instead of \in for that.

- Brooks

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

* Re: formatting \note output
  2005-09-22 20:58 ` Brooks Moses
@ 2005-09-23 11:53   ` Alan Bowen
  0 siblings, 0 replies; 4+ messages in thread
From: Alan Bowen @ 2005-09-23 11:53 UTC (permalink / raw)


Brooks and Christopher—

Many thanks for your help! \in is just what I wanted, and \in{ref.} 
[lemur] works perfectly.

All best, Alan


On Sep 22, 2005, at 4:58 PM, Brooks Moses wrote:

> At 04:18 AM 9/22/2005, Alan Bowen <acbowen@Princeton.EDU> wrote:
>
>> Though I have asked this question before and there was no response, I
>> thought I would ask the following once more (before going through my
>> source files and making the changes by hand).
>>
>> Does anyone know how to modify or adapt \note so that the output is a
>> footnote number in normal/body text format---e.g., "(ref.\ \note  
>> [lemur])" becomes "(ref.\ 9)"---rather than a superscripted numeral?
>>
>
> As I noted on the Wiki's footnotes page when I discovered this,  
> \note is basically equivalent to the standard \in function for  
> accessing references, except that it typesets the result as a  
> superscript.
>
> Thus, you can use \in rather than \note to reference a footnote  
> number in normal format -- e.g., "(ref.\ \in[lemur])", for your  
> example, though using "(\in{ref.}[lemur])" will do a better job  
> with any hyperlinks, since the word "ref." will be included in the  
> hyperlink.  And, if for some bizarre reason you want to reference a  
> section number by setting it as a superscript, you can use \note  
> instead of \in for that.
>
> - Brooks
>
> _______________________________________________
> ntg-context mailing list
> ntg-context@ntg.nl
> http://www.ntg.nl/mailman/listinfo/ntg-context
>

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

end of thread, other threads:[~2005-09-23 11:53 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-09-22 11:18 formatting \note output Alan Bowen
2005-09-22 11:58 ` Christopher Creutzig
2005-09-22 20:58 ` Brooks Moses
2005-09-23 11:53   ` Alan Bowen

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).