LyX ⇒ Figure next to an itemized List
Figure next to an itemized List
I would like to place a figure next to an itemized environment but I'm not sure how to do that. I've tried several things but nothing worked. The only thing that seems to "partially" work is to place a box next to itemized environment an put the figure inside it. But the figure was either on top or below the list. Is there a simple way to do it? I've attached the LyX file with two figures.
Thanks
Saleh
- Attachments
-
- ListFig.zip
- (11.45 KiB) Downloaded 303 times
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
-
- Posts: 707
- Joined: Tue Mar 25, 2008 5:02 pm
Re: Figure next to an itemized List
The wrapfig solution is generally intended for figures that float, but with text flowing around them; this may or may not be what you intend.
If you produce an image showing how you want the text layed out relative to the figure, I might be able to provide further insight.
Re: Figure next to an itemized List
Actually, the figure wrap feature does not produce what I want. Also, when I used two minipages side by side, the list and figure were not aligned, I'm not sure why?. However, I got better results using a table. I guess I'll stick with that for now.