Skip to content

Commit

Permalink
pandoc 2.2 should suffice
Browse files Browse the repository at this point in the history
  • Loading branch information
yihui committed Jul 3, 2018
1 parent 8da3d29 commit 86d1326
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ rticles 0.5 (unreleased)
- Add MDPI journal template

- Fixed #6 and #132: dollar signs can be used in code chunks in JSS articles
now, but it will require Pandoc 2.2.1 (you can use the Preview version of
now, but it will require Pandoc 2.x (you can use the Preview version of
RStudio if you do not want to install Pandoc separately).

rticles 0.4.1
Expand Down
2 changes: 1 addition & 1 deletion R/jss_article.R
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#' @export
jss_article <- function(..., keep_tex = TRUE, citation_package = 'natbib') {

rmarkdown::pandoc_available('2.2.1', TRUE)
rmarkdown::pandoc_available('2.2', TRUE)

template <- find_resource("jss_article", "template.tex")

Expand Down

0 comments on commit 86d1326

Please sign in to comment.