setupnote[footnote] adding extra pages
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.
c
--
Chris Lott
On Mon, Jan 2, 2012 at 6:42 PM, 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
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
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
participants (2)
-
Chris Lott
-
Wolfgang Schuster