در ابتدا یک فایل با نام reference
پسوند .bib
و با محتویات زیر بسازید:
@article{mylabel,
author = {Mousavi, S.A. and Salemi, A.},
title = {my title},
journal = {J. Name},
year = {2015},
volume = {52},
pages = {523--537}
}
حال فایل نمونه زیر را در نظر بگیرید و فایل reference.bib
را در کنار این فایل قرار دهید.
\documentclass{article}
\usepackage{natbib}
\begin{document}
Text here
\citet{mylabel}
Text here \citep{mylabel}
\bibliographystyle{apalike}
\bibliography{reference}
\end{document}
اگر این فایل را با pdflatex سپس Bibtex و در نهایت دو بار pdflatex اجرا کنید، خروجی به شکل زیر خواهد بود.