otoceni tabulky v pdflatexu

Zdenek Wagner wagner at cesnet.cz
Tue Nov 22 14:47:27 CET 2005


On Tue, 22 Nov 2005, Ondrej Koala Vacha wrote:

>
>
> Dobry den,
>
> obratil se na me kolega s prosbou o otoceni tabulky, ktera je prilis
> siroka. Sazi v latexu a pouziva prostredi table. Snazim se tabulku otocit,
> ale narazi to na skutecnost, ze tabulka se sice otoci, ale stranka je
> cela posunuta nahoru vcetne cisla stranky, coz je nezadouci.
> Bohuzel table neumoznuje pouzit \vbox{} nebo neco podobneho:((
> Dotaz tedy zni: jak otocit v pdflatexu tabulku v prostredi table, aby
> cislo stranky bylo kde ma.
>
Zkusil jsem pdfcslatex a toto mi funguje:

\documentclass{article}
\usepackage{rotating}
\begin{document}
Test tabulky

\begin{table}[h]
\begin{center}
\begin{sideways}
\begin{tabular}{|cccccc|}\hline
1 & 2 & 3 & 4 & 5 & 6\\
1 & 2 & 3 & 4 & 5 & 6\\\hline
\end{tabular}
\end{sideways}
\end{center}
 \caption{Solvatochromic parametrs I}
\label{solvPrvniTa}
\end{table}

\end{document}



Zdenek Wagner
e-mail: wagner at cesnet.cz

see also http://hroch486.icpf.cas.cz/wagner/
         http://icebearsoft.euweb.cz




More information about the csTeX mailing list