[texhax] pdflatex : multi figure + one table : \\, aligning figures
Bryan W. Lepore
Bryan.Lepore at umassmed.edu
Thu Jul 9 17:13:46 CEST 2009
On Fri, 3 Jul 2009, Steve Schwartz wrote:
> On Fri, 2009-06-26 at 18:48 +0100, Bryan W. Lepore wrote:
>> i'd like to get a long figure aligned left, then three small figures
>> stacked on the right, then table on the bottom.
>>
>> +--------+---------+
>> | long | short 1 |
>> | |---------+
>> | figure | short 2 |
>> | |---------+
>> | | short 3 |
>> +--------+---------+
>> | table |
>> +------------------+
> You supplied some sample latex code that seemed to be relying on the
> size of your graphics to get things right. I'd be inclined to take
> control, by putting tabulars inside tabulars, e.g., (totally untested}
>
>
> \usepackage{array}
>
> \begin{tabular}{m{0.5\textwidth}m{0.5\textwidth}}
> \includegraphics[width=0.4\textwidth]{long} &
> \begin{tabular}{m{0.45\textwidth}}
> \includegraphics[width=0.4\textwidth]{short1}\\
> \includegraphics[width=0.4\textwidth]{short2}\\
> \includegraphics[width=0.4\textwidth]{short3}\\
> \end{tabular}
> \\
> \multicolumn{2}{c}{
> \begin{tabular}{.............} your table here \end{tabular}
> }\\
> \end{tabular}
this was exactly what i needed. i surrounded that with a table
environment to get caption/label.
thanks Steve!
-bryan
p.s: i did not try the extra code you wrote
More information about the texhax
mailing list