Forum How do I...?

Resetting page counters to other counters' values

kiriel
Hello, I'm trying to skip part of the pages in my page counter, so what I would like to do is sometrhing like this:

counter-reset: page target-counter("#c-introduction" ,page);

Unfortunately this does not seem to work.
Is there a way around this?

Thanks a lot in advance
mikeday
What exactly are you trying to do? The most common usage of this feature is to reset the page counter to 1 after an introduction or prologue that is not included in the page count. Are you trying to skip a dynamic number of pages taken up by the introduction, so the page count will go "1, 2, 3, x, x, x, x, 4, 5, 6" where x is an introduction page?