I have a two-column article with many figures, which work out to a little less than 1 figure per column over all pages. In the text, some of the figures are mentioned in bunches, so that a naive placement ends up having pages with any number of figures in each column.
Is it possible to constrain the layout such that at most one figure is allowed at the top of each column?
I do not care where a given figure ends up being placed.
I am currently distributing the figures by hand, but that is very fragile. In fact, I already need to maintain two placement schemes for slightly different typesetting.
I cannot put two figures each in a full-width minipage, since graphics and captions can have ungainly differences in height.
\setcounter{topnum}{1}– David Carlisle Oct 19 '22 at 13:26\setcounter{topnumber}{1},\setcounter{bottomnumber}{0}, and\setcounter{totalnumber}{1}has fixed my problem right away. I get some warnings that floats are stuck, but I cannot see any negative effect from that.Care to write up an answer so I can accept it?
– ntessore Oct 19 '22 at 13:42\begin{figure}[t]. BTW,totalnumberhas more to do with [h] floats. – John Kormylo Oct 19 '22 at 14:51