M.guravage wrote:
This scheme works when the previous section ends on an odd page, but when the section ends on an even page, \page[left] correctly inserts two blank
I often have a set of macros that does a soemthing like this: \def\leftpage {\page \ifodd\pagenumber \noheaderandfooter~\page \fi} \def\rightpage {\page \ifodd\pagenumber \else \noheaderandfooter~\page \fi} does that help?
The second place figures appear is within sections. I use the same set of commands, which places the figures where I wish, but each figure must be placed precisely at the bottom of an odd page. This looks OK if the bottom of the page coincides with the end of a paragraph, but otherwise the last line is not flush right. I am looking for a solution that says, 'place this figure on the next blank even page disturbing the text flow as little as possible.' I have tried postponing, but without success.
Have you tried putting the figure in a footnote yet? Cheers, Taco