From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/30479 Path: news.gmane.org!not-for-mail From: WN Newsgroups: gmane.comp.tex.context Subject: Re: Empty last page, broken markings ?? Date: Thu, 24 Aug 2006 15:43:33 +0200 Message-ID: <44EDAD05.5030607@cs.com> References: <44EC52C7.8080801@cs.com> <44EC87C3.5000002@elvenkind.com> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1816855738==" X-Trace: sea.gmane.org 1156427050 27376 80.91.229.2 (24 Aug 2006 13:44:10 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 24 Aug 2006 13:44:10 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Thu Aug 24 15:44:08 2006 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by ciao.gmane.org with esmtp (Exim 4.43) id 1GGFUn-0002Ds-0D for gctc-ntg-context-518@m.gmane.org; Thu, 24 Aug 2006 15:43:45 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 7CBEE1FF00; Thu, 24 Aug 2006 15:43:44 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 07373-02; Thu, 24 Aug 2006 15:43:38 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 6223E1FEE5; Thu, 24 Aug 2006 15:43:38 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id EF2FA1FDF0 for ; Thu, 24 Aug 2006 15:43:34 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 06557-06 for ; Thu, 24 Aug 2006 15:43:28 +0200 (CEST) Original-Received: from imo-m23.mail.aol.com (imo-m23.mx.aol.com [64.12.137.4]) by ronja.ntg.nl (Postfix) with SMTP id BB4121FD7B for ; Thu, 24 Aug 2006 15:43:27 +0200 (CEST) Original-Received: from Wneimeijer01@cs.com by imo-m23.mx.aol.com (mail_out_v38_r7.6.) id a.be4.35c5a49 (60473) for ; Thu, 24 Aug 2006 09:43:20 -0400 (EDT) Original-Received: from [192.168.1.33] (3e331ada.dslaccess.aol.com [62.51.26.218]) by ciaaol-m03.mx.aol.com (v112.5) with ESMTP id MAILCIAAOLM032-ec3944edacf72c0; Thu, 24 Aug 2006 09:43:20 -0400 User-Agent: Thunderbird 1.5.0.5 (Windows/20060719) Original-To: mailing list for ConTeXt users In-Reply-To: <44EC87C3.5000002@elvenkind.com> X-AOL-IP: 62.51.26.218 X-Mailer: Unknown (No Version) X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.7 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: ntg-context-bounces@ntg.nl Errors-To: ntg-context-bounces@ntg.nl X-Virus-Scanned: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:30479 Archived-At: --===============1816855738== Content-Type: multipart/alternative; boundary="------------010404000903030606070409" --------------010404000903030606070409 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit taco@elvenkind.com wrote: > Hi, > > WN wrote: > >> Hello, >> >> The last page in my documents is always empty. The document is setup as >> singlesided via >> > > Always, always (as in: it generates an empty page even if that results > in an uneven number of pages)? > Correct, always an empty page. I have documents which have an uneven number of pages, and even number of pages. > Or does it fill out to an even number of generated pages? > > Or does it always create an odd number of pages (I've heard that happen > with some conflicting settings between the use of sectionblocks and > \setuppagenumbering)? > I used the sectionblock option as described on http://wiki.contextgarden.net/Empty_page_at_the_end just 2 days ago to eliminate the empty page at the end of the document, which it does. I did not use the sectionblock construct before. Since then the markings as explained in my original email don't work for the last couple of pages. > >> I use a couple of environment files which all define several things, title page, Table of contents, >> Table of Figures, page layout, page numbering, headers/footers etc. I could attach all of them, >> but I think the above settings are the one's that matter. I am not sure how to proceed to provide >> the correct but minimal information. I tried to put everything in a test file, but I was not successful. >> > > What is the overall structure of your document? The setups look ok, so > it is more likely something relating to your use (or not..) of section > blocks. For example, it could be that your headings do not work inside > appendices or backmatter? > I don't use appendices or a backmatter (yet), the overall structure of all my documents look like this \startproject chn \mainlanguage[nl] \enablemode[withsections,font-normal] \input ../global \startbodymatter \input chn-chapter1 \input chn-chapter2 \input chn-chapter3 \input chn-chapter4 \input chn-chapter5 \input chn-chapter6 \input chn-chapter7 \stopbodymatter \stopproject chn > >> I tried to attach the last three pages of my document, which demostrates the problem >> but I exceeded the 40 KB. Is there another way of uploading documents >> which are more than 40 KB in size ? >> > > Putting them on the wiki temporarily is an option. > I will try to do that Thanks so far Wim > Good luck, > Taco > _______________________________________________ > ntg-context mailing list > ntg-context@ntg.nl > http://www.ntg.nl/mailman/listinfo/ntg-context > --------------010404000903030606070409 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit taco@elvenkind.com wrote:
Hi,

WN wrote:
  
Hello,

The last page in my documents is always empty. The document is setup as 
singlesided via
    

Always, always (as in: it generates an empty page even if that results
in an uneven number of pages)?
  
Correct, always an empty page. I have documents which have an uneven number of pages, and
even number of pages.
Or does it fill out to an even number of generated pages?

Or does it always create an odd number of pages (I've heard that happen
with some conflicting settings between the use of sectionblocks and
\setuppagenumbering)?
  
I used the sectionblock option as described on http://wiki.contextgarden.net/Empty_page_at_the_end just 2 days ago
to eliminate the empty page at the end of the document, which it does. I did not use the sectionblock construct before.
Since then the markings  as explained in my original email don't work for the last couple of pages.
  
I use a couple of environment files which all define several things, title page, Table of contents,
Table of Figures, page layout, page numbering, headers/footers etc. I could attach all of them,
but I think the above settings are the one's that matter. I am not sure how to proceed to provide
the correct but minimal information. I tried to put everything in a test file, but I was not successful.
    

What is the overall structure of your document? The setups look ok, so
it is more likely something relating to your use (or not..) of section
blocks. For example, it could be that your headings do not work inside
appendices or backmatter?
  
I don't use appendices or a backmatter (yet), the overall structure of all my documents look like this

\startproject chn
\mainlanguage[nl]
\enablemode[withsections,font-normal]

\input ../global

\startbodymatter
\input chn-chapter1
\input chn-chapter2
\input chn-chapter3
\input chn-chapter4
\input chn-chapter5
\input chn-chapter6
\input chn-chapter7
\stopbodymatter
\stopproject chn

  
I tried to attach the last three pages of my document, which demostrates the problem
but I exceeded the 40 KB. Is there another way of uploading documents 
which are more than 40 KB in size ?
    

Putting them on the wiki temporarily is an option.
  
I will try to do that

Thanks so far
Wim
Good luck,
Taco
_______________________________________________
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context
  

--------------010404000903030606070409-- --===============1816855738== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context --===============1816855738==--