[OS X TeX] Landscape nightmare?

Alan Munn amunn at msu.edu
Fri Nov 10 20:12:06 CET 2006


At 12:54 PM -0500 11/10/06, Matthieu Masquelet wrote:

[on the rotating package]
>
>However, I think this is too complicated for me :) I don't see how I
>can rotate just the tabular
>and not the caption. So I think I'll just take a snapshot of my Table
>and make it a graphics that I will insert sideways with the caption
>under it...


Is this what you want?  -Alan



\documentclass[12pt]{article}
\usepackage{rotating}

\begin{document}

\begin{table}[htdp]
\caption{This is the caption}
\begin{center}
\begin{turn}{90}
\begin{tabular}{|c|c|c|}
\hline
1 & 2 & 3 \\
foo & bar & foobar \\
\hline
\end{tabular}
\end{turn}
\end{center}
\end{table}


\end{document}
-- 
Alan Munn 
amunn at msu.edu
Department of Linguistics                             
and Germanic, Slavic, Asian and African Languages   Fax.  +1-517-432-2736
Michigan State University, East Lansing MI 48824       Tel.  +1-517-355-7491
------------------------- Info --------------------------
Mac-TeX Website: http://www.esm.psu.edu/mac-tex/
          & FAQ: http://latex.yauh.de/faq/
TeX FAQ: http://www.tex.ac.uk/faq
List Archive: http://tug.org/pipermail/macostex-archives/




More information about the macostex-archives mailing list