ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Hans Hagen <pragma@wxs.nl>
To: ntg-context@ntg.nl
Subject: Re: TEXpage problem in lare betas
Date: Thu, 14 Nov 2013 23:27:48 +0100	[thread overview]
Message-ID: <52854E64.8000302@wxs.nl> (raw)
In-Reply-To: <52853CF3.4000101@uni-bonn.de>

On 11/14/2013 10:13 PM, Thomas A. Schmitz wrote:
> On 11/14/2013 10:08 PM, Hans Hagen wrote:
>
>> \let\synchronizeinlinedirection\relax
>
> OK, new example:
>
> \let\synchronizeinlinedirection\relax
>
> \startTEXpage[offset=0.5ex,align=]
>
> \bTABLE[frame=off,loffset=1ex,roffset=1ex,align={middle,lohi}]
>     \bTR
>       \bTD  A \eTD
>       \bTD B \eTD
>       \bTD C \eTD
>     \eTR
> \eTABLE
>
> \blank[line]
>
> \bTABLE[frame=off,loffset=1ex,roffset=1ex,align={middle,lohi}]
>     \bTR
>       \bTD D \eTD
>       \bTD E \eTD
>       \bTD F \eTD
>     \eTR
> \eTABLE
>
> \stopTEXpage
>
> I still get the tables next to each other.

that's because now you have a hbox

anyway, i uploaded a beta with a fix but still, keep in mind that you 
need to avoid empty lines:

\startTEXpage[offset=0.5ex,align={lohi,middle}]
     \bTABLE[frame=off,loffset=1ex,roffset=1ex,align={middle,lohi}]
        \bTR
          \bTD  A \eTD
          \bTD B \eTD
          \bTD C \eTD
        \eTR
     \eTABLE
     \blank[line]
     \bTABLE[frame=off,loffset=1ex,roffset=1ex,align={middle,lohi}]
        \bTR
          \bTD D \eTD
          \bTD E \eTD
          \bTD F \eTD
        \eTR
     \eTABLE
\stopTEXpage

as a \noindent is injected at the beginning and that has the side effect 
of an empty line then forcing width of hsize


-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
     tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com
                                              | www.pragma-pod.nl
-----------------------------------------------------------------
___________________________________________________________________________________
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
___________________________________________________________________________________


  parent reply	other threads:[~2013-11-14 22:27 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-11-14 20:33 Thomas A. Schmitz
2013-11-14 20:43 ` Hans Hagen
2013-11-14 20:57   ` Thomas A. Schmitz
2013-11-14 21:01     ` Wolfgang Schuster
2013-11-14 21:05       ` Thomas A. Schmitz
2013-11-14 21:08         ` Hans Hagen
2013-11-14 21:13           ` Thomas A. Schmitz
2013-11-14 21:14             ` Wolfgang Schuster
2013-11-14 21:17               ` Thomas A. Schmitz
2013-11-14 22:27             ` Hans Hagen [this message]
2013-11-15 10:49               ` TEXpage problem in lare betas (slightly OT) Keith J. Schultz
2013-11-14 20:45 ` TEXpage problem in lare betas Wolfgang Schuster
2013-11-14 21:02   ` Wolfgang Schuster

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=52854E64.8000302@wxs.nl \
    --to=pragma@wxs.nl \
    --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).