Is there a way to let the siedewaystable environment rotate in the other
direction (i.e. -90° instead of +90°) ?
Thanks,
Johan
the documentation isn't terribly good, is it?
there's a pair of package options which determine the direction of
rotation: clockwise (the default) and counterclockwise.
so: \usepackage[counterclockwise]{rotating}
is probably what you're after.
--
Robin Fairbairns, Cambridge -- rf10 at cam dot ac dot uk
I tried it, but it doesn't seem to work...
\def\inputGnumericTable{}
\usepackage[latin1]{inputenc}
\usepackage{color}
\usepackage{array}
\usepackage{longtable}
\usepackage{calc}
\usepackage{multirow}
\usepackage{hhline}
\usepackage{ifthen}
\usepackage[counterclockwise]{rotating}
\newlength{\gnumericTableWidth}
\newlength{\gnumericTableWidthComplete}
%...
\begin{sidewaystable}
\input{materiaal1.tex}
\end{sidewaystable}
The input files are tables generated by gnumeric.
Johan
>
> is probably what you're after.
--
Steun de petitie tegen MS Word attachments !
http://www.gewestpallieter.be/~jvvloet/word
sigh. i _said_ the documentation was bad:
\usepackage[figuresleft]{rotating}
i _am_ working on that beastly documentation, i promise. it's just i
keep finding other things to do...