Commit 1ec169c
Fix citation NEEDS-CHECK: missing comma before note field breaks BibTeX
fix_bib() stripped trailing "}" then appended note field, but the
previous field (e.g., year={2026}) had no trailing comma. BibTeX
parsed this as a syntax error and skipped the entire entry.
Fix: ensure last field has trailing comma before injecting note.
Affected 6 entries in marco-web-new project.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 07f5b8c commit 1ec169c
1 file changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
970 | 970 | | |
971 | 971 | | |
972 | 972 | | |
973 | | - | |
| 973 | + | |
| 974 | + | |
| 975 | + | |
| 976 | + | |
| 977 | + | |
974 | 978 | | |
975 | 979 | | |
976 | 980 | | |
| |||
0 commit comments