-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't render a qmd presentation #62
Comments
Sorry to come back to this, but does anybody have some more insight into this? The qmd presentation gets parsed OK (a bit worse than what was happening for xaringan slides, I think...) onto pdf, if I don't use the complex_slides/partial_slides options, but it still fails otherwise... (I appreciate the summer has got in the way --- and people have way better things to do than obsessively look at the issues on their GitHub repo!... :-)) |
We've been dealing with other issues trying to get the package on CRAN. It was just removed from CRAN yesterday due to a remaining obscure note in the checks that we have yet to solve. Our current plan for further development is to get this back on CRAN, then add support for handouts, then start working on Quarto support. So eventually we'll get to this. I suspect there are several things we will need to change to get Quarto slides more properly supported. |
Thank you, @jhelvy! Like I said, I appreciate that life gets in the way and dealing with repos is way more work than you bargain for, when you set it up!... :-) |
In the medium term:
|
Thanks, @gadenbuie --- yes: that more or less works (like I said, slightly worse than what was happening for xaringan slides, but that will do!). |
This should (hopefully) be resolved now with v0.2.0 now on CRAN. |
Thank you. It does plough through (without complex or partial slides, as @gadenbuie said) and it does OK-ish... It struggles, I think, when the underlying quarto file has too much customisation/added components? See if these two (relatively manipulated and restructured qmd/css files) help debug?
I think some issues may be quarto-related quirks that don't directly affect xaringan... Happy to help (if I can...). |
Yeah it shouldn't be any different from opening the Quarto slides in Chrome and printing to PDF. If you see discrepancies between |
Yes. I think Chrome would give the same output as All in all, I think this is a part where xaringan still does better in terms of then rendering to pdf. But thanks for your awesome work! |
Maybe try to set the "suffix" |
mmm... Not sure I am making this wrong, but if I try Can you please clarify what you mean @mcanouil? |
When you use Chrome, add the |
Thank you. I've tried with this |
I think the advice being offered is mostly around what's possible in terms of printing to PDF. If the slides don't look great when printing to PDF from Chrome, then that's a problem with the framework being used to create the slides — renderthis doesn't (and can't) do much more than coordinate printing via Chrome. So even more concretely, if your Quarto or xaringan slides don't look great when you print them in Chrome, please report those problems in the Quarto or xaringan repos. |
Thank you, @gadenbuie - I think Thank you all for looking into this! Appreciate it! 🙏 |
Hi all,
I have a qmd/revealjs presentation, but I have customised the theme and have created a template. The slides compile perfectly, but when I try to pdf them using
renderthis
I get a messageI think this gets triggered by the check in
Not sure how to deal with this though...
I'm testing this on a html file output by quarto both locally and deployed online (https://giabaio.github.io/test-quarto). Sorry if I'm missing an obvious point!
Thanks for your help!
Gianluca
The text was updated successfully, but these errors were encountered: