Tagged Questions
4
votes
1answer
44 views
Problem while using multirow with graphics
I have a problem with the multirow command.
\begin{array}{|c|c|}
\includegraphics[width=1.5in]{1}
&
\multirow{2}{*}{
\includegraphics[width=1.5in]{3}
}
\\
\hline
\includegraphics[width=1.5in]{2}
...
2
votes
1answer
85 views
Creating table of images and only one col having one picture to span all rows
I am just adding lots of images into latex and although I know how to apply images to a table, this one is slightly tricker.
I have two columns. The first needs a single image which spans all rows, ...
8
votes
1answer
657 views
Placing a figure inside a multirow table cell
Is it possible to place a figure within a multirow cell? The vertical alignment is ruined. Does it have to do anything with tikz's bounding boxes?
The following mwe produces the following result
...
3
votes
2answers
1k views
Image Dropping Down in MultiRow Table
I am trying to build a table of images in Latex. Two of my images are portrait, two are landscape. My end goal, is to have them look like this:
| | B | |
| A |---| D |
| | C | |
With my ...