Metadata Quarto issue or Pandoc Issue ? Or as-designed ? #6497
Replies: 3 comments 1 reply
-
Beta Was this translation helpful? Give feedback.
-
Hello, Thank you for answering. You can have a repo here : https://github.com/christophevx/TestQuartoForm You can try to do a "quarto render" in the root folder... I also attached the book in the _book folder, you can see the not working example on the 9th page and all the other ones... PS : Yes, but it is automatically updated when I add a file in a folder ;) |
Beta Was this translation helpful? Give feedback.
-
I see now the issue. You think Quarto documents are separate documents for PDF books, but they are not as they are combined into one single tex file, with the main document being I will open an issue. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
Metadata Quarto issue or Pandoc Issue ? Or as-designed ?
I am in a Quarto book project.
I would like to have the first part globalized for each chapter, but I don't want to write all everytime, so I made an include file (recap.qmd in my example).
I tested a lot of way to do that, but I am not able to include metadata values of the document in the render.
Here is my _quarto.yml
Here is my recap.qmd file
Here is one of chapter file :
The error I have when I render the project is : "WARNING: Unknown meta key duration specified in a metadata Shortcode"
I made the render with the simple command "quarto render --debug"
Can you tell me if if is a Quarto issue, a Pandoc issue or a "as-designed" feature ?
Or if I'm totally wrong with all of this ?
Thank you in advance.
Beta Was this translation helpful? Give feedback.
All reactions