ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Aditya Mahajan <adityam@umich.edu>
Subject: Breaking large equations across pages
Date: Thu, 27 Apr 2006 19:28:07 -0400 (EDT)	[thread overview]
Message-ID: <Pine.WNT.4.63.0604271906130.4012@nqvgln> (raw)

Pagebreak of formula across pagebreaks is broken in the new release 
(ConTeXt  ver: 2006.04.27 15:59).

Consider
\starttext
\placeformula \startformula \startalign
   \dorecurse{50}
   {\NC a \NC  = b \NR[+]}
\stopalign \stopformula
\stoptext

(This used to work earlier, I can not test this, but I have document 
where the display broke across pages. Can somewith with an old ~ Mar, 
2006 release test this?)

Also, is it possible to have more control over where the display 
breaks. With latex, I can force equation break by using
\allowdisplaybreaks[1|2|3|4]

\documentclass{article}
\usepackage{amsmath}
\allowdisplaybreaks %<------------ Try with and without this.
\begin{document}
\begin{align}
   a &= b \\
% Paste the above line 50 times
   a &= b
\end{align}
\end{document}

Ideally, context should also provide something configurable. Maybe, it 
should be part of 
\setupformulas[displaybreak=tolerant|verytolerant|strict|verystrict]

Also there should be something like

\NC .... \NR
\allowdisplaybreak[yes|no|disable...same meaning as in \page[....]
\NC ..... \NR

to have more control over the pagebreak.

Aditya

-- 
Aditya Mahajan, EECS Systems, University of Michigan
http://www.eecs.umich.edu/~adityam || Ph: 7342624008

             reply	other threads:[~2006-04-27 23:28 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-04-27 23:28 Aditya Mahajan [this message]
2006-04-27 23:39 ` Mojca Miklavec

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=Pine.WNT.4.63.0604271906130.4012@nqvgln \
    --to=adityam@umich.edu \
    --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).