I want my floats to look slightly different
depending on wether they are on odd or even pages.
I have a latex macro that takes care of that.
But it looks like \value{page} isn't up
to date in the middle of a float? Is it
possible to know, while generating
text in a float, which page number it happens on?
At least wether that page is odd or even?
I noticed that a float on page 5
believed it was on page 4
where the float command was. But there were
no room for a float on page 4.
\arabic{page} gave me 4 (inside the float)
even though it appeared on page 5.
Helge Hafting