Replies: 5 comments 7 replies
-
You need to use a Lua filter to extract the information (metadata) and format it as you need, such as new metadata entries. |
Beta Was this translation helpful? Give feedback.
-
can you show an example? I actually would love to define new metadata like name of supervisor and the degree too |
Beta Was this translation helpful? Give feedback.
-
one more question here. Should the index.qmd always be inlcuded as the first chapter?
I also have my index.qmd and dedications.qmd like below index.qmd
and dedications.qmd
|
Beta Was this translation helpful? Give feedback.
-
I tried it . Seems not working . This is the error PS C:\Users\Nithin M\OneDrive\Documents\GitHub\quarto tex experiments\book> quarto render now my chapters part of YAML looks like this
and acknwl.qmd
|
Beta Was this translation helpful? Give feedback.
-
I thought of that. but writing a thesis we need many more pages in between. was wondering about a general solution. Thanks for chipping in always |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
I am writing a thesis in quarto. i have university requirements and corresponding latex template. for example in title page i need to give month and year of submission. and also only year in a filed of copyright. I know i can pass date in quarto get year month format for submission. i do this by modifying and using latex partials. What i want to do is use the passed YAML date and use only year part of that in my copyright field.
my template looks like this
what i want to do is in the third last line instead of copyright 2025 which is hardcoded, i want to pass quarto date, something like this
minimal qmd file looks like this
Beta Was this translation helpful? Give feedback.
All reactions