emilianoeheyns
About
- Username
- emilianoeheyns
- Joined
- Roles
- Member
Comments
-
Oh and yeah, setting "language" will also steer BBTs caps handling.
-
The language field is mapped to "genre"? Then what is Film-Genre mapped to? I thought "type" was mapped to "genre"?
-
The biblatex manual says: The language(s) of the work. Languages may be specified literally or as localisation keys. If localisation keys are used, the prefix lang is omissible. See also origlanguage and compare langid in § 2.2.3 So language seems t…
-
https://github.com/retorquere/zotero-storage-scanner is now compatible with 5.0 and will tag the attachments with "#broken" in zotero.
-
(one such fallback is that "year" is supported in biblatex but it will be treated as verbating text, not as a date)
-
Combined bibtex/biblatex is not feasible -- biblatex will try to make the most out of bibtex references it's offered, but there will always be loss.
-
@gamboz for bibtex exports, can you see if BBT does what you want? If not, a postscript will fix it (unless its an error in BBT, in which case I will fix it).
-
@nr10 the problem as I understand it is that it isn't really Zotero that is doing the parenthesis suppression, it's the citeproc engine it embeds (citeproc-js). It may be possible to edit the style to treat "suppress author" as "suppress parenthesis…
-
If you're unhappy with the mapping, you can change it using something like if (Translator.BetterBibLaTeX) { if (this.item.itemType == 'presentation') this.referencetype = 'anythingyouwant' }
-
Please report Better BibTeX problems on the better bibtex issue tracker: https://github.com/retorquere/zotero-better-bibtex/issues
-
Oops. 5.0.87 should have suppressTitleCase re-enabled.
-
I have no specifics at hand, but way back when I started putting together a test framework for BBT, none of the formats (including MODS XML) would provide me with a way to fill all the Zotero fields. I created my own translator which imports/exports…
-
I don't understand what is meant by "only without BBT". Do you mean that the pref for the stock translator doesn't work when you have BBT installed? The suppressTitleCase preference ought to work for BBT, if it doesn't I'd appreciate a bug report o…
-
Nothing yet on the issue tracker.
-
Plus I can't read Zotero error logs. I need specific BBT errors logs.
-
This script will download and install zotero. It includes a launcher shortcut with icon: https://raw.githubusercontent.com/retorquere/zotero-better-bibtex/master/zotero5_installer.py
-
Although I suppose it would be doable to change that to a streaming parser with a chunked buffer, which would allow both lookahead and streaming. Hmm...
-
BBT does concatenation (by virtue of the parser I co-maintain with the fiduswriter author), and has the same behavior as the Zotero BibTeX importer -- unresolved strings will be replaced by their name. edit: in this parser lookahead is trivial beca…
-
5.0.73 is out with round-brace reference parsing and line numbers for errors. @rpgoldman , I'd appreciate it if you could see if there are remaining cases in your import BBT doesn't handle; if so, could you open an issue on https://github.com/retorq…
-
I've taken a quick look, but they way I'd go about it would require a lookahead at the end of getFieldValue and I had to keep passing around state -- it got more complicated than I could handle quickly.
-
Scratch that -- I found an easy way to do line counting in the parser. 5.0.73 will report line numbers for errors.
-
You would have to ask the Docear people why they're not recognizing the BBT output.
-
(a line count would be more involved, and the primary author of the bibtex parser I use won't be back until mid-feb. it's not something I'm going to do without consulting with him)
-
Do you get an error popup, or an error note, from BBT? In any case, BBT 5.0.72 should import them.
-
@rpgoldman there's no reason the parser couldn't count lines, but the one I use doesn't. Yet, at least.
-
Got it -- BTW, string definitions are imported by BBT.
-
The import progress window is not BBTs -- I don't know what triggers cause it to come up or to go away.
-
@adamsmith: It's importing without throwing an error dialog -- I'm looking at importing the content properly. @rpgoldman: thanks, I'll look into that.
-
I guess it is, because BBT imports it :)
-
Is that valid bibtex? With the round braces?
Upgrade Storage