ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: "\"H. Özoguz\"" <h.oezoguz@mmnetz.de>
To: ntg-context@ntg.nl
Subject: Re: Arabic with ConTeXt
Date: Thu, 22 Nov 2012 20:10:29 +0100	[thread overview]
Message-ID: <50AE78A5.8010400@mmnetz.de> (raw)
In-Reply-To: <mailman.315.1353537699.2161.ntg-context@ntg.nl>


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

Am 21.11.2012 23:41, schrieb ntg-context-request@ntg.nl:
> What you are looking for is text streams. They are not yet fully
> functional in mkiv. But as long as you need the streams to appear
> as columns on the same page, as seems to be the case, there is a
> cheap workaround using the*tabulate*  environment (see below).
>
> The great thing about \{start,stop}tabulate is that it allows for
> page breaks inside paragraphs of arbitrary length.
>
> Regards
> Philipp
>
>
> ?????????????????????????????????????????????????????????????????
>
> \newcount\progresscounter \progresscounter0
> \def\placeprogresscounter{%
>    %% caution when using dynamic content: check
>    %% for first pass to avoid multiple executions
>    \iftrialtypesetting42\else
>      \advance\progresscounter\plusone
>      \the\progresscounter
>    \fi
> }
>
> \starttext
>
> \starttabulate[|r|p|p|]
>    \NC \placeprogresscounter
>    \NC \language[deo] Hallo, Welt!
>    \NC \language[en]  \input knuth
>    \NC\NR
>    \HL % ????????????????????????%
>    \NC \placeprogresscounter
>    \NC \language[deo] N?chster Abschnitt!
>    \NC \language[en]  \input ward
>    \NC\NR
> \stoptabulate
>
> \stoptext

Thank you. Why not simply a table without any workaround?

\starttabulate[|p|p|]

\NC \language[deo] Hallo, Welt!

\NC \language[en] \input knuth

\NC\NR

\NC \language[deo] Nächster Abschnitt!

\NC \language[en] \input ward

\NC\NR

\stoptabulate


Huseyin



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

[-- Attachment #2: Type: text/plain, Size: 485 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  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

       reply	other threads:[~2012-11-22 19:10 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <mailman.315.1353537699.2161.ntg-context@ntg.nl>
2012-11-22 19:10 ` "H. Özoguz" [this message]
2012-11-23 11:16   ` Philipp Gesang
     [not found] <mailman.340.1353680277.2161.ntg-context@ntg.nl>
2012-11-23 14:34 ` "H. Özoguz"
2012-11-23 15:46   ` Philipp Gesang
2012-11-21 20:01 "H. Özoguz"
2012-11-21 21:27 ` Philipp Gesang

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=50AE78A5.8010400@mmnetz.de \
    --to=h.oezoguz@mmnetz.de \
    --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).