Skip to content
Discussion options

You must be logged in to vote

I was hoping that using output-file: pdf-book would cause all the PDF files to be placed in that folder, so I could use .gitignore to avoid pushing that entire folder live.

A quarto book project does two separate things:

  • many different HTML files
  • a single PDF file for the entire book

Quarto doesn't currently support splitting up the book into separate chapters; you'll need to do this step manually yourself. If the PDF file is too large, you can consider creating low-resolution versions of the images, and using those instead (this should be relatively painless with conditional blocks based on format: https://quarto.org/docs/authoring/conditional.html)

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by bcongelio
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants