-
| DescriptionFollowing this discussion, I want to add a custom metadata option in the quarto preamble/yaml. ---
title: Paper Title
author: First Author
quote-style: "british"
format:
  pdf:
     include-in-header:
        - "include-in-header.tex"
---I then want to include this  
 This does not work. I get the following error-message when I try to render the file: What did I wrong? Is there another way to define the csquotes style in the Quarto-preamble? | 
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
| This is a LaTeX error. Use  Why are you not using templates and partials? These are précis there for what you want to do. https://quarto.org/docs/journals/templates.html#latex-partials | 
Beta Was this translation helpful? Give feedback.
That is the perfect solution. Thank you!
I did the following:
filterin your project folder.And then use quotation marks in quarto. It will use the right qutoation marks in pdf, hmtl and docx.