In reading the documentation, it seems like you name a page by adding this on the page:
Then you can control the style of that page in your CSS like this:
I'm a little confused about how you name the page. Do you always have to use
<contents>
table of contents
</contents>
Then you can control the style of that page in your CSS like this:
contents {
display: block;
page: table-of-contents;
counter-reset: page 1
}
I'm a little confused about how you name the page. Do you always have to use
<contents>
tags? Does Prince look at each string inside the contents tags and use that as the page's name? Can I use any kind of tag, such as a div tag or something? Thanks.
Edited by tomjohnson1492