How can i span image across two columns in multicolumn environment?
I want to create something like this:
c1 Image
c1 Image
c1 c2 c3
c1 c2 c3
(c1, c2, c3 = columns)
It can be done in ConTeXt: http://wiki.contextgarden.net/Columns
|
How can i span image across two columns in multicolumn environment? I want to create something like this:
(c1, c2, c3 = columns) It can be done in ConTeXt: http://wiki.contextgarden.net/Columns |
||||
|
|
|
The simple answer is that this is not available current LaTeX at least not in an automated fashion (nearly anything can be build manually). Standard LaTeX only supports one and two column layouts. The What might help you though is to use Note, by the way, the sentence from ConTeXt garden page that you cited:
It all comes down to the fact that this is not a natural thing to specify in the underlying TeX model. |
|||
|
|