Re: [NTG-context] [***SPAM***] Joining two paragraphs

2013-07-22 Thread Marco Patzer
On 2013–07–22 H. Özoguz wrote:

 how to join to paragraphs /lines, such that they are not broken on to pages?
 
 \starttext
 \dorecurse{30}{First line.\\ Second line.\\}

\dorecurse{30}{First line.\blank[samepage] Second line.\\}

Marco


signature.asc
Description: Digital signature
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

[NTG-context] [***SPAM***] Joining two paragraphs

2013-07-22 Thread H. Özoguz

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


___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___