LyX ⇒ Figures in Lyx
Figures in Lyx
I would like to insert a figure in Lyx just after a paragraph of text. I follow the procedure but the figure goes always on the top of the page...
Thank you for your help !
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
-
- Site Moderator
- Posts: 542
- Joined: Sat Sep 01, 2012 6:38 am
Figures in Lyx
Note that a .lyx file is just a text file so you can open in a text editor and paste a MWE as code here.
For more information, see https://wiki.lyx.org/FAQ/MinimalExample
- Stefan Kottwitz
- Site Admin
- Posts: 10335
- Joined: Mon Mar 10, 2008 9:44 pm
Figures in Lyx
welcome to the forum!
Check the float placement options. Perhaps mark all places as allowed here:
So top of page, bottom of page, here if possible, ignore LaTeX rules (relaxes positioning) - but don't check "Here definitely" (overriding automatic positioning can cause bad page breaks and undesired white space).
And ensure that the figure is not too big to fit on the page, so it goes on top of the next page.
Stefan