Apologies if the MWE below is too long.
Code: Select all
\documentclass{beamer}
\usepackage{beamerthemesplit}
\begin{document}
\frame
{
\cite[p.290]{HorJoh}
}
\begin{thebibliography}{10}
\bibitem{HorJoh}[HorJoh]
Horn, R. A. and Johnson, C. R
\newblock Matrix Analysis
\newblock Cambridge University Press, U.S.A., 1985.
\end{thebibliography}
\end{document}
What I want to know is: Is there any way to display the name given to the reference in the citation ([HorJoh] in this case) instead of the hyper-linker number (1 in this case)? This seems to be a beamer problem; When I created an article, the name displayed as [HorJoh]. I always thought that in \bibitem{key}[label], label would be displayed when {key} was cited with \cite{key}