ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Footnote numbering pro page
@ 2011-09-30 13:21 Cecil Westerhof
  2011-09-30 13:27 ` Vladimir Lomov
  0 siblings, 1 reply; 5+ messages in thread
From: Cecil Westerhof @ 2011-09-30 13:21 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 221 bytes --]

A footnote is placed (at least the way I use it) on the same page as it is
referred. But the numbering of the footnotes is continues. How can I make
the footnote numbering reset to one at every page?

-- 
Cecil Westerhof

[-- Attachment #1.2: Type: text/html, Size: 247 bytes --]

[-- Attachment #2: Type: text/plain, Size: 485 bytes --]

___________________________________________________________________________________
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 numbering pro page
  2011-09-30 13:21 Footnote numbering pro page Cecil Westerhof
@ 2011-09-30 13:27 ` Vladimir Lomov
  2011-09-30 14:45   ` Khaled Hosny
  0 siblings, 1 reply; 5+ messages in thread
From: Vladimir Lomov @ 2011-09-30 13:27 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hello,
** Cecil Westerhof [2011-09-30 15:21:54 +0200]:

> A footnote is placed (at least the way I use it) on the same page as it is
> referred. But the numbering of the footnotes is continues. How can I make
> the footnote numbering reset to one at every page?
Does
\setupfootnotes[way=bypage]
work?

P.S. I found this on wiki.contextgarden.net. If this doesn't work wiki
should be updated.

---
WBR, Vladimir Lomov

-- 
Be sociable. Speak to the person next to you in the unemployment line tomorrow.
___________________________________________________________________________________
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 numbering pro page
  2011-09-30 13:27 ` Vladimir Lomov
@ 2011-09-30 14:45   ` Khaled Hosny
  2011-09-30 16:58     ` Wolfgang Schuster
  0 siblings, 1 reply; 5+ messages in thread
From: Khaled Hosny @ 2011-09-30 14:45 UTC (permalink / raw)
  To: Vladimir Lomov, mailing list for ConTeXt users

On Fri, Sep 30, 2011 at 10:27:53PM +0900, Vladimir Lomov wrote:
> Hello,
> ** Cecil Westerhof [2011-09-30 15:21:54 +0200]:
> 
> > A footnote is placed (at least the way I use it) on the same page as it is
> > referred. But the numbering of the footnotes is continues. How can I make
> > the footnote numbering reset to one at every page?
> Does
> \setupfootnotes[way=bypage]
> work?

It does not work in MkIV, I got no answer so far to my query about it a
while ago.

Regards,
 Khaled

-- 
 Khaled Hosny
 Egyptian
 Arab
___________________________________________________________________________________
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 numbering pro page
  2011-09-30 14:45   ` Khaled Hosny
@ 2011-09-30 16:58     ` Wolfgang Schuster
  0 siblings, 0 replies; 5+ messages in thread
From: Wolfgang Schuster @ 2011-09-30 16:58 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: Hans Hagen


Am 30.09.2011 um 16:45 schrieb Khaled Hosny:

> On Fri, Sep 30, 2011 at 10:27:53PM +0900, Vladimir Lomov wrote:
>> Hello,
>> ** Cecil Westerhof [2011-09-30 15:21:54 +0200]:
>> 
>>> A footnote is placed (at least the way I use it) on the same page as it is
>>> referred. But the numbering of the footnotes is continues. How can I make
>>> the footnote numbering reset to one at every page?
>> Does
>> \setupfootnotes[way=bypage]
>> work?
> 
> It does not work in MkIV, I got no answer so far to my query about it a
> while ago.

core-two.lua:

-function commands.findtwopassdata    (id)   local r = find (id)   if r then context(r) end end
+function commands.findtwopassdata    (id,n) local r = find (id,n) if r then context(r) end end

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

* Footnote numbering pro page
@ 2011-08-15 19:58 Cecil Westerhof
  0 siblings, 0 replies; 5+ messages in thread
From: Cecil Westerhof @ 2011-08-15 19:58 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 305 bytes --]

I would like my footnote numbering start on every page with 1. I thought
this should be done with:
    \setupnote[footnote][way=bypage]

I also tried:
    \setupnotedefinition[footnote][indenting={yes, small, next}, way=bypage]


But both do not work. What is the right way to do it?

-- 
Cecil Westerhof

[-- Attachment #1.2: Type: text/html, Size: 350 bytes --]

[-- Attachment #2: Type: text/plain, Size: 485 bytes --]

___________________________________________________________________________________
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-09-30 16:58 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-09-30 13:21 Footnote numbering pro page Cecil Westerhof
2011-09-30 13:27 ` Vladimir Lomov
2011-09-30 14:45   ` Khaled Hosny
2011-09-30 16:58     ` Wolfgang Schuster
  -- strict thread matches above, loose matches on Subject: below --
2011-08-15 19:58 Cecil Westerhof

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