ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Breaking large equations across pages
@ 2006-04-27 23:28 Aditya Mahajan
  2006-04-27 23:39 ` Mojca Miklavec
  0 siblings, 1 reply; 2+ messages in thread
From: Aditya Mahajan @ 2006-04-27 23:28 UTC (permalink / 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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Breaking large equations across pages
  2006-04-27 23:28 Breaking large equations across pages Aditya Mahajan
@ 2006-04-27 23:39 ` Mojca Miklavec
  0 siblings, 0 replies; 2+ messages in thread
From: Mojca Miklavec @ 2006-04-27 23:39 UTC (permalink / raw)


On 4/28/06, Aditya Mahajan wrote:
> 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?)

I have the version of 2006.04.10 here and it breaks the equation OK
(number 35 is on page 2).

Mojca

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-04-27 23:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-04-27 23:28 Breaking large equations across pages Aditya Mahajan
2006-04-27 23:39 ` Mojca Miklavec

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).