I'm using bibtex to generate my references. It generates the chapter
references as follows:
Code: Select all
Albowicz, J., Chen, A., and Zhang, L. (2001). Recursive position estimation in sensor
networks. In Proceedings of the 9th International Conference on Network Protocols
(ICNP’01), pages 35–41, Mission Inn, Riverside, California.
However, I want some command to write:
Code: Select all
Albowicz, J., Chen, A., and Zhang, L. (2001). Recursive position estimation in sensor
networks. In Proceedings of the 9th International Conference on Network Protocols
(ICNP’01), pages 35–41, Mission Inn, Riverside, California.
Is possible do this?
Thank you.