You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've verified this happens if I open the html file in chrome and print that way or if I use pagedown::chrome_print. I can use chrome to print other documents to pdf without issues, the problem only seems to occur with certain xaringan slides. Specifically, it happens with the title slide and inverse slides, and after the title slide the problem seems to occur after the first use of a header on an inverse slide. The text highlighting and formatting (some words overlap) then persists on all inverse slides for the rest of the presentation after that first header.
---
title: Example
output: xaringan::moon_reader
---
# One
Two
# Three
---
class: inverse
# One
Two
# Three
I have provided the necessary information about my issue.
If I'm asking a question, I have already asked it on Stack Overflow or RStudio Community, waited for at least 24 hours, and included a link to my question there.
If I'm filing a bug report, I have included a minimal, self-contained, and reproducible example, and have also included xfun::session_info('xaringan'). I have upgraded all my packages to their latest versions (e.g., R, RStudio, and R packages), and also tried the development version: remotes::install_github('yihui/xaringan').
If I have posted the same issue elsewhere, I have also mentioned it in this issue.
I have learned the Github Markdown syntax, and formatted my issue correctly.
I understand that my issue may be closed if I don't fulfill my promises.
The text was updated successfully, but these errors were encountered:
I've verified this happens if I open the html file in chrome and print that way or if I use pagedown::chrome_print. I can use chrome to print other documents to pdf without issues, the problem only seems to occur with certain xaringan slides. Specifically, it happens with the title slide and inverse slides, and after the title slide the problem seems to occur after the first use of a header on an inverse slide. The text highlighting and formatting (some words overlap) then persists on all inverse slides for the rest of the presentation after that first header.
By filing an issue to this repo, I promise that
xfun::session_info('xaringan')
. I have upgraded all my packages to their latest versions (e.g., R, RStudio, and R packages), and also tried the development version:remotes::install_github('yihui/xaringan')
.I understand that my issue may be closed if I don't fulfill my promises.
The text was updated successfully, but these errors were encountered: