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

Added beamer_presentation2 #823

Merged
merged 3 commits into from
Nov 20, 2019
Merged

Added beamer_presentation2 #823

merged 3 commits into from
Nov 20, 2019

Conversation

jooyoungseo
Copy link

This PR resolves #790 by consulting with this StackOverflow question and answer.

Change

  • Added bookdown::beamer_presentation2() output format.

Testing

I have confirmed the following minimal template working as expected.

---
output: bookdown::beamer_presentation2
---

# Table Test

See Table\ \@ref(tab:test-table).

```{r test-table}
knitr::kable(head(airquality), caption = "Test table.")
```

---

# Figure Test

See Figure \@ref(fig:test-figure).

```{r test-figure, fig.cap="Figure test."}
hist(airquality$Ozone, col="blue")
```

Copy link
Member

@yihui yihui left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@yihui yihui merged commit 99c3a10 into rstudio:master Nov 20, 2019
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 6, 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

Successfully merging this pull request may close these issues.

Cannot make beamer_presentation using pdf_book
2 participants