-
Notifications
You must be signed in to change notification settings - Fork 14
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
Export to PDF? #26
Comments
I haven't tested it, but you could try the recommendations from gnab/remark#50. A summary of something that worked for me:
I'm really not sure why it prints correctly only if one does step 2 and 3. When I have more time I can try and test command line solutions proposed in gnab/remark#50 and if they work include them in the docs. |
TLDR:
The "print to file" also works in Firefox 71 on Ubuntu 18.04. |
FWIW I've been using https://github.com/astefanutti/decktape for a long time now. It's really great. |
Looks interesting! Does it just work out of the box with Remark.jl as well? If that's the case, it would be great if you could PR an example to the README or post it here! |
For pdf export I use the R package pagedown julia> using RCall
R> install.packages("pagedown")
R> pagedown::chrome_print("presentation/build/index.html") Correction: But decktape is much better, sorry for the noise. |
Is it possible to export the slides to PDF?
I guess maybe using Pandoc somehow.
The text was updated successfully, but these errors were encountered: