Integration with latex?
I've seen a couple discussions here about integration with Word -- but I'm a Latex user (specifically, TeXShop on a Mac) and I haven't been able to find any conversations/information about what the future might hold for people who want to use Latex and Zotero together. Is there any information out there?
I suppose it might be nice if some developer would add the ability to push to LyX/Kile, Emacs, WinEdt, etc. (just as JabRef already can).
In principle, it should be possible to do this with a third-party plugin (I don't know if it is so common a need that the Zotero devs should add it to the core extension).
it would be very useful to have a BibTeX-file which is constantly updated when changes in Zotero are made.
It would be very nice also, if a field "abstract" would exist (and be exported to BibTeX) for the abstract of a paper and if the note fields in Zotero could also be exported (maybe as an option - choosen by the Zotero user).
I figure there has to be somewhere that zotero stores the keys, otherwise every time you export you run the risk of having the citation keys change which would play havoc with in text citations.
My personal solution is to just import zotero export into bibliographic tools more capable of handling bibtex for now. There are other utilities that can make sensible citekeys for you (but if you export everything several times rather than append new entries, it could be that you clobber some of your keys). This is exactly what happens right now--citekeys are auto-generated at the time of export.
I agree that it would be very useful, zotero to maintain an updated bibtex file.
It would also be very useful to be able to copy and paste the bibtex key from zotero to the text editor.
See http://forums.zotero.org/discussion/31/bibtex-export/
If anyone is interested, see our sample plugin and post a note on the dev list to let others know you're working on this.
http://forums.zotero.org/discussion/537/lyx-support
If someone is working on the custom bibtex key generator or updater, please post to that discussion, since the projects would work well together.
Ideally, I would like to be able to drag and drop a Zotero entry into a text window and have it plot out \cite{articlename}.
BibTool, for example, does a better job than zotero is ever likely to do of cleaning up bibtex files, auto-generating citekeys, etc. I'd like to be able to automatically invoke it (or any other tool of my choice) every time I do a bibtex export.
This may not solve noahwf's original problem, but it should help anyone who uses a text editor to write Latex.
It is available here:
http://www.people.fas.harvard.edu/~leifer/zotero/BibTexCiteKeyOnly.js
And it is just a crudely modified version of Simon Kornblith's "BibTex" translator version 1.0.0b4.r1.
To install, simply save the .js file to your Zotero translator's directory and restart Zotero.
If you don't know where your translator's directory is do the following:Go to Zotero Preferences. Open the Advanced pane. Click on "Show Data Directory." This will take you to a "zotero" folder. The "zotero" folder will contain a "translators" folder. Save the.BibtexCiteKeyOnly.js file here.
To Use:
After you restart Zotero, set "BibTex CiteKey-Only Exporter" as the Default Output Format in the Export preferences pane. Now, you can select a reference and drag it off the screen into a waiting text editor. Alternatively you can use Cmd+Shift+C to copy the \Cite{key} to your clipboard.
I hope someone will find this useful.
Just a few notes though
1) the translator folder doesn't exist in the version 1.0.9, only in the beta version. not sure how to adapt this for the old version, I just upgraded to beta
2) when I drag and drop a citation, it goes into TexShop great, but it always goes to a new line, ie drops [Enter] \cite{citekey}
Otherwise, great!!
I uploaded a new version that got rid of the carriage return. Don't know where the folder is for 1.09 (I use 1.5beta) so I can't help you there.
Good luck!
http://www.zotero.org/support/dev/scaffold_tutorial
Upgrading to 1.5 is probably easier though.
Well since people are finding this useful, maybe the powers-that-be would consider adding this as a default translator that ships with Zotero. Does anyone know how that works?
1. Zotero to retrieve references from the web
2. Mendeley on my computer for cataloging and extracting information from locally stored pdfs
3. Zotero syncs with Mendeley
4. Mendeley is able to create and keep-in-sync a bibtex file for a) the entire mendely library, b) a collection (user defined collection).
5. Jabref to manage the bibtex-file and direct import into latex editor.
works great (..or as great as your skills are at keeping a clean collection in Mendeley...)
Cheers,
Tormod
Has anyone had any problems recently after the last Zotero update with Kramer's (excellent) drag and drop \cite tool. It now seems to be generating the wrong author_first word_year line for the citation when dragged across? The Bibtex name is now not the same as that dragged across...If so (or even if not), does anyone know how to get round it?
Thanks
http://mackerron.com/zot2bib/
Best
Steve
The main issue I am encountering is the output contains sort of html formatting like {\textless}p{\textmore} paragraph text {\textless}/p{\textmore} for each paragraph, obviously to add html paragraph notation such as <p> and </p> to the output.
I cannot find how to conveniently use this in LaTeX. My current solution is to edit the .bib to remove all such entries, but surely this is not uncommon, so is there some new feature in 2.1 to address this, or some other solutions?
Just special case
field == "nnote"
with an extra if clause and put your replacements there.