اگر میخواهید به قسمت مشخصی از یک مرجع استناد کنید، توضیح را به شکل زیر داخل یک [ ]
بنویسید:
\cite[desc]{cite_key}
مثلاً برای ارجاع به چند صفحه از یک مرجع بنویسید:
\cite[pp.~248--262]{nist}
کد نمونه کمینه و قابل اجرا:
\documentclass{article}
\begin{document}
Also, we recall
\cite[pp.~248--262]{nist}
that the function ...
\begin{thebibliography}{99}
\bibitem{Hassani-Sofo}
M. Hassani and A. Sofo
\bibitem{nist}
F. W. J. Olver, D. W. Lozier, R. F. Boisvert, and C. W. Clark (editors), \textit{NIST Handbook of Mathematical Functions}, Cambridge University Press, 2010.
\end{thebibliography}
\end{document}