Hi Mike,
I was hoping I'd find a partial workaround to the page float bug:
http://www.princexml.com/bb/viewtopic.php?t=1633
... by manually deleting the blank pages after generating, and adding this CSS so that the page number count would magically line up again:
div.photopage {
counter-increment: page -1; /* also tried -2 */
}
However, I found that any value for counter-increment: page is being ignored. I see in other forum replies that this is apparently intentional because "it's not clear what this would mean." (Presumably this reason is because prince's internal counter is somehow tied to this -- otherwise, counter-reset: page would also be unsupported.)
This seems like another bug, but one that might just be a quick easy fix and could therefore be a partial workaround while we wait for the real fix in the roadmap. Is this indeed an easy bug fix?
Hope blooms eternal,
-c
I was hoping I'd find a partial workaround to the page float bug:
http://www.princexml.com/bb/viewtopic.php?t=1633
... by manually deleting the blank pages after generating, and adding this CSS so that the page number count would magically line up again:
div.photopage {
counter-increment: page -1; /* also tried -2 */
}
However, I found that any value for counter-increment: page is being ignored. I see in other forum replies that this is apparently intentional because "it's not clear what this would mean." (Presumably this reason is because prince's internal counter is somehow tied to this -- otherwise, counter-reset: page would also be unsupported.)
This seems like another bug, but one that might just be a quick easy fix and could therefore be a partial workaround while we wait for the real fix in the roadmap. Is this indeed an easy bug fix?
Hope blooms eternal,
-c