Hi Jeremy On Thu, Jan 11, 2007 at 04:06:10PM -0500, Jeremy Hankins wrote: > > What do folks do to get muse and bibtex (when publishing to latex, of > course) to work well together? Doesn't seem like it'd be all that hard > to add citation markup that would use bibtex when publishing to latex. > > Now that I'm done with my latest paper I'd like to deal with the one > area where I had to go and edit the latex manually. But I can't imagine > others haven't faced the issue too, so I thought I'd ask. Baring that, > any thoughts on how such a thing ought to work?
I am not an elisp wizard, so I've come up with a bit of a hack that serves the purpose. I use pybliographer (a Python library for handling BiBTeX) and incorporate it into muse as described at http://mentat.za.net/phd-wiki-web/InstallingThisWiki.html (see the heading further down the page, "Adding a bibliography and references"). Typical output looks like http://mentat.za.net/phd-wiki-web/Bibliography.html and http://mentat.za.net/phd-wiki-web/PolygonClipping.html Some further notes on installing: - You can specify your BiBTeX database in bib.py - Edit the pybliographer path in bib.py - Edit the project directory in the (bib) function in ~/.emacs. Hope that helps! Cheers Stéfan _______________________________________________ Muse-el-discuss mailing list [email protected] https://mail.gna.org/listinfo/muse-el-discuss
