Skip to content

fix: quarto render template.qmd failure - #44

Open
mcanouil wants to merge 2 commits into
quarto-journals:mainfrom
mcanouil:fix-render-figure-bibstyle
Open

fix: quarto render template.qmd failure#44
mcanouil wants to merge 2 commits into
quarto-journals:mainfrom
mcanouil:fix-render-figure-bibstyle

Conversation

@mcanouil

@mcanouil mcanouil commented Jul 12, 2026

Copy link
Copy Markdown

Rendering template.qmd failed; fixes:

  • fancy-figure.lua wrapped images in a nested figure environment ("Not in outer par mode") — now emits \Description inside Quarto's own figure.
  • biblio-style was te.bst, so bibtex looked for the non-existent te.bst.bst — set to ACM-Reference-Format.
  • Removed the leftover te.bst (a Theoretical Economics style from the forked template).

Found while running the release checks in my extensions directory (https://github.com/mcanouil/quarto-extensions/blob/quarto-tests/logs/quarto-journals/acm/release/1.9.38/stderr.log).

mcanouil added 2 commits July 12, 2026 23:00
Emit \Description inside Quarto's figure instead of a nested figure
environment (caused "Not in outer par mode"), and set biblio-style to
ACM-Reference-Format instead of te.bst (bibtex looked for te.bst.bst).
te.bst is a Theoretical Economics style left over from the forked
template; the ACM style is ACM-Reference-Format, which the extension
ships and add-bibliography.lua already selects.
@cscheid

cscheid commented Jul 13, 2026

Copy link
Copy Markdown
Collaborator

Thanks! If we're reviving this format officially (which is good!) we should probably add some tests to verify that our output sufficiently matches that of the pure-latex ACM template.

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.

2 participants