I thought of editing the output.bibitem macro in the alpha.bst file, in a way that it's not generating
Code: Select all
\bibitem[BD00]{BroDugSocialLife}
\textsc{Brown}, John~S. ; \textsc{Duguid}, Paul:
\newblock \emph{The Social Life of Information}.
\newblock Harvard Business School Press, 2000. --
\newblock ISBN 0875847625
Code: Select all
\bibitem[\citename{Brown und Duguid, }BD00]{BroDugSocialLife}
\textsc{Brown}, John~S. ; \textsc{Duguid}, Paul:
\newblock \emph{The Social Life of Information}.
\newblock Harvard Business School Press, 2000. --
\newblock ISBN 0875847625
Any ideas how to solve this problem? I even thougt of modifying \citex command in the natbib.sty, which is called via \citetp by \citeauthor. But \citex is a little bit unreadable.
