ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: John Culleton <john@wexfordpress.com>
Subject: Notes and questions on 432 page book.
Date: Wed, 5 May 2004 06:40:02 -1000	[thread overview]
Message-ID: <200405050640.02510.john@wexfordpress.com> (raw)

My latest project is almost finished. I have a few comments 
and questions. 

The book consists of one part with five unnumbered chapters 
followed by a second part of 101 numbered chapters, and 
some endmatter.  I was unable to make the Context version 
of the TOC to single space these 110 or so chapter entries 
which made the whole TOC longer (more pages) than desired. 
So I threw Eplain into the mix and typeset the TOC only 
using the Eplain macros. If there is a way to single space 
the TOC using the regular Context macros I will be happy to 
eliminate the Eplain, which may solve some of the other 
problems.

The last six pages consist of an order form, a page of text, 
and another order form, all backed up by blank pages for 
six pages total. The order form is created with some 
\framedtext and \starttable trickery. It compiles fine by 
itself but gives errors in the \starttable etc. when 
combined with the main body of the book.  It will also 
coexist with the front matter, so eplain is probably not 
the culprit.  In any case at the  moment I have two correct 
pdfs which I will try to knit together with psmerge or 
something similar.

I used a conventional construction of the job, with a main 
file which calls subordinate files. In this mode I ended up 
with two unwanted blank pages after the index.  If however 
I put the \stoptext statement at the end of the main 
subordinate file the unwanted blank pages disappear.  Here 
is the construction of the main file:
------------------------------
\input fonts.tex
\input macros.tex
\input part.tex
\starttext
\startfrontmatter
\input half.tex
\input title.tex
{\tfx
\input copy.tex
}
\noheaderandfooterlines
\leftline{\tfb\bf\ss Table of Contents}
\blank[big]
\readtocfile\rm
\page[yes]
\noheaderandfooterlines
\stopfrontmatter
\startbodymatter
\setupwhitespace[medium]
\noheaderandfooterlines
\input body.tex
%\input order.tex       %the last six pages start here
%\input flyer.tex
%\input order.tex
\stopbodymatter
\stoptext
-----------------------------
If I insert a \stoptext statement at the end of the  
body.tex file then I lose the unwanted blank pages. Are 
they a byproduct of  the \stopbodymatter statement?
-- 
John Culleton
Able Typesetters and Indexers
http://wexfordpress.com

             reply	other threads:[~2004-05-05 16:40 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-05-05 16:40 John Culleton [this message]
2004-05-05 12:07 ` Hans Hagen
2004-05-05 20:00   ` John Culleton
2004-05-05 16:29     ` Hans Hagen
2004-05-06  5:16   ` John Culleton
2004-05-06  6:18     ` John Culleton
2004-05-06  5:12       ` Matthew Huggett
2004-05-06 21:34         ` John Culleton
2004-05-06 17:49           ` Hans Hagen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200405050640.02510.john@wexfordpress.com \
    --to=john@wexfordpress.com \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).