ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Paul Tremblay <phthenry@iglou.com>
Subject: under/over runs with odd and even pages
Date: Mon, 14 Mar 2005 23:02:10 -0500	[thread overview]
Message-ID: <20050315040210.GC15043@localhost.localdomain> (raw)

I am getting under and overruns when I define odd and even pages. 

The problem seems to be that when  paragraph runs from and odd to an
evne page, it retains its formating that it had on the odd page. And
this is also true for a paragraph that starts on an even page and runs
to an odd page. So if the odd page is really wide, and the even page is
narrow, the paragraphs starts on the odd page fitting perfectly, and
then when it starts on the odd page, it overflows.

Likewise, when a paragraph starts on a narrow, even page, it retains its
narrowness at the start of an odd page, producing an underfill.

So what is wrong with my code?



\showframe
\definelayout[1][
 leftmargin=33mm,
 rightmargin=33mm,
 cutspace=50mm,
 backspace=50mm,
 height=fit,
 width=fit,
]

 \definelayout[even][
  rightmargin=25mm,
  cutspace=40mm,
  leftmargin=20mm,
  backspace=35mm,
  height=fit,
  width=fit,
  ]

 \definelayout[odd][
  leftmargin=25mm,
  rightmargin=35mm,
  cutspace=50mm,
  backspace=40mm,
  height=fit,
  width=fit,
  ]

\setuplayout


Paul


-- 

************************
*Paul Tremblay         *
*phthenry@iglou.com    *
************************

                 reply	other threads:[~2005-03-15  4:02 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20050315040210.GC15043@localhost.localdomain \
    --to=phthenry@iglou.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).