-
DescriptionThanks for the kind reply of @cderv. #7692 has discussed the relevant issue about how to pass custom metadata value to LaTeX Partials. I encountered a similar issue that with this. The value of custom metadata in The content in title: A Quarto Example
author: Author Name
id-number: 230106
major: Computer Science
format:
pdf:
template-partials:
- before-body.tex # Working
# - title.tex # Not working
# keep-tex: true This is the Git repository of all files: https://github.com/TomBener/quarto-cli-9060 And I have also uploaded as a zip file below. Could you help to diagnose the issue. Thanks very much. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Could you share either as plain text or preferably when sharing multiple files as a Git repository? |
Beta Was this translation helpful? Give feedback.
-
What is the error you get exactly ? Can you share more so I am sure I am looking at the same thing ? Just to clarify - you need to look at where the template used will be included in the main template.
|
Beta Was this translation helpful? Give feedback.
What is the error you get exactly ? Can you share more so I am sure I am looking at the same thing ?
Just to clarify - you need to look at where the template used will be included in the main template.
before-body.tex
will be inside\begin{document}
buttitle.tex
will be before. I am not sure you can use\begin{table}
in the LaTeX preamble and not inside\begin{document}
- so not sure your example is really ok to show your issuetitle.tex
is about the title parthttps://github.com/quarto-dev/quarto-cli/blob/main/src/resources/formats/pdf/pandoc/title.tex