emilianoeheyns
About
- Username
- emilianoeheyns
- Joined
- Roles
- Member
Comments
-
@Bourde please (re)read my previous comment above.
-
Pull export is just on-demand export. If you compile locally, and you have Zotero running, and you use biblatex, you can use this on-demand export instead of automated export, but it will export for every single compile of your document. Whether thi…
-
Them is me ;)
-
Wait - you mean you had to edit the input before it worked? That sounds like a bug, could you report that on github?
-
For now you have to remove all spaces from patchDates. An upcoming releases eases that requirement. You can also just leave it empty, because tex.date-added=dateadded,tex.date-modified=datemodified is always active.
-
Not a BBT debug ID.
-
Go to Tools -> Developer -> Run Javascript, check "run as async function", paste the script below under Code: and click Run const preprint = Zotero.ItemTypes.getID('preprint') const search = new Zotero.Search() search.addCondition('itemType'…
-
That, or if you want to just convert all "report" items, you don't need to tag them, I could just work with that.
-
In the BBT preferences: https://retorque.re/zotero-better-bibtex/installation/preferences/export/#postscript-1
-
Do these report items have anything that identifies them collectively?
-
if (Translator.BetterBibTeX && zotero.itemType === 'preprint') { tex.entrytype = 'article' }
-
@Bourde that means Mendeley citation keys ought to show up in some way in the extra field. If so, please open an issue at https://github.com/retorquere/zotero-better-bibtex/issues, if not, file an issue at Zotero.
-
Wouldn't that only work for preprint? What happens if an itemtype doesn't have a field that is listed in this mapping? Is it lost, or is it added to Extra? edit: and since it looks like there isn't a mendeley item type that maps to preprint in Zote…
-
@Bourde: No, if you uninstall BBT, that field at the top goes away entirely. Can you post a screenshot of an item that was imported from Mendeley? @dstillman: there is a field citation_key on the Mendeley API so if that could be stuffed in extra as…
-
Automatically in what sense?
-
Pin the one whose key you want to keep, select the others, select "merge", and make sure you use the first article as the merge master item; all the non-master-items keys will go to the tex.ids= line.
-
For example, imagine that (for example, a coauthor) used the citekey "banana." for a paper. Now in my clean collection, I actually want the citekey to be author1_author2_YYYY Add this to your extra field: tex.ids = banana. Citation Key: author1_…
-
I get that you don't want changing citekeys to break existing/old papers, but for that I'd recommend just turning on autoPinDelay (which is a behavior that will likely become the default when Zotero gets formal support for citekeys) and just use tha…
-
would I have to manually define each of these keys? BBT adds the tex.ids= line with the merged key automatically when you merge items (although you can turn that off if you don't want it). Also I notice that when I'm within a collection and I "dupli…
-
You'd have to ask Zotfile. Any plugin can read BBTs citekey, but BBT is not imvolved with how it's used.
-
I'd say the answer to both is "no", sorry, not in the way you want. Collections have pointers to items -- wherever an item appears it is the exact same item, and the citekey attaches to the item, not to the pointer-to-the-item. That said, an item c…
-
Csl yaml wouldn't need a full yaml serializer. It uses only very basic yaml features.
-
@daeh there is a race condition in re-loading the Zotero object in include.js that would lead to crashes, plus it's superfluous since in a overlay extension, Zotero is guaranteed to exist before the overlay code is loaded.
-
They can start by removing this line.
-
Don't worry about the debug ID in this case. I don't see anything weird in those logs, BBT has finished its startup and is idle, the only error present seems to be "ObsVault Error: Error: vaultpath is not set or does not exist.", but since that exis…
-
I'd take the full log if you have it. You can attach it to an issue on github, I have no access to logs submitted to Zotero.
-
I wouldn't have expected "sensibilität" to be affected by the csquotes option at all. That has just regular Quotation marks, not Double Low-9 Quotation Mark / Left Double Quotation Mark that you used above. The change of s to ß is also unexpected. B…
-
Please open an issue on github for that.
-
Not hard to do. It's mostly just a YAML-serialization of the CSL-JSON object, but there's a few (useless IMO) differences in the date format. You might have to hand-code the YAML serializer though to keep file size reasonable.
-
For German I think you would enter „“.
Upgrade Storage