I wrote this guide because I had many references in EndNote that I wanted to use in my LaTeX documents. I had to figure all this out the hard way — by lots of trial and error, if you follow this guide it should be easy for you. There are a few points to make: I have used every EndNote version since 4, but when I did my thesis I used version 9. This guide should work for other versions, unless Endnote have drastically changed something. I also use MikTeX and WinEdt on Windows. I don't have a clue about other configurations but they should still work with this guide.
In LaTeX use natbib. It is by far the best referencing package. Put ''\usepackage{natbib}'' in your header. Then in your document where you want the Bibliograpy to appear add:
\bibliographystyle{plainnat}
\bibliography{name of your bib file}I find plainnat pretty ugly so I wrote a better one bevbib4 you can use this, or write your own with custombib. Note that you don't type in the file name extension in the LaTeX document. For all this to work you need a unique ID for every paper you cite, it is best to be consistent and keep it simple, for example my unique ID for one of my papers is Weir04. This will print out as (Weir et al., 2004) [depending on the style used of course]. Your entries in your bib file should look like this:
@article{Weir04,
Author = {Weir, B. S. and Turner, S. J. and Silvester, W. B. and Park, D.-C. and Young, J. M.},
Title = {Unexpectedly diverse \emph{Mesorhizobium} strains and \emph{Rhizobium leguminosarum} nodulate native legume genera of New Zealand, while introduced legume weeds are nodulated by \emph{Bradyrhizobium} species},
Journal = {Applied and Environmental Microbiology},
Volume = {70},
Number = {10},
Pages = {5980-5987},
Year = {2004} }Now the guide begins. I assume you have an EndNote database (*.enl), back this up before continuing.
\citep{Weir04} or \citet{Weir04} to get a parenthesis or text citation respectively (just try it out to see what happens).The fiddly bit is going back to those references and using proper LaTeX commands where necessary i.e. using \emph{Species name} (type this into the EndNote field) . This will of course look like rubbish if you use the same EndNote database for MS Word documents. I keep two databases.
URL: \url{http://www.example.com}" . Yes this is a hack. The note field in other reference types will not be used (see below).@book{Irwin05,
Author = {Irwin, Geoff and Walrond, Carl},
Title = {When was New Zealand first settled?},
Publisher = {Ministry for Culture and Heritage},
Address = {Wellington},
Series = {Te Ara -- The Encyclopedia of New Zealand},
Note = {URL: \url{http://www.TeAra.govt.nz/NewZealanders/MaoriNewZealanders/WhenWasNewZealandFirstSettled/en}},
Year = {2005} }If "EndNote Export" is not listed in the Edit -> Output Styles menu:
Thanks to Nora Lieske for this tip.
The information on this page may not be exactly what you are looking for, some other websites which might be of help are: