Skip to content

Shorten title in PDF headers - Header PDF #12005

Answered by Steinthal
Ppantaleo asked this question in Q&A
Discussion options

You must be logged in to vote

If you change the PDF format definition in _quarto.yml then the text is wrapped inside a \parbox:

  pdf:
    documentclass: scrbook
    papersize: a4
    toc: true
    number-sections: false
    latex-engine: lualatex
    include-in-header:
      text: |
        \usepackage[automark]{scrlayer-scrpage}
        \pagestyle{scrheadings}

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Ppantaleo
Comment options

Answer selected by Ppantaleo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
books latex LaTeX engines related libraries and technologies
2 participants