andersljohansson
About
- Username
- andersljohansson
- Joined
- Roles
- Member
Comments
-
Thanks for the quick answers! I actually did try to disable v2 but didn’t realize that a restart was needed. Now after disabling v2 and restarting, it works. Now on to get that writing done!
-
The problem is that in the longer document (which is of course a research application due to be submitted pretty soon), similar errors seem to occur in various places, also without citations (I've been doing some bisecting on many parts of the docum…
-
Thanks, that’s great! My only remaining problem is that the limitation on schemes here:: https://github.com/zotero/zotero/commit/3d2afa9c7fc3ed0685c73dd49c389d5eae58c0d9#diff-9c93d20596380224a97faab26e528866R1035 It limits url schemes to alphanumer…
-
No, I’m not putting the custom URLs in the metadata of the item, but via "Attach link to URI..." (which creates an URI-attachment to the item). Now, when double-clicking one such link with for example org-protocol (or evernote or whatever), I get t…
-
Confirmed. No problem on latest master.
-
For anyone coming in here. I believe this is (better) achievable with zotfile's advanced renaming rules. @GrantRobertson is working on figuring that out in another thread: https://forums.zotero.org/discussion/comment/299209/#Comment_299209 To me, u…
-
I have a problem which is probably related. Report ID: 1887722737 Using Zotero built from latest master (0bb0912). I use zotero-odf-scan-plugin with libreoffice. After inserting any citation in a libreoffice document with the rtf cite translator an…
-
@ahmontgo and @Gracile about logical page numbers: The "Use actual article/book chapter page for highlighted text snippets"-option simply adds the first page in the page field of the item in Zotero to the pdf page of the extracted note. There is n…
-
I see. I was to quick in interpreting this. I don't use markdown myself. But don't feel afraid to start an issue on better-bibtex on github. Emiliano is usually very quick to add/fix things.
-
EoinTravers: As far as I understand, BetterBibTeX already has this functionality integrated, so no need for a custom translator. See https://zotplus.github.io/better-bibtex/Citation-Keys.html#drag-and-drophotkey-citations
-
In biblatex you can also remove or keep urls for certain item types. See: http://tex.stackexchange.com/a/52603 I use: %removes url for every type except those listed here \AtEveryBibitem{% \ifboolexpr{ not (test {\ifentrytype{misc}} or test%…
-
I (one of the authors of the biblatex translator) can confirm the problem with your data. It actually seems to be a problem with the function Zotero.Utilities.strToISO, which seems to be failing for dates in January (according to my quick and non-ex…
-
I'm working on implementing these improvements (along with some other discussed elsewhere) now and just want to confirm what you think about what has been discussed here. Are these the two rules that you think should be implemented to get support fo…
-
It has been interesting to follow this discussion. I (as the creator of the BibLaTeX translator) excluded inbook for the obvious reasons that there were no Zotero equivalent and that it was "controversial" according to the BibLaTeX manual. If you t…
-
@s0larix: The reason for expecting ISO language codes (e.g. en-US) and mapping these to babel (and soon hopefully polyglossia) languages is that this is what is used in CSL. If there are any CSL applications that makes use of it for switching langua…
-
@sanovich: I've fixed this now and here is the pull request: https://github.com/zotero/translators/pull/665. It'll update whenever @adamsmith pulls it. Note that the old behaviour (where you got only "issue" was actually wrong) and what you will ge…
-
Easy usage guide: If you use "standard" BibTeX, use the BibTeX-translator. If you use BibLaTeX ("a complete reimplementation of the bibliographic facilities provided by LaTeX in conjunction with BibTeX" http://www.ctan.org/pkg/biblat…
-
A pull request for these fixes: https://github.com/zotero/translators/pull/664 I'll add support for more languages and polyglossia later as fixing this is of course more urgent The people possibly affected by erroneously printed languages in biblio…
-
Hi. That it writes out both language and langid is completely a mistake. I just forgot to remove the old direct mapping to language when I added the smarter handling of langid. Easily fixed. The other thing that it does is writing out language lit…
-
Hi, mobam. Yeah, I really needed origdate too, that was why I added that feature. (BTW, which biblatex style do you use for this? It is not implemented in the standard style? I hacked my own style some years ago to make that work). As regards your …
-
That's great! I changed the translator name and file name of my version to "BibLaTeX-with-hacks" so people won't confuse things.
-
@petzi, If you could have a look at the error console (shift+ctrl+j) in firefox after the problem happens it usually indicates what line of javascript in the translator caused the error. If you could post this information it would help debugging. It…
-
Fixed the output of the date fields. New version: https://raw.github.com/andersjohansson/zotero-biblatex-translator/master/BibLaTeX.js @ffsammak, if there are other things that are "very buggy", please notify me! I've successfully used the translat…
-
@ffsammak: You have a very good point. The problem results from me trying to simplify things and assuming the date-field in Zotero would be stored in iso standard format (yyyy-mm-dd) so that it could just be written to the biblatex file which assume…
-
If you are using BibLaTeX consider using my BibLaTeX export translator (modified from the standard BibTeX). Available here on GitHub. It solves (4) by bypassing some of the escaping in the BibTeX translator (I haven't really tested all cases though…
-
Actually, setting "getCollections" as lst suggests does work for me now (don't know why it didn't seem to do so last year) I have added this to my (unofficial) BibLaTeX export translator.
-
I've moved development to GitHub, implemented some new features, and written better documentation. See https://github.com/andersjohansson/zotero-biblatex-translator.
-
I have the same problem. Even when exporting from the menu inside zotero. The fix above didn't work for me. recursiveCollections option is set to true.
-
New version again. I have sorted out the handling of creators a little more (and documented it on FieldConversionList). I removed preservation of "uppercase characters in non-initial positions" with braces, which means Denis's isssue 2 in above pos…
-
Update: A new version that works with Zotero 2.1.x has been released. Get it here: http://code.google.com/p/zotero-biblatex-export/downloads/list I also started out on some kind of documentation, at first describing the field mappings. Mostly to o…