I have downloaded Texnic today alongwith Miktex and ghostviewer. They are working fine, mean i can create a pdf document in my required output form. I am using it to write a technical paper for a conference. Conference has provided a sample paper. However in that sample citations are written as bibitem format e.g.
Code: Select all
\bibitem{c9} M. Young, The Techincal Writers Handbook. Mill Valley, CA: University Science, 1989.
\bibitem{c10} J. U. Duncombe, ÒInfrared navigationÑPart I: An assessment of feasibility (Periodical style),Ó IEEE Trans. Electron Devices, vol. ED-11, pp. 34Ð39, Jan. 1959.
\bibitem{c11} S. Chen, B. Mulgrew, and P. M. Grant, ÒA clustering technique for digital communications channel equalization using radial basis function networks,Ó IEEE Trans. Neural Networks, vol. 4, pp. 570Ð578, July 1993.
Code: Select all
@article{cite1,
year={1991},
issn={0340-1200},
journal={Biological Cybernetics},
volume={65},
issue={3},
doi={10.1007/BF00198091},
title={A new method of the description of the information flow in the brain structures},
url={http://dx.doi.org/10.1007/BF00198091},
publisher={Springer-Verlag},
author={Kaminski, M.J. and Blinowska, K.J.},
pages={203-210},
language={English}
}
Or simply i want to use block wise structure of citations in place of bibitem
Thanks in Anticipation