I'm following the example in the tutorial. So I have in my file:
@include conferences-cs
@include locations
@extend{usenix,
[year=2010] address=SF, month=jan,
}
@inproceedings{foobar,
author={diwaker},
title={Foo Bar},
booktitle=usenix,
year=2010,
}
But when I include the citation, the address and month never show up.