Replies: 1 comment 5 replies
-
@dragonstyle is |
Beta Was this translation helpful? Give feedback.
5 replies
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.
-
Bug description
Hej!
In a larger project, I would like to use my own
latexmk
pipeline because manually runninglatexmk
with the LaTeX file generated by Quarto works successfully whereas compilation is unsuccessful when I try to generate the PDF with quarto andpdf-engine: latexmk
. Based on the docs, I assumed I could opt out of Quarto's machinery by settinglatex-auto-mk: false
. However, changing this setting does seem to make a difference (as someone else had noticed before apparently: #819 (comment)). In contrast to other configurations, these options also don't show up in the pandoc/metadata output in the terminal.So I tried to set some of the other
latex-...
options and they also did not seem to affect compilation. For instance, I played around with the following somewhat minimal example:I rendered it by running
in the terminal. Both with Quarto 1.2.335 and 1.3.34 (Fedora 37), the
latex-...
options do not change the output in the terminal and, e.g., regardless of the optionlatex-output-dir
always a directory/tmp/...
is used by latexmk.Am I doing something wrong or do these options not work currently?
Checklist
Beta Was this translation helpful? Give feedback.
All reactions