Andrew Greensted
2004-08-09 20:58:21 UTC
Hi All,
This topic seems to crop up quite regularly, but I've not found any
satisfying solutions amongst the postings (or FAQs).
I'm trying to place two subfigures side by side so that their centers
(top to bottom) are aligned:
+------+
+----+ | |
| | | |
+----+ | |
+------+
a) b)
So far I'm using the markup below, and as it aligns the figures by their
baselines, there bottoms are aligned.
begin{figure}
\centering
\subfigure[]{\includegraphics[clip]{images/diffRespHeart.eps}}
\hspace{3mm}
\subfigure[]{\includegraphics[clip]{images/diffRespSal.eps}}
\caption[Short cap]{Long Cap}
\label{fig:diffResponse}
\end{figure}
I've had a look at \raisebox, and minipages but without success. Surely
there is a nice, elegant and tidy way to do this?
This one is really really driving me nuts. Any help would be very
appreciated.
Cheers
Andy
This topic seems to crop up quite regularly, but I've not found any
satisfying solutions amongst the postings (or FAQs).
I'm trying to place two subfigures side by side so that their centers
(top to bottom) are aligned:
+------+
+----+ | |
| | | |
+----+ | |
+------+
a) b)
So far I'm using the markup below, and as it aligns the figures by their
baselines, there bottoms are aligned.
begin{figure}
\centering
\subfigure[]{\includegraphics[clip]{images/diffRespHeart.eps}}
\hspace{3mm}
\subfigure[]{\includegraphics[clip]{images/diffRespSal.eps}}
\caption[Short cap]{Long Cap}
\label{fig:diffResponse}
\end{figure}
I've had a look at \raisebox, and minipages but without success. Surely
there is a nice, elegant and tidy way to do this?
This one is really really driving me nuts. Any help would be very
appreciated.
Cheers
Andy