Menu

#4 @extend not working

open
nobody
None
5
2008-07-23
2008-07-23
No

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.

Discussion


Log in to post a comment.