emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Alan Schmitt <alan.schmitt@polytechnique.org>
To: Matt Lundin <mdl@imapmail.org>
Cc: Grant Rettke <gcr@wisdomandwonder.com>,
	Fabrice Popineau <fabrice.popineau@supelec.fr>,
	"emacs-orgmode@gnu.org" <emacs-orgmode@gnu.org>,
	Eric Schulte <schulte.eric@gmail.com>,
	John Kitchin <jkitchin@andrew.cmu.edu>
Subject: Re: org-ref in action
Date: Fri, 27 Jun 2014 08:44:27 +0200	[thread overview]
Message-ID: <m2pphu3l84.fsf@top-wifi.irisa.fr> (raw)
In-Reply-To: <87zjgzqznw.fsf@fastmail.fm> (Matt Lundin's message of "Thu, 26 Jun 2014 13:44:03 -0500")

[-- Attachment #1: Type: text/plain, Size: 1768 bytes --]

On 2014-06-26 20:44, Matt Lundin <mdl@imapmail.org> writes:

> Alan Schmitt <alan.schmitt@polytechnique.org> writes:
>
>> On 2014-06-26 16:39, Matt Lundin <mdl@imapmail.org> writes:
>>
>>> By contrast, ox-bibtex.el runs citations through bibtex2html, which is
>>> pretty much limited to the "old-fashioned" bibtex formats.
>>
>> What would be required for bibtex2html to take biblatex input? I thought
>> the backend format was similar or the same (as you can tell, I know
>> nothing of biblatex).
>
> I don't think this is possible without some major
> hacking/conversion/filtering. Biblatex has many more entry types and
> fields than bibtex. I've found that most of the older bibtex utils
> (bibtools, bibtex2html) choke on my biblatex files.

Is there a list of these new entry types? Looking at the code for
bibtex2html (for instance
https://github.com/backtracking/bibtex2html/blob/master/bibtex.mli)
I see that entry types are strings, so if there are issues, I guess they
would happen in the generation part but not in the parsing part.

> Even if biblatex2html did read biblatex data, its output, I believe, is
> limited to bibtex styles, which cannot handle more complex formats. Many
> scientific journals require bibtex formats. But many humanities
> disciplines have more complicated bibliographical requirements that
> bibtex cannot handle.   

I'm very ignorant here: from my understanding, bibtex2html does not care
about bibtex style, it just takes bibtex data as input and produces
html. Is the problem that some entries are ignored, or is there
something deeper that I'm missing?

Alan

PS: if anyone on the list think we should take this off-list, please let
me know

-- 
OpenPGP Key ID : 040D0A3B4ED2E5C7

[-- Attachment #2: Type: application/pgp-signature, Size: 494 bytes --]

  parent reply	other threads:[~2014-06-27  6:44 UTC|newest]

Thread overview: 46+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-06-24 18:45 org-ref in action John Kitchin
2014-06-24 19:26 ` Thomas S. Dye
2014-06-24 20:53 ` Ista Zahn
2014-06-25  2:13 ` Matt Lundin
2014-06-25  8:28 ` Bastien
2014-06-25 16:26 ` Vikas Rawal
2014-06-25 20:25 ` Eric Schulte
2014-06-26  1:09   ` Grant Rettke
2014-06-26  1:10   ` Matt Lundin
2014-06-26 12:21     ` Fabrice Popineau
2014-06-26 12:48       ` John Kitchin
2014-06-26 14:08         ` Matt Lundin
2014-06-26 14:09           ` Matt Lundin
2014-06-26 14:11           ` Grant Rettke
2014-06-26 14:13             ` Ken Mankoff
2014-06-26 14:33             ` Jorge A. Alfaro-Murillo
2014-06-26 14:39             ` Matt Lundin
2014-06-26 17:19               ` Alan Schmitt
2014-06-26 18:44                 ` Matt Lundin
2014-06-27  4:27                   ` Xebar Saram
2014-06-27  7:37                     ` Thomas S. Dye
2014-06-27  7:38                     ` Vikas Rawal
2014-06-27  7:52                       ` Melleus
2014-06-27 13:39                     ` Ista Zahn
2014-06-27 23:56                     ` John Kitchin
2014-06-27  6:44                   ` Alan Schmitt [this message]
2014-06-27 14:26                     ` Matt Lundin
2014-06-27 17:19                       ` Matt Lundin
2014-06-27 15:49               ` Grant Rettke
2014-06-26 16:14         ` Eric Schulte
2014-06-27  6:55         ` Joseph Vidal-Rosset
2014-06-29 10:18 ` Joseph Vidal-Rosset
2014-06-29 12:09   ` John Kitchin
2014-06-29 18:19   ` Eric Schulte
2014-06-29 18:23     ` Joseph Vidal-Rosset
2014-06-30  9:29     ` Joseph Vidal-Rosset
2014-06-30  9:52       ` Eric Schulte
2014-06-30 10:06         ` Joseph Vidal-Rosset
2014-06-30 10:22           ` Eric Schulte
2014-06-30 11:27             ` Joseph Vidal-Rosset
2014-08-05 18:28               ` Xebar Saram
2014-08-05 21:08                 ` John Kitchin
2014-08-06 10:54                   ` Xebar Saram
2014-08-06 12:51                     ` John Kitchin
  -- strict thread matches above, loose matches on Subject: below --
2014-06-25  5:57 Leu Zhe
2014-06-26 22:33 Doyley, Marvin M.

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m2pphu3l84.fsf@top-wifi.irisa.fr \
    --to=alan.schmitt@polytechnique.org \
    --cc=emacs-orgmode@gnu.org \
    --cc=fabrice.popineau@supelec.fr \
    --cc=gcr@wisdomandwonder.com \
    --cc=jkitchin@andrew.cmu.edu \
    --cc=mdl@imapmail.org \
    --cc=schulte.eric@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).