This is a simple plugin for Endnote that generates BibTeX labels for Endnote to be exported using the built in BibTeX export plugin.
Some notes:
- The format for labels is {author_surname.lower}{shortyear}, the detection of surnames may be not bullet proof.
- It will not overwrite existing labels, if it encounters a potential duplicate label, it
will append a random 5 character string to the label, eg. if
ranu09
is used, the next time it sees a label that would beranu09
, it will useranu09-adf4v
instead. - A second menu item is included that inserts an underscore between the surname and short year, as this feature was requested
To build this, you'll need the following in your build path:
- Rapidxml http://rapidxml.sourceforge.net/
- C++ Boost http://sourceforge.net/projects/boost/files/boost-binaries/1.56.0/boost_1_56_0-msvc-9.0-32.exe/download
- Endnote sdk http://endnote.com/en/software-development-kit
- Visual Studio 2008 http://www.microsoft.com/en-au/download/details.aspx?id=7873
If you're on Windows 10, copy the .dll file from the root directory of this repository.
Copy the file from vc9/Release/BibTex/BibTeX-Label-Creator.dll
into My Documents/Endnote/Plugins
(create the folder if it doesn't exist) and start Endnote.
Once installed:
- Go to Tools->Generate BibTeX Labels
- Wait for it to run, (you may need to set Endnote to display labels in the main view by right clicking the column heading and select
Label
) - Set Endnote to export using the BibTeX output style (Edit->Output Styles->Open Style Manager and make sure
BibTeX Export
is ticked), - Export your Endnote library to .bib (File->Export, uncheck
Export Selected References
if you want to export all your references), select theBibTeX Export
output style, choose a file name with .bib extension and click save, - Use the resulting .bib file in your LaTeX documents!