quarto-journals / acm

Quarto template for the Association of Computing Machinery
https://quarto-journals.github.io/acm/
MIT License
16 stars 9 forks source link

Multiple bib files are not correctly rendered #9

Closed jooyoungseo closed 1 year ago

jooyoungseo commented 1 year ago

It seems like there is a missing separator in \bibliography of this template.

Let's say there are multiple bib files are used like below:


---
format: acm-pdf
bibliography: ["foo.bib", "bar.bib"]
---

This produces a tex file with the following output:

_output.tex:

\bibliography{foo.bibbar.bib}