Skip to content

Commit

Permalink
AMS and citeproc does not work with Pandoc 3.1.7 and above
Browse files Browse the repository at this point in the history
See #550
  • Loading branch information
cderv committed Nov 2, 2023
1 parent b0a95fa commit ff2346e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion inst/rmarkdown/templates/trb/skeleton/skeleton.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ knitr::kable(mtcars[1:5, 1:6], format = "latex", table.envir = "table",
TRB still wants numbered, unsorted citations beginning on a new page. The
template is configured to use `natbib` with the `unsrtnat` citation style, with
some additional logic to use parentheses instead of brackets. The YAML key
`bibliostyle` will allow the authors to select a different citation format, but
`biblio-style` will allow the authors to select a different citation format, but
this is not recommended at the moment. Citations use the pandoc logic. Including
the reference in brackets `[@reference]` will print only the numeric reference;
e.g. [@Feynman1963118; @Dirac1953888]. Including the reference without brackets
Expand Down
2 changes: 1 addition & 1 deletion tests/testit/test-formats.R
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ test_format("aea")
test_format("agu")
test_format("ajs", skip = !rmarkdown::pandoc_available("2.7"))
test_format("amq")
test_format("ams")
test_format("ams", skip = rmarkdown::pandoc_available("3.1.7")) # ISSUE TO SOLVE WITH NATBIB / CITEPROC - See #444
test_format("arxiv")
test_format("asa")
test_format("bioinformatics")
Expand Down

0 comments on commit ff2346e

Please sign in to comment.