At 21:23 16/05/2003 +0200, you wrote:
HH> At 21:39 15/05/2003 +0200, you wrote:
Hello,
sometimes I need over normal width tables. Is there any equivalent to "\sidewaystable" from LaTeX?
HH> what exactly is a sideways table ?
GB> A table rotated by 90 degrees. (That is, printed landscape GB>instead of portrait.)
You can always use \setuppapersize
\setuppapersize[A4,portrait][A4,portrait]
running text
\page \setuppapersize[A4,landscape][A4,landscape]
The sideways table
\page \setuppapersize[A4,portrait][A4,portrait]
running text again.
or (latest versions): \startbuffer ... the table ... \stopbuffer \placetable[90]{}{\getbuffer} Hans ------------------------------------------------------------------------- Hans Hagen | PRAGMA ADE | pragma@wxs.nl Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: +31 (0)38 477 53 69 | fax: +31 (0)38 477 53 74 | www.pragma-ade.com ------------------------------------------------------------------------- information: http://www.pragma-ade.com/roadmap.pdf documentation: http://www.pragma-ade.com/showcase.pdf -------------------------------------------------------------------------