-
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
Rendering quarto presentation to pdf from html leaves (mostly) blank page when notes
exist
#61
Comments
If you open the rendered slides in Chrome and use Chrome's print menu to print to PDF, do you get the same thing or something different? |
hmm this functionally seems ok, although of course i don't want all the extra white space |
I tried your reprex and unfortunately I don't think there's anything specific that renderthis can do to help. Bascially, revealjs has a stylesheet that gets applied when printing the slides and in some cases it causes less than optimal pagination.
|
that's ok! it's a minor inconvenience tbh. please feel free to close this issue. |
Hi,
I think this may be completely intentional, but I noticed that when there is a speaker note on a slide, the slide gets split into 2 pages when saved to pdf with
renderthis::to_pdf()
.For example,
slide 1
below gets split into pages 2 and 3 in the pdf (after the title slide on page 1), whileslide 2
is, as expected, only on page 4.I don't think I can insert the html into this PR, but here's the resulting pdf.
The text was updated successfully, but these errors were encountered: