+-----------------------------------------------------------------------------+
|                                   nobreak                                   |
+-----------------------------------------------------------------------------+
 
Abbreviation:  �|none�%
 
Parameters:    �|none�%
 
    �|Description:�%
You can  discourage TEXT1 from breaking  a page at a  certain point by using
\nobreak.  It should be preceded either by a \verticalspace or a \paragraph.
 
    �|Example:�%
This example  tells TEXT1 to  keep the title  "Leached Samples"  on the same
page as "Table 6 gives  . . .  ".
 
\cl{\bd Leached Samples}
\vs{\bl}
\nobreak
Table 6 gives the compositions of the leached
samples as reported by x-ray fluorescence analysis
 
(XRF).  Using silica content as an internal standard,
the relative amounts of each element removed can be
calculated.  These too are shown in Table 6.
 
+-----------------------------------------------------------------------------+
|                                                                             |
|                               Leached Sample                                |
|                                                                             |
|     Table 6 gives  the compositions of the leached  samples as reported by  |
| x-ray fluorescence  analysis (XRF).  Using silica  content as  an internal  |
| standard, the relative amounts of  each element removed can be calculated.  |
| These too are shown in Table 6.                                             |
|                                                                             |
+-----------------------------------------------------------------------------+
 
    �|Notes:�%
Refer to The TEXbook for more on this markup.