Hello,
I want to combine html files this way:
or
I need a chapter counter, so I declared:
And my chapterxxx.html content starts with:
But when I display count(chapter) (in the footer for instance) it is reseted to 1 at each chapter html input. How could I get a "global" chapter counter ?
Thanks
I want to combine html files this way:
prince toc1.html chapter1.html chapter2.html document1.pdf
or
prince toc2.html chapter1.html chapter3.html document2.pdf
I need a chapter counter, so I declared:
div.chapter { counter-increment: chapter; }
And my chapterxxx.html content starts with:
<div class="chapter" ...>
But when I display count(chapter) (in the footer for instance) it is reseted to 1 at each chapter html input. How could I get a "global" chapter counter ?
Thanks