Friday, September 16, 2005

scale and rotate the table

Scale the whole table including the words inside:

\usepackage{graphicx}

.....

\newsavebox{\tablebox}


\begin{lrbox}{\tablebox}

\begin{tabular}{||l||l||l||l||}

\hline\hline{\textbf{Geographic Location}} } } } \\

\hline\hline

United States & \tt ftp.shsu.edu & 192.92.115.10 & \it /tex-archive\\

\hline\hline

England & \tt ftp.tex.ac.uk & 131.151.79.32 & \it /tex-archive\\

\hline\hline

Germany & \tt ftp.uni-stuttgart.de & 129.69.8.13 & \it /tex-archive\\

\hline\hline

\end{tabular}

\end{lrbox}


\scalebox{0.5}{\usebox{\tablebox}}

\rotatebox[origin=c]{90}{\usebox{\tablebox}}

No comments:

Post a Comment