Skip to content
Discussion options

You must be logged in to vote

The resource-path is used by Pandoc itself when it resolves resources (not by the underlying TeX compiler). We do support latex-input-paths as an option to add paths to search when compiling LaTeX, but we generally don't recommend that extension developers use them for two reasons:

  1. Extensions may be installed in a namespaced folder, or even nested within another extension. Further, they can be installed beside a document, or at the project root. All of this makes forming a path to the _extensions subfolder difficult and unlikely to work consistently.

  2. We prefer copying the resources next to the input, so that if the user experiences a TeX error, they are left in a state where they coul…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@verbalins
Comment options

Answer selected by verbalins
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
extensions relates to Quarto extensions mechanism latex LaTeX engines related libraries and technologies
2 participants