22 Jul
2013
22 Jul
'13
3:24 p.m.
Hello, how to join to paragraphs /lines, such that they are not broken on to pages? \starttext \dorecurse{30}{First line.\\ Second line.\\} \stoptext You see that the last "First line" on the first page is alone, the "Second line" comes on the next page, of course correct in this example. I could join them now with "\testpage[2]", but is there another way, without counting lines? And without invisible frames? Just like an automatic "testpage", which knows how many lines it must have. Thanks Huseyin