BibTeX, biblatex and biberProblem with "von" part and "dash"

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
Sadeq
Posts: 10
Joined: Sun May 24, 2009 7:49 am

Problem with "von" part and "dash"

Post by Sadeq »

Hi all

I have problem with the "von" part and the "dash" in author surnames, when using "alpha" BibTeX style:

Assume that there are a number of authors whose surnames start with X, Y, Z, and:

1) Ben-Or: I like to see a citation like [BXYZ92], not [BOXY+92]. In other words, I want Ben-Or to be abbreviated as "B" not "BO".

2) van de Graaf: An entry like [vdGXYZ92] is very long; I wish to see either [vXYZ92] or [GXYZ92]. In other words, I like "van de Graaf" to be abbreviated as either "v" or "G", not "vdG".

Any workaround is welcome.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

Sadeq
Posts: 10
Joined: Sun May 24, 2009 7:49 am

Re: Problem with "von" part and "dash"

Post by Sadeq »

Hey fellas! Don't you have any suggestions?! :!: :?:
olofos
Posts: 56
Joined: Tue Nov 24, 2009 10:37 pm

Problem with "von" part and "dash"

Post by olofos »

Writing the names as "Ben{-}Or" and "van{ }de Graaf" should treat the names as single words. Do you also want to get rid of the + in the label of long author lists? You could try to redefine \etalchar in the preamble of the bibtex file. Something like:

Code: Select all

@preamble{{@preamble{{\renewcommand{\etalchar}[1]{}}}}}
Sadeq
Posts: 10
Joined: Sun May 24, 2009 7:49 am

Re: Problem with "von" part and "dash"

Post by Sadeq »

Thanks a lot. Very useful!
Post Reply