bibulus-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bibulus-dev] Many authors


From: Thomas M. Widmann
Subject: Re: [Bibulus-dev] Many authors
Date: 07 Apr 2003 23:08:24 +0100
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

"Martin Lüthi" <address@hidden> writes:

> Bibulus looks quite promising, and I am thinking of adapting the
> same syntax for my XML bibliography file (even if there are already
> several other syntaxes out there).

Sounds good!  But please be aware that Bibulus is still undergoing
development and is not yet stable (although I hope the main features
of the DTD won't change).

> >From the sample file and the DTD I could not see how you want to deal
> with several authors. Many author blocks? Or something like this:
> 
> <authors>
>   <author>xxxxx</author>
>   <author>xxxxx</author>
>   <author>xxxxx</author>
> </authors>

A real example:

    <author>
      <name nametype="familylast">
        <given>Jan</given>
        <family>Rijkhoff</family>
      </name>
      <name nametype="familylast">
        <given>Dik</given>
        <family>Bakker</family>
      </name>
      <name nametype="familylast">
        <given>Kees</given>
        <family>Hengeveld</family>
      </name>
      <name nametype="familylast">
        <given>Peter</given>
        <family>Kahrel</family>
      </name>
    </author>

However, I'm not quite sure how best to specify several forms of the
same name -- for instance, a Russian author might conceivably have a
standard Latin-script form of his/her name that should be stored too.
One extra level of nesting will probably look somewhat crowded. :-(

/Thomas
-- 
\author{Thomas Widmann\thanks{3/2,  54 Mavisbank Gardens,  Glasgow  G51\,1HL,
Scotland, address@hidden Tel.~+44 (141) 419\,9872.}\\{\tt address@hidden




reply via email to

[Prev in Thread] Current Thread [Next in Thread]