Re: authordate1 bibstyle generate bibliographies between "()" and not between "[]"



jallouli.med.Amine@xxxxxxxxx writes:
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:

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\documentclass[a4paper,12pt,oneside]{book}
...
\usepackage{authordate1-4}

\begin{document}
...
...
\bibliographystyle{authordate1}
\bibliography{mybib}
\end{document}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

When I taped \cite{Granger03,Zhang93}, I got: (Granger, 2003; Zhang,
1993).

What I'm expecting is [Granger, 2003; Zhang, 1993].

Is it possible that authordate1 bibstyle generate bibliographies with
"[]" in stead of "()"?

nothing to do with the bibstyle.

i would guess that

\makeatletter
\def\@cite#1#2{[#1\if@tempswa, #2\fi]}
\makeatother

would do the job; a modern biblio package would provide a control for
that, but the authordate series are from the early 90s.

i wouldn't be surprised if natbib and one of its friends couldn't
help, but i don't have these things at my fingertips.
--
Robin Fairbairns, Cambridge
.