-
As far as I can tell, --resource-path is not used when converting a markdown file to .tex, standalone. Consider the following input file
Does at least one solution make sense? P.S.: The exact same issue occurs if for images in SVG, with |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
We could think about the two options you gave, but I'm a bit worried about expanding expectations around |
Beta Was this translation helpful? Give feedback.
One option here is to use
--pdf-engine=latexmk --pdf-engine-opt=-outdir=build
. Then you can look in the (persistent)build
directory and find the tex file.Another option is simply to use
--verbose
and capture stderr; the entire tex file will be there.