We have a rule
.chapter {
page-break-after: left;
}
This generates sometimes empty pages only containing the page number and the chapter name within the header.
This there a way leave such pages completely empty?
.chapter {
page-break-after: left;
}
This generates sometimes empty pages only containing the page number and the chapter name within the header.
This there a way leave such pages completely empty?