Hi again!
Except from some built-in counters like page, counters seem to be reset when Prince generates one PDF from multiple HTML documents.
To demonstrate my problem, I attach two HTML files and a CSS file to demonstrate the effect. The command prince d1.html d2.html -o test.pdf creates a PDF file with two pages, but the value of counter Level0 is apparently 1 on both pages even though it should have been incremented by the body element and there is nothing around that resets it.
Is this a bug or a feature?
Except from some built-in counters like page, counters seem to be reset when Prince generates one PDF from multiple HTML documents.
To demonstrate my problem, I attach two HTML files and a CSS file to demonstrate the effect. The command prince d1.html d2.html -o test.pdf creates a PDF file with two pages, but the value of counter Level0 is apparently 1 on both pages even though it should have been incremented by the body element and there is nothing around that resets it.
Is this a bug or a feature?