From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Bremner Subject: Re: Citing articles, bibliography and html export Date: Tue, 10 Feb 2009 14:02:08 -0400 Message-ID: <87iqnirx0f.wl%bremner@pivot.cs.unb.ca> References: <20090210134916.GA30130@taruti.net> <18833.47723.497342.735802@clip.dia.fi.upm.es> Reply-To: David Bremner Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LWww9-0006lm-I6 for emacs-orgmode@gnu.org; Tue, 10 Feb 2009 13:02:21 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LWww7-0006lI-Kr for emacs-orgmode@gnu.org; Tue, 10 Feb 2009 13:02:20 -0500 Received: from [199.232.76.173] (port=59886 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LWww7-0006lB-Df for emacs-orgmode@gnu.org; Tue, 10 Feb 2009 13:02:19 -0500 Received: from pivot.cs.unb.ca ([131.202.240.57]:41006) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LWww6-0001fS-Rx for emacs-orgmode@gnu.org; Tue, 10 Feb 2009 13:02:19 -0500 Received: from bremner by pivot.cs.unb.ca with local (Exim 4.69) (envelope-from ) id 1LWwvy-0003I4-99 for emacs-orgmode@gnu.org; Tue, 10 Feb 2009 14:02:10 -0400 In-Reply-To: <18833.47723.497342.735802@clip.dia.fi.upm.es> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Manuel Hermenegildo Cc: emacs-orgmode@gnu.org At Tue, 10 Feb 2009 18:33:31 +0100, Manuel Hermenegildo wrote: > > Some time ago I had some success in a similar context (writing an > autodocumenter for the Ciao programming language) where I needed to > generate citations in a format different from latex. I managed to do > this by writing a new .bst file (the "bibliography style" file that > controls the format in which bibtex formats the references that it > outputs). Hope it helps. --Manuel > Unless you like forth, bst programming is not much fun. There is also e.g. the Text::BibTeX perl module, python-bibtex and probably other options parsing for the bibtex format. There is also ebib [1], a bibtex editor for emacs, but I'm not sure if deals with formatting entries, which is the main issue here. [1] http://ebib.sourceforge.net/