As suggested, I tried the following:
Code: Select all
@book{aquinas,
author = "Saint Thomas Aquinas",
title = "{Summa Theologica}",
year = "1947 [1274]",
publisher = "Benzinger Brothers",
note = "\textit{Translated by} Fathers of the English Dominican Province"
}
However, this gets me the following bibliography listing:
]aquinas Saint Thomas Aquinas. Summa Theologica. Benzinger Brothers, 1947 [1274]. Translated by Fathers of the English Dominican Province.
Note the "]aquinas" (where "aquinas" is the key) at the beginning of the entry.
I then tried the following:
Code: Select all
@book{aquinas,
author = "Saint Thomas Aquinas",
title = "{Summa Theologica}",
year = "{1947 [1274]}",
publisher = "Benzinger Brothers",
note = "\textit{Translated by} Fathers of the English Dominican Province"
}
This bib file entry (note the curly brackets around the year entry) yielded the following bibliography entry:
Saint Thomas Aquinas. Summa Theologica. Benzinger Brothers, 1947 [1274]. Translated by Fathers of the English Dominican Province.
I thought that I had tried this (and several other things), but I obviously didn't do something correctly (e.g., building the file more than once, or, re-building the bibtex file) the first time around. I'm using Kile, if that matters, and I'm clearly not an expert user.
Thanks for your help, frabjous.