Search found 3 matches

by zxo
Sat Sep 20, 2008 4:19 pm
Forum: General
Topic: table and figure in one figure
Replies: 5
Views: 3928

table and figure in one figure

Hi,

thanks for the answers.

@Axel: Works great :)
@Stefan: Your right, there is really an example in the documentation to set a smaller figure vertically centered. But I don't really understand the example. I never saw \savebox or anything else. Nevertheless, I tried to adopt it, but it didn't ...
by zxo
Fri Sep 19, 2008 11:15 pm
Forum: General
Topic: table and figure in one figure
Replies: 5
Views: 3928

Re: table and figure in one figure

Hi,

thank you for your fast answer. Although it's far better than before, the captions are not on the same height. Please see the second image. I painted some red lines into it. I'd like to have them on the same line. Looks better :)

By the way, I also searched for a way to center both figures ...
by zxo
Fri Sep 19, 2008 10:21 pm
Forum: General
Topic: table and figure in one figure
Replies: 5
Views: 3928

table and figure in one figure

Hello everybody,

I'm trying to use two figures and one table as subfloats in one figure. But the problem ist that they are not aligned correctly (see image). I have the following.

\begin{figure}[ht]
\begin{center}%
\subfloat[First figure]{
\begin{tabular}{c|c|c|c}
$A$ & $B$ & $C$ & $A \vee B ...