<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=windows-1252"
 http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#ffffff">
On 02/24/2011 01:44 AM, gpn return0 wrote:
<blockquote
 cite="mid:AANLkTin6B2pRxjuYi8OfKSOwx1ZtXr8x5UxiPcojW3Ln@mail.gmail.com"
 type="cite">
  <p class="MsoNormal"
 style="margin: 0in 0in 0pt 4.5pt; text-indent: -4.5pt; line-height: normal;"><span
 style="font-size: 10pt; color: black; font-family: 'Courier New';">Hi,</span></p>
  <p class="MsoNormal"
 style="margin: 0in 0in 0pt 4.5pt; text-indent: -4.5pt; line-height: normal;">
  <span
 style="font-size: 10pt; color: black; font-family: 'Courier New';">I
use longtable in my latex. I have a set of records in my table and I
don’t want any page break in between the record. </span></p>
  <div class="MsoNormal"
 style="margin: 0in 0in 0pt 4.5pt; text-indent: -4.5pt; line-height: normal;">
  <span
 style="font-size: 10pt; color: black; font-family: 'Courier New';">Check
my sample code attached. Each set of record has data (from A to E). The
each record (data from A to E) should print in the same page (i.e. it
should not split due to page break as it happens in teh sttached PDF). </span></div>
  <div class="MsoNormal"
 style="margin: 0in 0in 0pt 4.5pt; text-indent: -4.5pt; line-height: normal;">
  <span
 style="font-size: 10pt; color: black; font-family: 'Courier New';"></span> </div>
  <p class="MsoNormal"
 style="margin: 0in 0in 0pt 4.5pt; text-indent: -4.5pt; line-height: normal;">
  <span
 style="font-size: 10pt; color: black; font-family: 'Courier New';">Any
option is available in longtable to do this? </span></p>
  <p class="MsoNormal"
 style="margin: 0in 0in 0pt 4.5pt; text-indent: -4.5pt; line-height: normal;">
  <span
 style="font-size: 10pt; color: black; font-family: 'Courier New';"> </span></p>
  <br>
</blockquote>
Given the length of the page you have already, I would insert a forced
page break in place of \\ before the entry that is split undesirably. I
can't say how you di that in LaTeX, because I don't know what
quasi-primitive commands are allowed.  <br>
<br>
Automating that is likely to be more difficult.  You would need to get
an accurate reading on \pagesofar, or to limit breaks after \\ except
on blank lines.  I am lazy about such things.  Once I have otherwise
stable paging, I just go in and insert the needed break.<br>
<br>
Pierre MacKay<br>
</body>
</html>