We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50e3014 commit 5d42afbCopy full SHA for 5d42afb
.github/workflows/bib2readme.py
@@ -93,7 +93,7 @@ def format_bibtex(entry) -> str:
93
f"author = {{{' and '.join(str(person) for person in entry.persons.get('author', []))}}}"
94
)
95
bibtex_str = (
96
- f"@{bibtex_type}{{{bibtex_key},\n " + ",\n ".join(bibtex_fields) + "\n}"
+ f"@{bibtex_type}{{{bibtex_key},\n " + ",\n ".join(bibtex_fields) + "\n}"
97
98
return bibtex_str
99
0 commit comments