Replies: 1 comment 1 reply
-
Could you provide a working reproducible example, such as a repository or a set of files, with how you call Quarto (i.e., CLI, CLI with some custom parameters, RStudio, VSCode, ...)? I think your issue is more about your setup rather than a bug with Quarto in this case. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
I'm trying to write a course book with some colleagues, to make things neater and stop people editing each other's work I'm putting chapters and subchapters into a folder called
chatpers
in the root of the project. These qmd files are then linked into the index.qmd file. The problem is any images created by R in these chapters (e.g. ggplot graphs) are output toindex_files\figure-html
whilst the linked qmd files create html looking for images in:chapters/index_files/figure-html/
How can we get the subfolder qmd files to point to the correct location for an R created image?
See more details here: https://stackoverflow.com/questions/74433972/r-quarto-include-file-not-linking-to-ggplot2-images
Beta Was this translation helpful? Give feedback.
All reactions