Carnë Draug schrieb:
Hi
I'm trying to get a float in LyX with a 3 figures and a table and some text.
I made a image of the layout I want and uploaded it here
http://picpaste.com/layout.png
I also made it in ASCII since some people may not wish to follow a link
1 word
+-------------------------------------------+
| Figure |
+-------------------------------------------+
+----------------+ 1 word
| | 4 words
| | +-----------------------+
| | | Figure |
| Table | +-----------------------+
| | 4 words
| | +-----------------------+
| | | Figure |
| | +-----------------------+
| |
+----------------+
However, I can't do it. I've read the user's guide and it says that LyX
doesn't support wrap floats, to read the documentation of wrapfig. I
followed the reference in the guide which was a sty file. I just don't
understand what's written in there.
I thought I could do it with LaTeX code so I got a book from the library but
I still can't. Can someone give me a hand with this?
Thanks in advance
Carnë Draug
I usually do this kind of layout by simply adding a table without
visible lines and add the content where I want it.
So in your case, I would create a single float environment, add a 2x2
table, merge the upper fields, insert the first figure.
Then, I would set the width of the colums to a defined value (because
then I am allowed to fill in more than one line of content in a cell).
Afterwards, I would insert the table in the lower left cell and the
other stuff in the lower right cell.
Do you need an example-file?
Regards, Florian