When I divide my document into \startfrontmatter, \startbodymatter, etc.
an extra page is added to the end of the pdf. Is this expected behavior?
How can I prevent it?
\def\mypagenumber#1%
{\headnumber[chapter]-#1}
\setuppagenumbering[command=\mypagenumber]
\starttext
\startfrontmatter
\completecontent
\stopfrontmatter
\startbodymatter
\chapter{foo} \section{bar} \section{baz}
\chapter{qux} \section{quux} \section{corge}
\chapter{grault} \section{garply} \section{waldo}
\stopbodymatter
\stoptext
--
Stuart Jansen
Hi Stuart, I use to have the same problem some time ago, and I've found the solution on the wiki: http://contextgarden.net/Empty_page_at_the_end Regards, David Le mardi 26 avril 2005 à 17:01 -0600, Stuart Jansen a écrit :
When I divide my document into \startfrontmatter, \startbodymatter, etc. an extra page is added to the end of the pdf. Is this expected behavior? How can I prevent it?
\def\mypagenumber#1% {\headnumber[chapter]-#1} \setuppagenumbering[command=\mypagenumber] \starttext \startfrontmatter \completecontent \stopfrontmatter \startbodymatter \chapter{foo} \section{bar} \section{baz} \chapter{qux} \section{quux} \section{corge} \chapter{grault} \section{garply} \section{waldo} \stopbodymatter \stoptext
_______________________________________________ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context
On Tue, 2005-04-26 at 19:59 -0400, David Munger wrote:
I use to have the same problem some time ago, and I've found the solution on the wiki:
Thanks. Unfortunately, I'm still having problems with the following
example:
\setupsectionblock[frontpart][page=no]
\setupsectionblock[bodypart][page=no]
\setupsectionblock[appendix][page=no]
\setupsectionblock[backpart][page=no]
\starttext
\startbodymatter
\startcolumns[balance=no]
Lorem ipsum.
\stopcolumns
\stopbodymatter
\stoptext
--
Stuart Jansen
participants (2)
-
David Munger
-
Stuart Jansen