[Tugindia] How to typeset table in landscape mode

Josy P. Pullockara josy at ctfd.cmmacs.ernet.in
Mon Jun 14 10:05:50 CEST 2010


> From: ashok khanda <khanashok at gmail.com>
> I have some problem . I am not able to setup the following table in a
> A4 size paper or help how print this in landscape mode.

\documentclass[a4paper]{article}
\usepackage{lscape}

\begin{document}
% ...
\begin{landscape}
\begin{table}
% your table caption and tabular environment here.
\end{table}
\end{landscape}
% ...
\end{document}

should do the job for you.
-- 
Josy P. Pullockara



More information about the tugindia mailing list