ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Denis Maier <denis.maier.lists@mailbox.org>
To: ntg-context@ntg.nl
Subject: Parallel text support
Date: Mon, 21 Sep 2020 12:21:37 +0200	[thread overview]
Message-ID: <780fe43c-f2c3-6ea1-04f5-d4d5c22e7d4a@mailbox.org> (raw)
In-Reply-To: <66d7472f-5a16-8664-87fc-24eb49a3a255@mailbox.org>

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
___________________________________________________________________________________

       reply	other threads:[~2020-09-21 10:21 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <66d7472f-5a16-8664-87fc-24eb49a3a255@mailbox.org>
2020-09-21 10:21 ` Denis Maier [this message]
2020-09-21 11:58   ` Taco Hoekwater

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=780fe43c-f2c3-6ea1-04f5-d4d5c22e7d4a@mailbox.org \
    --to=denis.maier.lists@mailbox.org \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).