You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am working with rticles to write a JOSS article and it would be nice to preview how the article would look when I am running it.
I have noticed that when specifying output: rticles::joss_article realized that I am unable to knit my .Rmd file to a pdf.
Minimal Example (example.Rmd)
---
title: "Example"
author: "Benjamin Smith"
date: "`r Sys.Date()`"
output:
rticles::joss_article
---
# Introduction
`This is some text`
# Some R code
\```{r}
print("This is some R output!")
\```
# An Image
![This is an image!!](https://pkgs.rstudio.com/rticles/logo.png)
I am working with rticles to write a JOSS article and it would be nice to preview how the article would look when I am running it.
I have noticed that when specifying
output: rticles::joss_article
realized that I am unable to knit my .Rmd file to a pdf.Minimal Example (example.Rmd)
Error Code
I did my fair share of looking at issues but none of them seem to point to the root of the problem.
Similar issues:
rticles::joss_article
removes hyperlinks from figure captions ifout.width
is used for chunk options #379I do already have
tinytex
installed so that could not be the issue.The text was updated successfully, but these errors were encountered: