I am new in this Forum and I hope that you will help me. I am using the following commands in my text file.
Code: Select all
\usepackage{natbib}
\bibpunct{(}{)}{,}{a}{,}{,}
-----body of text --------------
\bibliographystyle{authordate1}
\bibliography{MyBibtex}
In Text I get as: “Singh et al. 2006” (Okay I really want this in the Text)
In References I get “Author (year)” format as:
“Singh, S., Singh, H. P., and Upadhyaya, L. N. 2006. Chain ratio and……….”
While I exactly want to get “[Number ] Author. year” in references as:
“[1] Singh, S., Singh, H. P., and Upadhyaya, L. N. 2006. Chain ratio and……….”
Please guide me about the changes in above BibTeX commands or what bib style should I use. Your replies would be highly appreciated.
Best Regards
SHABBIR