Hi Stefan, and thanks for your effort,
Yes, I am using natbib, with the same setting in the bibliography that was used for the journal papers, without the double parenthesis trouble. However, it complains after an otherwise successful compilation. It also seems insensitive to what bibliographic style I use from the list below.
Cheers,
Roland
Package natbib Error: Bibliography not compatible with author-year citations.
(natbib) Press <return> to continue in numerical citation style.
Code: Select all
\documentclass[twoside,11pt]{Latex/Classes/PhDthesis}
\usepackage{graphicx}
\usepackage{natbib}
\usepackage{mathscr}
\input{abbrev2}
\usepackage{url}
\bibpunct{(}{)}{;}{a}{}{,} %% to follow the A&A style
\bibliographystyle{aa}
\citeindexfalse
%\bibliographystyle{plainnat} % calls style file plainnat.bst
%\bibliographystyle{Latex/Classes/PhDbiblio-url2} %Default style file. Change according to your preferences.
%\bibliographystyle{Latex/Classes/jmb}
\end{scriptsize}
%Various bibliography styles exit. Replace above style as desired.
% in-text refs: (1) (1; 2)
% ref list: alphabetical; author(s) in small caps; initials last name; page(s)
%\bibliographystyle{Latex/Classes/PhDbiblio-case} % title forced lower case
%\bibliographystyle{Latex/Classes/PhDbiblio-bold} % title as in bibtex but bold
%\bibliographystyle{Latex/Classes/PhDbiblio-url} % bold + www link if provided
%\bibliographystyle{Latex/Classes/jmb} % calls style file jmb.bst
%in-text refs: author (year) without brackets
%ref list: alphabetical; author(s) in normal font; last name, initials; page(s)
\bibliographystyle{plainnat} % calls style file plainnat.bst
% in-text refs: author (year) without brackets
% (this works with package natbib)
\end{document}