FINALLY I got it to work. Since Zotero’s been CRASHING on my ass, I decided to export my ridiculous bibliography over to Refworks, which is web-based and clumsy, but at least it doesn’t crash Word.
- So export your stuff from Zotero as BibTeX format (I tried lots of formats and this method works best).
- Open the resulting file in some text editor that allows for Regular Expression search and replace.
- Then run this query:
- Then save, and import the file into RefWorks as a Bibtex file with the default options (I selected UTF-8 for good measure)
Search for: \n},
Replace with: \n} (no comma)
While i’m on this topic I might as well continue my delirium and show the regex for converting from Ottobib BibTeX (Who knew there were so many kinds!?) to Zotero-importable BibTeX.
Search for: '(.*)'
Replace with: {$1}
Yay.
Recent Comments