You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get this issue when syncing the library directly with Overleaf, and using biblatex. The format of the exportet .bib file is like this:
@article{actor_data-driven_2024,
title = {Data-driven Whitney forms for structure-preserving control volume analysis},
volume = {496},
issn = {0021-9991},
url = {...},
doi = {10.1016/j.jcp.2023.112520},
abstract = {...},
pages = {112520},
journaltitle = {Journal of Computational Physics},
shortjournal = {Journal of Computational Physics},
author = {Actor, Jonas A. and Hu, Xiaozhe and Huang, Andy and Roberts, Scott A. and Trask, Nathaniel},
date = {2024-01-01},
note = {Read\_Status: In Progress
Read\_Status\_Date: 2024-06-24T07:27:24.312Z},
keywords = {Whitney forms},
}
The problem is therefore the read status being exportet as 'note', which by default is displayed for \printbibliography. It can be circumvented using \AtEveryBibitem{\clearfield{note}} Originally posted by @skjelanger in #6 (comment)
It seems like the fix to #6 only works when using an "export" option from Zotero, but not when directly syncing.
Need to find which code path this takes.
The text was updated successfully, but these errors were encountered:
It seems like the fix to #6 only works when using an "export" option from Zotero, but not when directly syncing.
Need to find which code path this takes.
The text was updated successfully, but these errors were encountered: