Graphics, Figures & Tables ⇒ \clearpage and figure question
\clearpage and figure question
Thank you for taking the time to read my post.
I have a quick question regarding "\clearpage". I have A LOT of figures in my Lyx document thanks for my Thesis and therefore, I am getting the "Too many unprocessed subfloats" error. Hence, I placed the \clearpage text every 5 images or so... However, this produces clear pages in the document (blank pages). Obviously, I need to get rid of these. Also, I did try to use pagebreak, but this still produces blank pages with the figures in weird places. Any input on this issue would be helpful... Has anyone had this problem???
Also, is it possible or feasible to place a figure under two subfigures?? I have subfigure a and b and I want to put a legend (figure) underneath that will correspond to both... I have been trying to do this, but it doesn't look right... Anyone try to do this...?
Thank you for all your time.
Regards,
Lara
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- Stefan Kottwitz
- Site Admin
- Posts: 10358
- Joined: Mon Mar 10, 2008 9:44 pm
\clearpage and figure question
you could use the command \FloatBarrier of the placeins package.
Or use \clearpage together with the afterpage package:
Code: Select all
\afterpage{\clearpage}
Stefan
- Stefan Kottwitz
- Site Admin
- Posts: 10358
- Joined: Mon Mar 10, 2008 9:44 pm