I need some sort of insight on how to accomplish the following.
These recommendations come from the Chicago Manual Of Style which is what we use as best practices for books. This is not an optional requirement for us. There will be blank empty pages, that is fine.
This is a continuation of the ideas in this thread. The advice given (which worked) was:
I'm thinking I will need to insert "content: flow()" in there somewhere, but I have no idea really.
Can someone help?
- Table of Contents: Must start on recto (right page)
- New chapter/part: Must start on recto (right page)
These recommendations come from the Chicago Manual Of Style which is what we use as best practices for books. This is not an optional requirement for us. There will be blank empty pages, that is fine.
This is a continuation of the ideas in this thread. The advice given (which worked) was:
mikeday wrote:
You can use a named page for chapter and tell Prince that this starts a new named page group, like this:@page chapter:first { ... } .chapter { page: chapter; prince-page-group: start }
I'm thinking I will need to insert "content: flow()" in there somewhere, but I have no idea really.
Can someone help?