You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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.
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!
The text was updated successfully, but these errors were encountered: