Skip to content

How to pass custom metadata to .tex header? #12010

Answered by franzeder
franzeder asked this question in Q&A
Discussion options

You must be logged in to vote

That is the perfect solution. Thank you!

I did the following:

  1. Copy the pandoc-quotes.lua in a subdirectory called filter in your project folder.
  2. Then add the following lines to the yaml preamble:
filters: [filters/pandoc-quotes.lua]
quot-lang: en-GB

And then use quotation marks in quarto. It will use the right qutoation marks in pdf, hmtl and docx.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@franzeder
Comment options

@mcanouil
Comment options

mcanouil Feb 3, 2025
Collaborator

@franzeder
Comment options

Answer selected by franzeder
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
latex LaTeX engines related libraries and technologies themes Related to HTML theming or any other style related issue (like highlight-style)
2 participants