-
I'm wondering how you go about making a cover page that is more complete than the default 'bare-bones' version. When I've written report/manuals/etc in Is there anyway to create such feature filled cover pages and/or verso pages with I'm really enjoying the transition to quarto, although I'm struggling to figure out how to do some things like editing formatting for sections headers or captions. Are there any examples that show some of the more advanced customisations that can be done for creating pdfs? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 5 replies
-
Yes, definitely! Check this out: https://nmfs-opensci.github.io/quarto_titlepages/ |
Beta Was this translation helpful? Give feedback.
-
The titlepages template/extension is very cool. However, if you want a simple way to include an image on the cover page of a format:
pdf:
header-includes: |
\titlehead{\includegraphics[width=6in]{cover-image.png}} I didn't try it, but I the Koma Script classes will also display a |
Beta Was this translation helpful? Give feedback.
-
Does the simple |
Beta Was this translation helpful? Give feedback.
Yes, definitely! Check this out: https://nmfs-opensci.github.io/quarto_titlepages/