I want \cite to give me [A1] in the text. I cited the reference here \cite{ref1}, which gives the reference as [1].
How to modify it to give me [A1] with A prefixing the number.
\documentclass[a4paper,12pt]{article}
\usepackage{cite}
\begin{document}
I cited the reference here \cite{ref1}, which gives the reference as [1].
How to modify it to give me [A1] with A prefixing the number.
\begin{thebibliography}{99}
\bibitem{ref1} name. 2017 Title of the reference.
\end{thebibliography}
\end{document}
