From 5a7c579884c3c0c98c9068e5da2da4f7d14d4851 Mon Sep 17 00:00:00 2001 From: Yihui Xie Date: Fri, 25 Sep 2020 09:23:53 -0500 Subject: [PATCH] Try to compile an Rmd document that requires an extra LaTeX package --- test.Rmd | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/test.Rmd b/test.Rmd index e69de29..d845bf0 100644 --- a/test.Rmd +++ b/test.Rmd @@ -0,0 +1,8 @@ +--- +title: Test +output: + pdf_document: + extra_dependencies: animate +--- + +We want to use the LaTeX package **animate**.