豆豆友情提示:这是一个非官方 GitHub 代理镜像,主要用于网络测试或访问加速。请勿在此进行登录、注册或处理任何敏感信息。进行这些操作请务必访问官方网站 github.com。 Raw 内容也通过此代理提供。
Skip to content

fix(typst): proper array syntax for bibliography#13605

Merged
cderv merged 5 commits intoquarto-dev:mainfrom
mcanouil:fix/issue13602
Oct 23, 2025
Merged

fix(typst): proper array syntax for bibliography#13605
cderv merged 5 commits intoquarto-dev:mainfrom
mcanouil:fix/issue13602

Conversation

@mcanouil
Copy link
Copy Markdown
Collaborator

@mcanouil mcanouil commented Oct 23, 2025

Correct the syntax for specifying multiple bibliography files in the Typst template. This change resolves an issue where the previous syntax caused errors during document rendering with Typst.

Fixes #13602

A PR upstream was also made, thus why src/resources/formats/typst/pandoc/typst.template is not modified here, but it could be:

@mcanouil mcanouil self-assigned this Oct 23, 2025
@posit-snyk-bot
Copy link
Copy Markdown
Collaborator

posit-snyk-bot commented Oct 23, 2025

Snyk checks have passed. No issues have been found so far.

Status Scanner Critical High Medium Low Total (0)
Licenses 0 0 0 0 0 issues
Open Source Security 0 0 0 0 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

@mcanouil mcanouil marked this pull request as ready for review October 23, 2025 08:21
Copy link
Copy Markdown
Collaborator

@cderv cderv left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good.

I'll add a test and a news items. They usually should be in all PR.

@mcanouil
Copy link
Copy Markdown
Collaborator Author

mcanouil commented Oct 23, 2025

Thanks for the test. Maybe add one (I can also but as you are on the branch, i'd rather avoid conflict) when using bibliography: references.bib.

@cderv
Copy link
Copy Markdown
Collaborator

cderv commented Oct 23, 2025

I rebased for cleaner history, and I'll merge when tests passes. Thank you !

@cderv cderv merged commit be6bcd2 into quarto-dev:main Oct 23, 2025
2 of 10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Typst format not parsing multiple bibliography (.bib) files in yaml

3 participants