Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion Probably an old Bibtex question
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Robert Schlicht  
View profile  
 More options Mar 22 2001, 12:36 pm
Newsgroups: comp.text.tex
From: Robert Schlicht <schli...@informatik.hu-berlin.de>
Date: Thu, 22 Mar 2001 18:18:52 +0100
Local: Thurs, Mar 22 2001 12:18 pm
Subject: Re: Probably an old Bibtex question

John Hasenbein wrote:

> Can anyone help out with this one?

> Suppose I have bibtex item with

>         First Name = Francis
>         Last Name  = de Vericourt

> When listing refs in the bibliography, this name should come under "V"
> not "D". How do I do this?

> One way I tried was using the first name as: Francis de

> However, when using the abbrv style this results in:
>         F. d. Vericourt

> Any other suggestions???

It's not difficult to hack the bst.file in this case.
In abbrv.bst you'll find the function {sort.format.names}. There is the
line:

   s nameptr "{vv{ } }{ll{ }}{  f{ }}{  jj{ }}" format.name$ 't :=
         von --^  last-^  first-^       ^- junior

which gives the sorting order. So you want to change it to

   s nameptr "{ll{ }}{  f{ }}{vv{ } }{  jj{ }}" format.name$ 't :=

so that sorting first takes the last name, then the first name, and then
the von part.

> Thanks  - John

PS.Of course you have to rename abbrv.bst

Hope this helped,
Robert

--
Robert Schlicht
<---------------------------------
  schli...@informatik.hu-berlin.de
 r_schli...@yahoo.com
--------------------------------->


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.