I'm looking for the method to rotate table at 90 degree. Namely, I want
to see only one table in landscape format because it overful. Please let
me know it in latex or revtex.
Ho Young.
>I'm looking for the method to rotate table at 90 degree. Namely, I want
>to see only one table in landscape format because it overful. Please let
>me know it in latex or revtex.
I think the standard way is to \usepackage{rotating}
and then use the sideways table environment, eg
\begin{sidewaystable}
\begin{tabular}{ | l | l | }
...
\end{tabular}
\caption{...}
\end{sidewaystable}
--
Timothy Murphy
e-mail: t...@maths.tcd.ie
tel: +353-1-2842366
s-mail: School of Mathematics, Trinity College, Dublin 2, Ireland
> I'm looking for the method to rotate table at 90 degree.
\usepackage{lscape} % part of the graphics bundle
...
\begin{landscape}
\begin{table}
...
\end{table}
\end{landscape}
Happy TeXing!
--
Axel Reichert -- http://mt.mpie-duesseldorf.mpg.de/people/reich/
The typesetting log says all o.k. (lscape.sty loads o.k.), but the dvi
view says "Unable to open graphics file". The dvi has the text for
the landscape portion, but it is in standard (portrait) format and
half off the page.
Any help here? I've read the graphics manual, but no help to me.
Specifically, I did the following:
\usepackage{lscape}
.
.
.
\begin{landscape}
% Try some simple text below
Test of landscape
Test of landscape
\end{landscape}
.
.
.
On 05 Jan 1999 09:21:11 +0100, Axel Reichert
<re...@mpie-duesseldorf.mpg.de> wrote:
>**********REMOVE NOSPAM FROM EMAIL ADDRESS UPON REPLY************<
> I used the following solution to my table problems (I want to rotate a
> table 90 on the page), but I have no luck. Using PCTeX32, with LaTeX.
>
> The typesetting log says all o.k. (lscape.sty loads o.k.), but the dvi
> view says "Unable to open graphics file". The dvi has the text for
> the landscape portion, but it is in standard (portrait) format and
> half off the page.
>
> Any help here? I've read the graphics manual, but no help to me.
>
> Specifically, I did the following:
>
> \usepackage{lscape}
> .
> .
> .
>
> \begin{landscape}
> % Try some simple text below
> Test of landscape
> Test of landscape
> \end{landscape}
> .
> .
dvi looks shit
dvi2ps
the postscript is ok
Marnix
> Nope, the ps looks just as bad as the dvi (no landscape, and the text
> is pushed to the right, off the page)
lscape uses the graphics package to do rotation.
Make sure you are using the right driver option, pctex32 in this case.
The \special code that the package produces for rotation if used with
that option was supplied to me by the vendors of pctex. If it doesn't
work, you'll need to take it up with them. It is a commercial tex, so
presumably you have a support address for them?
David
Would replacing the PCTeX graphics.sty with miktek's graphics.sty
help? I have both, but have been using PCTeX for the past 8 months
(it has a great DVI viewer).
thanks for the help, regardless.
On 26 Feb 1999 17:32:03 +0000, David Carlisle <dav...@nag.co.uk>
wrote:
> Would replacing the PCTeX graphics.sty with miktek's graphics.sty
> help? I have both, but have been using PCTeX for the past 8 months
It is the same .sty in both cases (mine). Or at least it had better
be:-) I think miktex uses dvips as its driver, that probably works as
it is what I use, but I think the pctex postscript driver is supposed to
be able to rotate (probably will not show rotation on screen though,
most dvi viewers do not show rotation (some do though)
David
On 27 Feb 1999 01:01:56 +0000, David Carlisle <dav...@nag.co.uk>
wrote:
>
>