I am using the quarto book format for a report, and the customer would like it rendered in DOCX. What is the best practice for adding a title page? Book is currently rendering with title information and TOC on the same page without a pagebreak.
The quarto documentation website shows examples of the cover-image option ported over from Pandoc for EPUB (and maybe HTML?). Does not appear to be similar for DOCX.
When I create a Book project the first thing in the YAML "toc" is the Preface page. It is decorated with {unnumbered} so it doesn't show in the printed index on the Index page when rendered to docx. Could you convert the Preface page to the Title page?