Open anielsen001 opened 1 year ago
Simply remove the leading /
which is not read as root of the project for PowerPoint format it seems.
This is definitely a bug on our side. We should be looking into that path for project-relative path fixups and are apparently not.
Simply remove the leading
/
which is not read as root of the project for PowerPoint format it seems.
This does work, but only in this case where the relative path to the qmd file makes sense. Especially for backgrounds and logos, I have a top-level directory with all the graphics and it's hard to specify where to find these from a relative path, especially if you move the markdown files around later to refactor the project.
Bug description
I tried to render a reveal.js presentation into pptx instead and found an error. I created a repo to demo the error here: https://github.com/anielsen001/quarot-pptx-bug-000.
The problem is that I have a background-image on a slide like this:
The reveal.js render works fine, but when rendering to pptx, it cannot find the image, and i get this error message:
I believe it has to do with how I specify the path to the background image, but it works for reveal.js. I'm not sure how to specify it for pptx rendering. I think that the syntax for one should work for both. I'd like to be able to simply add a new type of output and have my existing content just work.
I'm using quarto version 1.3.340 on the command line, on Ubuntu 20.04. here's the output of
quarto check
:Checklist
quarto check
so we know which version of quarto and its dependencies you're running.