ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* wrong footnote number with latest beta
@ 2012-02-10 17:55 Pablo Rodríguez
  2012-02-10 18:50 ` Wolfgang Schuster
  0 siblings, 1 reply; 5+ messages in thread
From: Pablo Rodríguez @ 2012-02-10 17:55 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi there,

I like to have footnote numbers with normal text (no superscript) in the
footnote itself.

\setupnote[footnote][rule=off,numberstyle=\tf,numbercommand=]
\starttext
a\footnote{b}
\stoptext

The sample above works right with ConTeXt stable, but not with latest beta.

Am I doing something wrong or is this a bug?

Thanks for your help,


Pablo
-- 
http://www.oudeis.tk
___________________________________________________________________________________
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: wrong footnote number with latest beta
  2012-02-10 17:55 wrong footnote number with latest beta Pablo Rodríguez
@ 2012-02-10 18:50 ` Wolfgang Schuster
  2012-02-10 19:06   ` Pablo Rodríguez
  0 siblings, 1 reply; 5+ messages in thread
From: Wolfgang Schuster @ 2012-02-10 18:50 UTC (permalink / raw)
  To: mailing list for ConTeXt users


Am 10.02.2012 um 18:55 schrieb Pablo Rodríguez:

> Hi there,
> 
> I like to have footnote numbers with normal text (no superscript) in the
> footnote itself.
> 
> \setupnote[footnote][rule=off,numberstyle=\tf,numbercommand=]
> \starttext
> a\footnote{b}
> \stoptext
> 
> The sample above works right with ConTeXt stable, but not with latest beta.


You have to set the numbercommand value with the \setupnotation command.

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: wrong footnote number with latest beta
  2012-02-10 18:50 ` Wolfgang Schuster
@ 2012-02-10 19:06   ` Pablo Rodríguez
  2012-02-10 19:10     ` Wolfgang Schuster
  0 siblings, 1 reply; 5+ messages in thread
From: Pablo Rodríguez @ 2012-02-10 19:06 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On 02/10/2012 07:50 PM, Wolfgang Schuster wrote:
> 
> Am 10.02.2012 um 18:55 schrieb Pablo Rodríguez:
> 
>> Hi there,
>>
>> I like to have footnote numbers with normal text (no superscript) in the
>> footnote itself.
>>
>> \setupnote[footnote][rule=off,numberstyle=\tf,numbercommand=]
>> \starttext
>> a\footnote{b}
>> \stoptext
>>
>> The sample above works right with ConTeXt stable, but not with latest beta.
> 
> You have to set the numbercommand value with the \setupnotation command.

Many thanks for your help, Wolfgang.

Is there a document where this command is described? (I suspect that
this command is what will enable line note numbers in footnotes with
latest beta.)

Thanks for your help again,


Pablo
-- 
http://www.oudeis.tk
___________________________________________________________________________________
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: wrong footnote number with latest beta
  2012-02-10 19:06   ` Pablo Rodríguez
@ 2012-02-10 19:10     ` Wolfgang Schuster
  2012-02-10 19:23       ` Pablo Rodríguez
  0 siblings, 1 reply; 5+ messages in thread
From: Wolfgang Schuster @ 2012-02-10 19:10 UTC (permalink / raw)
  To: mailing list for ConTeXt users


Am 10.02.2012 um 20:06 schrieb Pablo Rodríguez:

> On 02/10/2012 07:50 PM, Wolfgang Schuster wrote:
>> 
>> Am 10.02.2012 um 18:55 schrieb Pablo Rodríguez:
>> 
>>> Hi there,
>>> 
>>> I like to have footnote numbers with normal text (no superscript) in the
>>> footnote itself.
>>> 
>>> \setupnote[footnote][rule=off,numberstyle=\tf,numbercommand=]
>>> \starttext
>>> a\footnote{b}
>>> \stoptext
>>> 
>>> The sample above works right with ConTeXt stable, but not with latest beta.
>> 
>> You have to set the numbercommand value with the \setupnotation command.
> 
> Many thanks for your help, Wolfgang.
> 
> Is there a document where this command is described? (I suspect that
> this command is what will enable line note numbers in footnotes with
> latest beta.)

As the command is about 1 week and was introduced with the rewrite
of the internals for the description, enumeration and note mechanism
the answer is no.

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: wrong footnote number with latest beta
  2012-02-10 19:10     ` Wolfgang Schuster
@ 2012-02-10 19:23       ` Pablo Rodríguez
  0 siblings, 0 replies; 5+ messages in thread
From: Pablo Rodríguez @ 2012-02-10 19:23 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On 02/10/2012 08:10 PM, Wolfgang Schuster wrote:
> Am 10.02.2012 um 20:06 schrieb Pablo Rodríguez:
>> On 02/10/2012 07:50 PM, Wolfgang Schuster wrote:
>>> [...]
>>> You have to set the numbercommand value with the \setupnotation command.
>>
>> Many thanks for your help, Wolfgang.
>>
>> Is there a document where this command is described? (I suspect that
>> this command is what will enable line note numbers in footnotes with
>> latest beta.)
> 
> As the command is about 1 week and was introduced with the rewrite
> of the internals for the description, enumeration and note mechanism
> the answer is no.

Sorry, I didn't know that. Many thanks for your help.


Pablo
-- 
http://www.oudeis.tk
___________________________________________________________________________________
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:[~2012-02-10 19:23 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-02-10 17:55 wrong footnote number with latest beta Pablo Rodríguez
2012-02-10 18:50 ` Wolfgang Schuster
2012-02-10 19:06   ` Pablo Rodríguez
2012-02-10 19:10     ` Wolfgang Schuster
2012-02-10 19:23       ` Pablo Rodríguez

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