Skip to content

Commit

Permalink
Try to compile an Rmd document that requires an extra LaTeX package
Browse files Browse the repository at this point in the history
  • Loading branch information
yihui committed Sep 28, 2020
1 parent ad2c32b commit 5e14a7e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions test.Rmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
title: Test
output:
pdf_document:
extra_dependencies: animate
---

We want to use the LaTeX package **animate**.

0 comments on commit 5e14a7e

Please sign in to comment.