This is similar to How to change the appeareance of bibliography item labels in amsrefs?, but aiming at standard BibTeX styles.
I have a document that uses old style figures in the main text. I also have a bibliography with the alpha style. Most references have more than one author, so the item labels consist of capital letters, and the year, abbreviated. The old style figures look displaced in those labels because of the many capital letters.
\documentclass{article}
\usepackage[utf8]{inputenc}
\usepackage[osf]{libertine-type1}
\usepackage{url,natbib}
\begin{document}
\cite{LaTeXbase,armtex}
\bibliographystyle{alpha}
\bibliography{minitoc} % bibtex/bib/minitoc/minitoc.bib
\end{document}

How can I change to lining figures inside those bibliography item labels?
mathpazoorcfr-lm? – lockstep Feb 08 '13 at 13:15