12 Sep
2020
12 Sep
'20
8:04 p.m.
Am 07.09.2020 um 14:08 schrieb Mikael Sundqvist
: I'm defining a bottomfigure with default=bottom, but it does not always seem to work (example below). If the float does not fit on the page, it appears instead in the top of the next page. Can I force it to be in the bottom of the next page? That is, can I setup a float that is always at the bottom of the page? I hope what I ask makes sense.
AFAIK location=bottom is always unreliable, it’s a known limitation and you can’t change that. Do you need it as a float (with caption and all)? Otherwise you could try absolute placement with a layer. Hraban