Skip to content
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

ioslides not printing to pdf as displayed #399

Closed
1beb opened this issue Mar 17, 2015 · 6 comments
Closed

ioslides not printing to pdf as displayed #399

1beb opened this issue Mar 17, 2015 · 6 comments
Milestone

Comments

@1beb
Copy link

1beb commented Mar 17, 2015

Here's my miminmal reproducible example:

---
title: "Title: Minimal Working Example"
output: ioslides_presentation
date: "Date: March 2015"
subtitle: "Subtitle: This is a subtitle"

---

## This is a test

This is a lot of text

## This is some more text

## This is a plot

CHUNK with Plot that breaks presentation in the issue

## This is another plot

CHUNK with Plot that breaks presentation in the issue 

When I try to print the presentation to PDF, I receive the following issue:

screenshot 35

I'm able to print them reliably using phantomjs / casperjs under linux environment. But would be nice not to have to switch out for this task.

@papageorgiou
Copy link

Had the same issue
I had to take the following steps

  • When the browser tab appears, click to disable the pop up block
  • close the presenter pop up
  • click the right arrow until you reach the last slide
  • then try to printing to pdf (the last slide might still not print correctly). Hope this helps

@dselivanov
Copy link

+1 for this issue

1 similar comment
@remi-daigle
Copy link

+1 for this issue

@yihui yihui added this to the v1.7 milestone Aug 31, 2017
@yihui
Copy link
Member

yihui commented Aug 31, 2017

I'm afraid we are not going to substantially patch ioslides any more. Several other more modern and better maintained libraries are more friendly in terms of printing to PDF. Two examples are xaringan and revealjs. Please give them a try and let us know if we really have to bite the ioslides bullet :)

@yihui yihui closed this as completed Aug 31, 2017
@yihui
Copy link
Member

yihui commented Feb 28, 2019

Recently I tried to improve the printing of ioslides, and I'm not sure if this issue happens to be resolved. Please try remotes::install_github('rstudio/rmarkdown', upgrade = TRUE). I tested the minimal example above and the PDF generated from Chrome looked fine. Thanks!

@github-actions
Copy link

github-actions bot commented Nov 3, 2020

This old thread has been automatically locked. If you think you have found something related to this, please open a new issue by following the issue guide (https://yihui.org/issue/), and link to this old issue if necessary.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 3, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants