Sub Articulo 102.0
Put
\usepackage{rotating}
near the start of the document. Then do:
\begin{sidewaystable}{col_specifiers}
and
\end{sidewaystable}
instead of the normal \begin{table}{col_specifiers} and \end{table}.
{col_specifiers} should be the same as with the "normal" table.
The effect is very beautiful. I find the previewer YAP cannot display
or
print such tables properly, but GSView has no problem after the docume
nt
is converted to PostScript with DVIPS. (I'm using the MiKTeX 1.2
package.)