Skip to main content
1-Visitor
June 26, 2013
Question

Page break within programming loop

  • June 26, 2013
  • 1 reply
  • 952 views

Is there any possibility to make a page break within programming loop. There are lot of equations within the loop and continues over the several pages. How I can adjust page break points/lines? Currently there is a break at the middle of the row - upper half of the row is at one page and lower half at another page.

1 reply

25-Diamond I
June 26, 2013

Vladisav Pejic wrote:

Is there any possibility to make a page break within programming loop. There are lot of equations

Normally a page break is inserted by typing Ctrl-Enter, but inside an expression (and thats a programm, too) we get the rudimentary line break which is helpful for sums only.

Only workaround I can think of is to insert dummy textlines to avoid the pagebreak to occur in the midst of a line making it unreadable in the printout. Take care not to separate an if - otherwise by doing so.

progpagebreak.png