I'm going to post a problem I had, with my solution, in case it's of use to someone, since I couldn't find any references to this anywhere. (Or in case someone has a better solution; conceivably this solution would cause problems for sorting an author's entries by date.)
I have a BiBTeX entry something like this:
Code: Select all
@Book{Bell2004,
author = "H.C.P. Bell",
title = "blaa...",
publisher = "so-and-so",
address = "somewhere",
year = "2004 [1883]"
}
Running this through LaTeX (actually XeLaTeX, but I doubt that is the problem), I got the error msg:
Code: Select all
Package bibtopic Error: Can't parse brackets in key `Bell2004' properly
The problem is of course with the 'year' field. I solved it by putting the dates inside curly braces: