ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Jaroslav Hajtmar <hajtmar@gyza.cz>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Splitting of rotate table
Date: Sat, 27 Aug 2011 23:07:19 +0200	[thread overview]
Message-ID: <4E595C87.4020205@gyza.cz> (raw)

Hello ConTeXtist...
How can I arrange for correct split of rotated tables? Division table 
does not respect margin of the page and on the next page is the rest of 
the table in the middle of the page (and not on the left edge). The 
table is placed separately on the whole page.
Can reasonably arrange some trick?

Thanx Jaroslav Hajtmar

Here is my minimal example:

\setupTABLE[split=yes]
\setupTABLE[row][first][background=color,backgroundcolor=gray]
\setupTABLE[column][1][width=1cm]
\setupTABLE[column][2][width=2cm]
\setupTABLE[column][3][width=3cm]
\setupTABLE[column][4][width=4cm]
\setupTABLE[column][5][width=5cm]



\starttext

\splitfloat
{\placetable[here, force, 90][tab:example]{Example of a rotated table}}{
\bTABLE
\dorecurse{35}{\bTR\dorecurse{5}{\bTD x\eTD}\eTR}
\eTABLE}

\stoptext



___________________________________________________________________________________
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:[~2011-08-27 21:07 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-08-27 21:07 Jaroslav Hajtmar [this message]
2011-08-28  8:00 ` Jaroslav Hajtmar
2011-08-28  8:39   ` Jaroslav Hajtmar

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=4E595C87.4020205@gyza.cz \
    --to=hajtmar@gyza.cz \
    --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).