How to print each chapter's meta data in LaTeX output #4829
Unanswered
bcdavasconcelos
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I apologize beforehand if this should be obvious. I have a website project organized in folders and files:
The website is done, now I am creating a pdf-book for each volume (9 in total). But here is the difficulty: each file has metadata in it (e.g.
original-publisher
,original-date
). How do I print it for each chapter in the latex output? I can incorporate metadata into each volume (each latex book) without any problems, but I don't know how to make Quarto get each chapter's metadata using someqmd
ortex
template. Would I have to compile these separately and them merge them somehow?Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions