[NTG-context] bibliography again: “von” and “van”
Ulrike Fischer
news3 at nililand.de
Wed Jan 28 13:00:46 CET 2015
Am Tue, 27 Jan 2015 21:11:03 +0100 schrieb Jörg Weger:
> how would you “set up an entry properly” in a BibTeX file where you have
> only one field for author/editor (serious question!)?
In biblatex/biber you could setup the entries like this:
@book{goethe,
author={von Goethe, Johann Wolfgang},
title={Faust},
year={1775}
}
@book{halen,
author={van Halen, Edward},
title={Title},
year={1775},
options = {useprefix=true}
}
Then you get "Goethe" and "van Halen".
(It is not a perfect solution: assume a book from Goethe and van
Halen then you would have to use braces to save the "van":
author={von Goethe, Johann Wolfgang and {van Halen}, Edward},
--
Ulrike Fischer
http://www.troubleshooting-tex.de/
More information about the ntg-context
mailing list