[Tugindia] How to typeset table in landscape mode
Radhakrishnan CV
cvr at tug.org.in
Mon Jun 14 12:52:49 CEST 2010
Dr Andews, you mail bounced. Seems like you're subscribed with another email id.
Radhakrishnan
________________________________________
From: Dr J T Andrews <jtandrews at sgsits.ac.in>
To: tugindia at tug.org
Date: Mon, 14 Jun 2010 15:44:12 +0530
Subject: Re: typeset table in landscape mode
Dear All
> How to typeset table in landscape mode
Recently, I learned to use the following, in both cases array package
is required.
(i) Accommodating large table in Portrait mode
\begin{table}[!htbp]\resizebox{0.9\textwidth}{!}{
\begin{tabular}{|c|c|c|} ....etc
..... ....
\end{tabular}}
\end{table}
The resize command works nicely. 0.9 is 90% of textwidth, if require
you can make it to 100% by removing 0.9.
(ii) Using Landscape mode
\begin{landscape}
\begin{table}..
...
\end{table}
\end{landscape}
Centering table across the page is little bit tricky.
Wishes
Thomas
________________________________
Dr Joseph Thomas Andrews
Shri G S Institute of Technology & Science
Indore 452 003 India
More information about the tugindia
mailing list