printmyblog icon indicating copy to clipboard operation
printmyblog copied to clipboard

Template for inner title pages

Open mnelson4 opened this issue 4 years ago • 1 comments

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.

mnelson4 avatar Nov 21 '21 02:11 mnelson4

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"

mnelson4 avatar Nov 21 '21 07:11 mnelson4