anton.chigurh@mail.com schrieb am 09.12.2023 um 11:50:
Hi all, I am generating a quiz, with eight questions, each with text and a figure following it. The output was fine till the fifth question, but then the margin separating the text of each question disappeared and the figure got put on the next page one after the other. Can anyone suggest what I could be doing wrong?
Without a proper example it's difficult to give an answer.
Do I need to increase the buffer? how?
This is what I have used to place each figure \startplacefigure[location=here,reference=fig:blah][]{} \externalfigure[blah.jpeg][scale=300] \stopplacefigure
You can try the force option: \startplacefigure[location=force,reference=fig:blah] \externalfigure[blah.jpeg][scale=300] \stopplacefigure Wolfgang