-
https://github.com/retorquere/zotero-better-bibtex/issues/768#issuecomment-342271291
-
If an ORCID entry is created from BibTeX then only some minimal data is imported in EPrints. I think the reason is that most of the data in ORCID is exported in a work:citation field, e.g.
```xml
…
-
Currently the tags of a bibliography entry are stored in a `HashMap`, which means the order of the tags is unstable.
I have a use-case in mind where I would like to parse a bibliography entry from …
-
Here is an example demonstrating the issue:
```
use nom_bibtex::Bibtex;
fn main() {
let src =
r#"@book {fake_book, title = {Escaping: all about the \{ character},}"#;
match B…
-
-
When creating a Bibliography using ABlog and Sphinx Bibtex, the sidebars do not show up on the generated page. I expected the HTML, and the sidebars are generated in the HTML, but the HTML contains so…
-
The current BibTeX export has the handle of the entry in the \url field, which many a \bibliographystyle ignores. This means that, unless the author of a paper is willing to modify the BibTeX by hand,…
-
Does the BibTeX file need to be a specific format? When I tried to upload a BibTeX file I get:
"We've not been able to import the file you selected. Please ensure it's valid. 'utf8' codec can't decod…
-
everytime I run functions like doi-utils-add-bibtex-entry-from-doi , i get the following message
"bibtex-clean-entry: Wrong type argument: listp, bibtex-completion-bibliography"
I've been on this co…
-
Would it be possible to access/expose Better BibTex citation keys via the Zotero API via one-way sync? I have a use case for an [Obsidian plugin](https://github.com/frthjf/obsidian-zotero-sync-client/…