Monday, 30 November 2015

latex - Sources for Bibtex entries

If you use a mac, BibDesk is fantastic: among other really nice features, it lets you find your book/article/etc on your choice of free sites (ACM, arXiv, CiteULike, Google Scholar, HubMed, SPIRES) or subscription sites (IEEE Xplore, MathSciNet, Project Euclid, Zentralblatt Math) and then once you've found the item, it takes one click to import the citation into the database. The database can also store electronic copies of articles (if available) referenced to the citation.



So for example, I would open BibDesk, click on the icon that says Web, click on "MathSciNet". Within the program I see the MathSciNet page (assuming I'm at work where I have access). Type in the search terms Hartshorne and Geometry, and up comes 8 citations I could import. One of them is Algebraic Geometry from 1977, so I would click on the button that says "import". BibDesk does all the other work.



While writing a paper, just drag and drop the citations onto your LaTeX document to embed cite{blah} with the appropriate cite key (at least if you're using TeXShop).



When you're ready to stick a bibliography into your paper, select the relevant articles in the BibDesk database and export them into a BibTeX file. It's super easy.

No comments:

Post a Comment