ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Re: natural table splitting problems
@ 2007-10-31 12:21 Santy, Michael
  0 siblings, 0 replies; 15+ messages in thread
From: Santy, Michael @ 2007-10-31 12:21 UTC (permalink / raw)
  To: ntg-context


[-- Attachment #1.1: Type: text/plain, Size: 1090 bytes --]


Hagen, Hans wrote:
> it's always a problem to determine what's left on a page
> 
> \def\blah{The quick brown fox jumped over the lazy stupid dog.}
> \dorecurse{62}{\blah} \synchronizeoutput
> 
> this will force the otr but is not always fails safe (i.e. vertical 
> spacing may be messed)
> 
> ... one of the reasons why we work on luatex -)
> 
> Hans

Hans, 

The "\synchronizeoutput" seemed to fix this trivial example, but it doesn't seem to fix other illustrations of this behavior.  Is the "\synchronizeoutput" something that I should place at the end of every block of content (paras, sections, lists, figures, equations, etc.) in order to ensure that tables split properly.  If not, is there a general workaround for this table issue that I can apply in the meantime while LuaTeX is still in development?  I'm generating ConTeXt from XSL, so its very easy to make a system wide change of how the content is generated.

By the way, the LuaTeX on live.contextgarden.net seems to be broken ("FatalError: Your format does not match the base files!")

Cheers,
Mike

[-- Attachment #1.2: Type: text/html, Size: 1637 bytes --]

[-- Attachment #2: Type: text/plain, Size: 487 bytes --]

___________________________________________________________________________________
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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 15+ messages in thread
[parent not found: <mailman.3218.1193768985.2346.ntg-context@ntg.nl>]
* natural table splitting problems
@ 2007-10-29 13:09 Santy, Michael
  2007-10-29 14:39 ` Peter Rolf
  0 siblings, 1 reply; 15+ messages in thread
From: Santy, Michael @ 2007-10-29 13:09 UTC (permalink / raw)
  To: ntg-context


[-- Attachment #1.1: Type: text/plain, Size: 1372 bytes --]


In our XML->ConTeXt->PDF workflow, we've encountered a few intermittent problems when using split natural tables.  I'm not able to post the original documents in which the problems are manifesting, but below is a document that reproduces one of the problems.  The first page of the document is full of text, pushing a split natural table with five rows and a header to the top of the second page.  However, only the first row appears on the second page, and the rest of the table is continued on the third page. 

I'm using a stock ConTeXt 9/28 distribution, but this problem can also be reproduced on live.contextgarden.net.

Can someone please tell me what I'm doing wrong or help me debug this problem?  These natural table bugs are the only thing stopping us from deploying our ConTeXt workflow.

Cheers,
Mike Santy


\setuppapersize[letter][letter]

\showframe

\starttext

\def\blah{
  Now is the time for all good men to come to the aid of their %
  country.  The quick brown fox jumped over the lazy dog.
}
\dorecurse{28}{\blah}

\placetable[split]{Broken Split Table}{
\setupTABLE[split=repeat]
\bTABLE
\bTABLEhead
  \bTR[style=\bf]
    \bTD Header A \eTD
    \bTD Header B \eTD
  \eTR
\eTABLEhead
\bTABLEbody
  \dorecurse{5}{
    \bTR
      \bTD A \eTD
      \bTD B \eTD
    \eTR
  }
\eTABLEbody
\eTABLE
}

\stoptext

[-- Attachment #1.2: Type: text/html, Size: 2087 bytes --]

[-- Attachment #2: Type: text/plain, Size: 487 bytes --]

___________________________________________________________________________________
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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2007-10-31 18:46 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <C34BC556.A391%mike.santy@dynetics.com>
     [not found] ` <4726F9AB.5080002@gmx.net>
2007-10-30 12:16   ` natural table splitting problems Santy, Michael
2007-10-30 13:50     ` Peter Rolf
2007-10-30 19:42     ` Hans Hagen
2007-10-31 12:21 Santy, Michael
     [not found] <mailman.3218.1193768985.2346.ntg-context@ntg.nl>
2007-10-30 19:26 ` Santy, Michael
2007-10-31 12:23   ` Peter Rolf
2007-10-31 13:31     ` Peter Rolf
2007-10-31 13:47       ` Santy, Michael
2007-10-31 16:04         ` Peter Rolf
2007-10-31 17:57           ` Santy, Michael
2007-10-31 18:34             ` Hans Hagen
2007-10-31 18:46               ` Peter Rolf
2007-10-31 16:34       ` Hans Hagen
  -- strict thread matches above, loose matches on Subject: below --
2007-10-29 13:09 Santy, Michael
2007-10-29 14:39 ` Peter Rolf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).