Hello, sometimes I need over normal width tables. Is there any equivalent to "\sidewaystable" from LaTeX? If there is no way like "\sidewaystable" could somebody recommend an other solution to place width table? Thanks for every tip, kind regards, Helmut
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?
what exactly is a sideways table ? 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 -------------------------------------------------------------------------
Friday, May 16, 2003 Hans Hagen 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 ? A table rotated by 90 degrees. (That is, printed landscape instead of portrait.) -- Giuseppe "Oblomov" Bilotta
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. Willi
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 -------------------------------------------------------------------------
Saturday, May 17, 2003 Hans Hagen wrote: HH> or (latest versions): HH> \startbuffer HH> ... the table ... HH> \stopbuffer HH> \placetable[90]{}{\getbuffer} Do you add features overnight? :) -- Giuseppe "Oblomov" Bilotta
At 01:29 18/05/2003 +0200, you wrote:
Saturday, May 17, 2003 Hans Hagen wrote:
HH> or (latest versions):
HH> \startbuffer HH> ... the table ... HH> \stopbuffer
HH> \placetable[90]{}{\getbuffer}
Do you add features overnight? :)
no, this was added some time ago, actually a solution to a previously posted question, and as it happens i was working on floats that time (many more keywords added); want some more feattures ? 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 -------------------------------------------------------------------------
Am Donnerstag, 15.05.03, um 21:39 Uhr (Europe/Zurich) schrieb Helmut Schwertner:
sometimes I need over normal width tables. Is there any equivalent to "\sidewaystable" from LaTeX?
You can rotate everything with e.g. \rotate[90]{\placetable} Grüßlis vom Hraban! -- http://www.fiee.net/texnique/
participants (5)
-
Giuseppe Bilotta
-
Hans Hagen
-
Helmut Schwertner
-
Henning Hraban Ramm
-
Willi Egger