I have a sequence of pages with one flow that overflow in many pages.
I need to have dual page number: one sequence that start from 1 in the firs page and increment by one till the last page and one that reset every "chapter" change.
Chapter 1
Page(total) 1 Page(in chapter) 1
Page(total) 2 Page(in chapter) 2
Page(total) 3 Page(in chapter) 3
Page(total) 4 Page(in chapter) 4
Chapter 2
Page(total) 5 Page(in chapter) 1
Page(total) 6 Page(in chapter) 2
Page(total) 7 Page(in chapter) 3
If I use initial-page-number="1" I obtain page numbers for each chapter and without this I obtain page numbers relative to all the pages...but I can't use this two pagination in the same time!!
Thank you. Stefano.