printmyblog
printmyblog copied to clipboard
Template for inner title pages
FOlks may want a 2nd title page to break right. To do so, I needed this CSS:
#title-page-2-wrapper{
break-before:right;
}
Just adding break-before:right on the title wasn't enough (seemed like a bug). So I think this needs to be done in a template.
Inner title pages:
- are mostly just
[pmb-title] - want no page numbering
- should usually be on the right-hand page (except in digital PDFs)
- if they have content, it's usually at the very bottom of the page and its small
- would be nice to be default content, just like title page and table of contents
- should be named "second title page"