Add include-before-header
for LaTeX/PDF output (to create tagged/accessible PDF)
#11116
TS-CUBED
started this conversation in
Feature Requests
Replies: 1 comment 1 reply
-
I don't know if that's something to be done in Quarto or upstream in Pandoc. Note that you can use the partials/template already: https://quarto.org/docs/journals/templates.html#latex-partials You might even make your own format extension with specific YAML keys to fill your LaTeX document. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Description
I need to produce tagged PDFs (which are a pain in LaTeX anyway) and so far have gotten around that by using HTML as my main format.
But in the future I will need UA standard PDFs. LaTeX now has limited support for that, but needs inserting a
MetaData
section before the\documentclass
header.https://latex3.github.io/tagging-project/documentation/prototype-usage-instructions.html
Is this achievable somehow? I know I could create my own plugin/format, but was looking for an out-of-the-box option.
Beta Was this translation helpful? Give feedback.
All reactions