Re: [NTG-context] setupnote[footnote] adding extra pages

2012-01-03 Thread Chris Lott
On Mon, Jan 2, 2012 at 6:42 PM, Chris Lott ch...@chrislott.org wrote:
 Why does this document create three pages, with the footnote on the
 second and a third that is blank?

 \setuppagenumbering[state=stop]
 \setupnote[footnote][numberconversion=Romannumerals]
 \starttext
 This is a sample letter. \footnote{foo}
 \stoptext

A bit more for troubleshooting: the above code works fine with an
earlier version of ConTeXt (2011.05.18 18:04).

The problem above occurs when using version 2011.12.31 18:06 using
context file.tex ... however using texexec --pdf file.tex works
properly, so I guess this is an MKIV problem.

c
--
Chris Lott ch...@chrislott.org
___
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
___


Re: [NTG-context] setupnote[footnote] adding extra pages

2012-01-03 Thread Wolfgang Schuster

Am 03.01.2012 um 04:42 schrieb Chris Lott:

 Why does this document create three pages, with the footnote on the
 second and a third that is blank?
 
 \setuppagenumbering[state=stop]
 \setupnote[footnote][numberconversion=Romannumerals]
 \starttext
 This is a sample letter. \footnote{foo}
 \stoptext
 
 If I remove the \setupnote line, then everything is on one page, as it should 
 be.

As a intermediate solution you can add \setupapersize[A4] (or whatever paper 
you use) before \setupnote.

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
___