Incorrect capitalization of words that include numbers in bibtext export
Hello.
I have a bibliography item with a title that starts with a capitalized word that includes a number in the middle, like this: ABC2ABC
The problem is that Zotero exports it to bibtex without capitalizing the parat after the number: title = {{ABC}2ABC}
So the title in the bibliography appears like this: ABC2abc
Is there any way to get the correct capitalization?
Thank you in advance.
I have a bibliography item with a title that starts with a capitalized word that includes a number in the middle, like this: ABC2ABC
The problem is that Zotero exports it to bibtex without capitalizing the parat after the number: title = {{ABC}2ABC}
So the title in the bibliography appears like this: ABC2abc
Is there any way to get the correct capitalization?
Thank you in advance.
This is an old discussion that has not been active in a long time. Before commenting here, you should strongly consider starting a new discussion instead. If you think the content of this discussion is still relevant, you can link to it from your new discussion.
Upgrade Storage
The problem is that I usually work in overleaf importing the bibliography from Zotero, and it gets imported using the Zotero normal export, instead of better-bibtex's.
"Some language {ABC}2{CDE} some more language"?
I'd think the two are functionally equivalent, but you never know...
Speaking about that, just wondering... if we assume that we have in Zotero the title exactly as I want it to appear in the paper, why not go for "{Some language ABC2CDE some more language}"?. It looks easier to program and less prone to unexpected behaviors.
You definitely don't want to do quote-brace. See here for some of the horror of doing the requisite case protection.
I used a similar trick using Dropbox, but in the end it was not very reliable. I'll give a shot to this one.