ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Footnote number followed by a dot
@ 2011-07-02 12:20 Andreas Harder
  2011-07-02 12:42 ` Wolfgang Schuster
  0 siblings, 1 reply; 5+ messages in thread
From: Andreas Harder @ 2011-07-02 12:20 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi all,

I'm pretty sure the following example worked a white ago

\setupnote [footnote] [numbercommand=,right={.}]

\starttext
\dorecurse{12}{test\footnote{test}}
\stoptext

Can someone help? I would like to have:

1. First footnote
2. Second footnote etc.

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


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

* Re: Footnote number followed by a dot
  2011-07-02 12:20 Footnote number followed by a dot Andreas Harder
@ 2011-07-02 12:42 ` Wolfgang Schuster
  2011-07-02 13:05   ` Andreas Harder
  0 siblings, 1 reply; 5+ messages in thread
From: Wolfgang Schuster @ 2011-07-02 12:42 UTC (permalink / raw)
  To: mailing list for ConTeXt users


Am 02.07.2011 um 14:20 schrieb Andreas Harder:

> Hi all,
> 
> I'm pretty sure the following example worked a white ago
> 
> \setupnote [footnote] [numbercommand=,right={.}]

Use \setupnotedefinition.

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] 5+ messages in thread

* Re: Footnote number followed by a dot
  2011-07-02 12:42 ` Wolfgang Schuster
@ 2011-07-02 13:05   ` Andreas Harder
  2011-07-02 13:52     ` Wolfgang Schuster
  0 siblings, 1 reply; 5+ messages in thread
From: Andreas Harder @ 2011-07-02 13:05 UTC (permalink / raw)
  To: mailing list for ConTeXt users


Am 02.07.2011 um 14:42 schrieb Wolfgang Schuster:

> 
> Am 02.07.2011 um 14:20 schrieb Andreas Harder:
> 
>> Hi all,
>> 
>> I'm pretty sure the following example worked a white ago
>> 
>> \setupnote [footnote] [numbercommand=,right={.}]
> 
> Use \setupnotedefinition.

Hi Woflgang,

I tried this allready

\setupnote           [footnote] [numbercommand=,]
\setupnotedefinition [footnote] [right={.}]

\starttext
\dorecurse{12}{test\footnote{test}}
\stoptext

The output is the same.

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
___________________________________________________________________________________


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

* Re: Footnote number followed by a dot
  2011-07-02 13:05   ` Andreas Harder
@ 2011-07-02 13:52     ` Wolfgang Schuster
  2011-07-02 14:00       ` Andreas Harder
  0 siblings, 1 reply; 5+ messages in thread
From: Wolfgang Schuster @ 2011-07-02 13:52 UTC (permalink / raw)
  To: mailing list for ConTeXt users


Am 02.07.2011 um 15:05 schrieb Andreas Harder:

> I tried this allready
> 
> \setupnote           [footnote] [numbercommand=,]
> \setupnotedefinition [footnote] [right={.}]
> 
> \starttext
> \dorecurse{12}{test\footnote{test}}
> \stoptext
> 
> The output is the same.

Use this:

\setupnote [footnote] [numbercommand=\groupedcommand{}{.}]

\starttext
\dorecurse{12}{test\footnote{test} }
\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] 5+ messages in thread

* Re: Footnote number followed by a dot
  2011-07-02 13:52     ` Wolfgang Schuster
@ 2011-07-02 14:00       ` Andreas Harder
  0 siblings, 0 replies; 5+ messages in thread
From: Andreas Harder @ 2011-07-02 14:00 UTC (permalink / raw)
  To: mailing list for ConTeXt users


Am 02.07.2011 um 15:52 schrieb Wolfgang Schuster:

> 
> Am 02.07.2011 um 15:05 schrieb Andreas Harder:
> 
>> I tried this allready
>> 
>> \setupnote           [footnote] [numbercommand=,]
>> \setupnotedefinition [footnote] [right={.}]
>> 
>> \starttext
>> \dorecurse{12}{test\footnote{test}}
>> \stoptext
>> 
>> The output is the same.
> 
> Use this:
> 
> \setupnote [footnote] [numbercommand=\groupedcommand{}{.}]
> 
> \starttext
> \dorecurse{12}{test\footnote{test} }
> \stoptext

Thanks Wolfgang!

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
___________________________________________________________________________________


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

end of thread, other threads:[~2011-07-02 14:00 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-07-02 12:20 Footnote number followed by a dot Andreas Harder
2011-07-02 12:42 ` Wolfgang Schuster
2011-07-02 13:05   ` Andreas Harder
2011-07-02 13:52     ` Wolfgang Schuster
2011-07-02 14:00       ` Andreas Harder

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