suchow / Dissertate

Beautiful LaTeX dissertation templates.
GNU Affero General Public License v3.0
714 stars 164 forks source link

FPfigure appearing at end of section #88

Open camcush opened 1 year ago

camcush commented 1 year ago

I'm really enjoying using the Harvard template for writing my dissertation, but I'm having an issue where the full page figures are pushed to the end of the section no matter where I introduce them in the code. This also causes every other figure I introduce after the FPfigure to appear in sequence at the end of the section. I've tried "\begin{FPfigure}[h]" to no avail. Is there any way to control where in the text the full page figures appear? Any guidance or suggestions are appreciated!

camcush commented 1 year ago

Turns out the "\afterpage{\clearpage}" line after "\end{FPfigure}" solves this issue - I didn't catch that before! Unfortunately there's still an issue where the rest of the page after the FPfigure command is inserted is blank (i.e. if I insert the FP figure code block at the end of a paragraph and that paragraph ends halfway down a page in the compiled pdf, the rest of that page will be blank before the text continues on the next page and the figure is inserted even later) - haven't figured out a good way to fix that yet.