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/

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to