Search found 2 matches

by oeteo
Sun Aug 22, 2010 12:47 pm
Forum: Graphics, Figures & Tables
Topic: Two tables side-by-side in one page
Replies: 2
Views: 12923

Two tables side-by-side in one page

Looks good... In fact, I used a similar technique with minipage and the rotating package to have it landscaped:


\usepackage{rotating}

...

\begin{table}[!ht]

\footnotesize
\caption{Results for testset0-1 (left) and testset0-2 (right)}

\begin{sideways}
\begin{minipage}[b]{0.7\linewidth ...
by oeteo
Sat Aug 21, 2010 10:11 pm
Forum: Graphics, Figures & Tables
Topic: Two tables side-by-side in one page
Replies: 2
Views: 12923

Two tables side-by-side in one page

Hi everyone,

I am writing a thesis and I'd like to simulate the multiple page per sheet printing to put two tables side-by-side on each page.
I tried sidewaystable , which is not bad but I cannot get to put two tables in one page. multicols doesn't work because I have some minipages in my tables ...