Hello,
I am looking for a way to always ensure that chapters begin on a right page and to also ensure that the facing left page is always empty.
I tried :
but it works only if the previous chapter ends on a right page. If it ends on a left page, I need to add two extra blank pages, but I couldn't find a way to do that.
Any idea ?
Nico
I am looking for a way to always ensure that chapters begin on a right page and to also ensure that the facing left page is always empty.
I tried :
div.chapter { page-break-before: right }
but it works only if the previous chapter ends on a right page. If it ends on a left page, I need to add two extra blank pages, but I couldn't find a way to do that.
Any idea ?
Nico