I'm trying to do this:
\documentclass{article}
\usepackage{natbib}
\begin{document}
% ...
\phantomsection
\addcontentsline{toc}{section}{References}
\appendix
\bibliographystyle{apalike}
\bibliography{mybib}
\end{document}
I want my bibliography be titled as "A. References", as all other appendixes. But it's still titled as "References". What to do?
