From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matt Lundin Subject: Re: org-ref in action Date: Fri, 27 Jun 2014 12:19:14 -0500 Message-ID: <87d2du9sod.fsf@fastmail.fm> References: <87wqc4wxbe.fsf@gmail.com> <87fvisbhnb.fsf@fastmail.fm> <87vbrnu5k5.fsf@fastmail.fm> <8761jnu44l.fsf@fastmail.fm> <87zjgzqznw.fsf@fastmail.fm> <87pphufmxo.fsf@fastmail.fm> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41708) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X0Zo2-0000SB-Jh for emacs-orgmode@gnu.org; Fri, 27 Jun 2014 13:19:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X0Znx-0004Y6-Hv for emacs-orgmode@gnu.org; Fri, 27 Jun 2014 13:19:22 -0400 Received: from out1-smtp.messagingengine.com ([66.111.4.25]:50258) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X0Znx-0004Xw-DK for emacs-orgmode@gnu.org; Fri, 27 Jun 2014 13:19:17 -0400 In-Reply-To: <87pphufmxo.fsf@fastmail.fm> (Matt Lundin's message of "Fri, 27 Jun 2014 09:26:43 -0500") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Alan Schmitt Cc: Fabrice Popineau , "emacs-orgmode@gnu.org" Matt Lundin writes: > Alan Schmitt writes: > > You are right. I see that one can specify a style file for parsing bib > files and biblatex does supply a biblatex.bst, e.g., > > bibtex2html -s biblatex > > However, this still produces errors (and a blank html file) when I run > it on a larger bib file that pdflatex/biber parses fine. I was able to > get it to run without errors on a small carefully culled subset (a book > and an article). For the record, after correcting an error in several of my bib entries, bibtex2html -s biblatex is able to parse a biblatex database without error. However, the resulting html is empty. Thanks, Matt