-
-
Notifications
You must be signed in to change notification settings - Fork 996
beamer_presentation does not resolve latex_dependencies #2478
Copy link
Copy link
Closed
Labels
bugan unexpected problem or unintended behavioran unexpected problem or unintended behaviornextto consider for next releaseto consider for next release
Description
---
output:
pdf_document:
keep_tex: true
keep_md: true
---
```{r}
knitr::asis_output("", meta = list(rmarkdown::latex_dependency("longtable")))
```
\begin{longtable}{r|r}
\hline
speed & dist\\
\hline
4 & 2\\
\end{longtable}
This will throw:
output file: test.knit.md
! LaTeX Error: Environment longtable undefined.
pdf_document does not. This is because we don't resolve depdencies in beamer_presentation format.
extra_dependencies is not even allowed argument
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugan unexpected problem or unintended behavioran unexpected problem or unintended behaviornextto consider for next releaseto consider for next release
Type
Projects
Status
Done