ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Parallel text support
       [not found] <66d7472f-5a16-8664-87fc-24eb49a3a255@mailbox.org>
@ 2020-09-21 10:21 ` Denis Maier
  2020-09-21 11:58   ` Taco Hoekwater
  0 siblings, 1 reply; 2+ messages in thread
From: Denis Maier @ 2020-09-21 10:21 UTC (permalink / raw)
  To: ntg-context

Hi,

I'm trying to typeset a parallel text that should appear in columns. The 
sources are XML, and there I have to use tables for this. So, I thought 
the easiest way is to use extreme tables for this:

=========================
\starttext

\dorecurse{3}{\input knuth}

\startxtable[split=yes,frame=off]
\startxrow
\startxcell Text \stopxcell
\startxcell Übersetzung \stopxcell
\stopxrow
\startxrow
\startxcell \input ward \stopxcell
\startxcell \input tufte \stopxcell
\stopxrow
\stopxtable

\stoptext
=========================

However, as it turns out, split only seems to mean that the table is 
split between rows, individual rows stay on the same page.

Is there a better approach? I've found the page-streams, but that seems 
to be too much...

Best,
Denis
___________________________________________________________________________________
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: Parallel text support
  2020-09-21 10:21 ` Parallel text support Denis Maier
@ 2020-09-21 11:58   ` Taco Hoekwater
  0 siblings, 0 replies; 2+ messages in thread
From: Taco Hoekwater @ 2020-09-21 11:58 UTC (permalink / raw)
  To: mailing list for ConTeXt users



> On 21 Sep 2020, at 12:21, Denis Maier <denis.maier.lists@mailbox.org> wrote:
> 
> 
> However, as it turns out, split only seems to mean that the table is split between rows, individual rows stay on the same page.
> 
> Is there a better approach? I've found the page-streams, but that seems to be too much…

\starttabulate

___________________________________________________________________________________
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

end of thread, other threads:[~2020-09-21 11:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <66d7472f-5a16-8664-87fc-24eb49a3a255@mailbox.org>
2020-09-21 10:21 ` Parallel text support Denis Maier
2020-09-21 11:58   ` Taco Hoekwater

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).