Suppose I have two big float environments, e.g figures, and I want to display one of them on the left page and the other one on the right page. This happens because I'm more interested in the easiness of comparing the figures than having them near where they are defined.
What I could do right now is to set the specifier to p for both environments (not really needed since they are big enough to be placed in a float page by default), look where they are placed and, if the position is not what I desired, i.e. the first figure on the right page and the second on the next left page, change where I include the figures in the code.
This approach is annoying for two reasons:
- Moving where I include the figures in the code just to obtain the right result means that sometimes in order to put the figures in the right place in the document I have to put them in another section in the code. The result is a wrong labelling.
- If I add/remove content before that page the way they are displayed in the document could change again. Thus, I have to continuously move these figures until I have completed the document or I have to put them only in the end.
There is a way to say if a given figure must go on a left/right page? Alternatively, there is a way to define a double float page starting from a left page?
