You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Quarto users shouldn't specify LaTeX packages as (LaTeX commands in) header-includes. They should put them under the imagify key.
Metadata syntax: make sure users can use the same keys under imagify as under format: pdf:
Metadata coverage: make sure we pick up all documented Quarto keys that are relevant for the filter (provided we can access them when rendering to other formats than PDF)
Pass to PDF output: pass packages specified under imagify to LaTeX when targeting LaTeX or PDF. In Pandoc, generate raw header-includes. In Quarto, use quarto.doc.include_text('in-header', text) and quarto.doc.use_latex_package(pkg, opt). See Quarto Lua API.
The text was updated successfully, but these errors were encountered:
In Quarto users shouldn't specify LaTeX packages as (LaTeX commands in)
header-includes
. They should put them under theimagify
key.format: pdf:
imagify
to LaTeX when targeting LaTeX or PDF. In Pandoc, generate raw header-includes. In Quarto, usequarto.doc.include_text('in-header', text)
andquarto.doc.use_latex_package(pkg, opt)
. See Quarto Lua API.The text was updated successfully, but these errors were encountered: