rstudio / rticles

LaTeX Journal Article Templates for R Markdown
https://pkgs.rstudio.com/rticles/
1.47k stars 519 forks source link

Fix issue with bib file and Pandoc 3 #516

Closed cderv closed 1 year ago

cderv commented 1 year ago
Rendering the joss format...
Error reading bibliography file paper.bib:
(line 39, column 1):
unexpected '@'
Error from convert_fun(output = output, input_files, pandoc_to, output_format$pandoc$from,  ... 
Error: Error: pandoc document conversion failed with error 25
Execution halted

https://github.com/rstudio/rticles/actions/runs/4028031132/jobs/6924452834#step:13:311

cderv commented 1 year ago

Should be fixed by itself with a new pandoc release following https://github.com/jgm/pandoc/issues/8597 and see other discussion at https://github.com/jgm/pandoc/issues/8604

cderv commented 1 year ago

This is now fixed with latest pandoc

github-actions[bot] commented 1 year ago

This old thread has been automatically locked. If you think you have found something related to this, please open a new issue by following the issue guide (https://yihui.org/issue/), and link to this old issue if necessary.