I am wondering on how to split in 2 a single page of my whole document, and add a table vertically. As a matter of fact the table is so large, that I used to reading it on a newpage in a landscape mode.
\newpage
\begin{landscape}
\begin{table}[htbp]
...
\end{table}%
\end{landscape}
But now I'd like it to be disclosed as:
%table(vertically to fit 1/2 page) | %keep writing my text
Ps: Eventually on the following page I'd also like everything to revert back as usual on a single page.
\textheightis bigger thantextwidth? If it is, than see link which provide you @JohnKormylo, other wise don't change table orientation. – Zarko Oct 18 '15 at 21:14\begin{sidewaystable}, my text on the right end side are embedded with this table on the left side resulting in a 'messy' output. A way around eventually found has consisted of resizing that table using a combination of\addtolength{\tabcolsep}{-xxx}and\smallto make it fit on a4 page document so as to carry forward quickly. it's not the ideal solution but at least it produces an acceptable table for reading purposes. Cheers. – owner Oct 19 '15 at 06:34