is there a way I can print the citation key as part of the output of a citation? For example, if my bib entry is something like:
Code: Select all
@ARTICLE{Dey2001,
author = {A. K. Dey},
title = {Understanding and Using Context},
journal = {Personal Ubiquitous Computing},
year = {2001},
volume = {5},
pages = {4--7},
number = {1},
publisher = {Springer-Verlag}
}
I tried to change my bst file to include something like:A. K. Dey, Understanding and Using Context in Personal Ubiquitous Computing 5 (2001), Springer-Verlag, Dey2001
Code: Select all
FUNCTION {format.id}
{ key empty$
{ "" }
{ key }
if$
}
Thanks
Alex