-
Please let me know if it's been answered elsewhere. Installed Quarto and tinytex:
I get an error saying the pdf (and also html render) was not able to find the image, although the image is printed in the subdir. The hello.qmd renders just fine and I'm able to view the ggplot() example in both output renders. This is the error I get:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Can you share the source code / directory structure that is causing the issue (or a minimal example set of code we could take a look at)? |
Beta Was this translation helpful? Give feedback.
@rjsinahon Did you solve your issue ? I see a space in the folder (
testdata 20230216_files
). Do you have a space in your Qmd filename ?@jamessilva0070 As it seems you have encountered the same issue, do you also have a space in your filename by any chance ?
LaTeX does not like that if I remember correctly, and we should probably try to take this into account. I want to confirm.