Replies: 1 comment 3 replies
-
|
Could you share a small self-contained "working" (reproducible) example to work with, i.e., a complete Quarto document or a Git repository? The goal is to make it as easy as possible for us to recreate your problem so that we can fix it: please help us help you! Thanks. Note that you can investigate the LaTeX code produced and figure out a LaTeX solution using For YAML options, be sure to check the documentation, especially the reference pages: https://quarto.org/docs/reference/ You can share a self-contained "working" (reproducible) Quarto document using the following syntax, i.e., using more backticks than you have in your document (usually four If you have multiple files (and if it is absolutely required to have multiple files), please share as a Git repository.
Additionally and if not already given, please share the output of |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
I want to create a PDF of a Quarto book (either a book or a scrbook). By default, the rendered PDF includes headers on every page containing the chapter titles and section headings. Unfortunately, they are too long to be rendered appropriately, resulting in considerable text overflow in the headers.
I tried using the
geometryandinclude-in-headersoptions in the _quarto.yml file to prevent the headers from being rendered, but without success.I have two questions, preferably to be solved using YAML options (if possible):
How can I suppress the headers, or the chapter and section headings respectively, when rendering to PDF?
How can text overflow in headers be prevented?
Beta Was this translation helpful? Give feedback.
All reactions