Open harrysw1729 opened 1 year ago
Currently, a workaround is to use a different PDF converter such as decktape, which solved both the footnote display issue as well as the trailing-blank-page issue.
This will probably be the solution as we plan to add this method: https://github.com/quarto-dev/quarto-cli/issues/4677
Thanks for the quick reply!
One limitation of using decktape
seems to be that it could take a long time to print the PDF when there are many slides. On my device, it took around one second for each slide, making a 50+ slide deck take more than a minute to convert to PDF.
Bug description
Consider the following
hello.qmd
file:The document was rendered using
quarto render hello.qmd
.In the HTML output, the footnote was displayed in full:
However, if I print the HTML to PDF in Google Chrome according to the documentation here, the footnote was clipped:
Note that there was also a blank page in the printed PDF, which echoed the discussion in #3997.
Currently, a workaround is to use a different PDF converter such as
decktape
, which solved both the footnote display issue as well as the trailing-blank-page issue.Thank you for your help in advance.
Steps to reproduce
No response
Expected behavior
No response
Actual behavior
No response
Your environment
Quarto check output