I am using Miktex 2.7. My gool is to use the authordate1 bibstyle. So,
I installed the package authordate1-4 and I wrote this code:
Code: Select all
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\documentclass[a4paper,12pt,oneside]{book}
...
\usepackage{authordate1-4}
\begin{document}
...
...
\bibliographystyle{authordate1}
\bibliography{mybib}
\end{document}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Code: Select all
\cite{Granger03,Zhang93}
1993).
What I'm expecting is [Granger, 2003; Zhang, 1993] as showen in http://www.cs.stir.ac.uk/~kjt/software/ ... owbst.html
Is it possible that authordate1 bibstyle generate bibliographies with
"[]" in stead of "()"?
If not, please provide me the name of another bibstyle ?
Thanks,