با سلام
در یک قالب مقاله انگلیسی به صورت زیر، برای رفرنس دهی به یک مرجع از چه دستوری استفاده کنم که در خروجی رفرنس مورد نظر به صورت زیر ظاهر شود. یعنی دستورات مربوط به قسمت مراجع را چگونه بنویسم.
نام نویسندگان (سال انتشار مقاله)
مثالا در اینجا
Aitchison and Silvey (1958)
و اگر نویسندگان بیش از دو نفر هستند به صورت
نویسنده اول و همکاران (سال انتشار مقاله)
مثلا
Aitchison et al. (1958)
\documentclass[a4,paper,reqno,12pt]{article}
\headheight\baselineskip \headsep2\baselineskip \textwidth200mm
\advance\textwidth -2in \textheight287mm \advance\textheight-2in
\footskip2\baselineskip
\usepackage{epsfig}
\usepackage{graphicx}
\usepackage{amsmath}
\usepackage{subfigure}
%\usepackage{subcaption}
\usepackage{color}
\usepackage{longtable}
\usepackage{lscape}
\usepackage{mathrsfs}
\usepackage{amssymb}
\columnseprule0.1pt \topmargin -0.5in \oddsidemargin0pt
\parskip 0.25\baselineskip
\parindent0pt
%\label{sec.sub.gdn}
\renewcommand{\baselinestretch}{1.2}
\newcommand{\threenumi}{\alph{a}}
\newcommand{\threenumii}{\alph{enumii}}
\renewcommand{\thefootnote}{\fnsymbol{footnote}}
%\setcounter{footnote}{2}
\newcommand{\threenumiii}{\alpha{enumiii}}
\newcommand{\threenumiv}{\alph{enumiv}}
\newcommand{\threenumv}{\alph{enumv}}
\newtheorem{Theorem}{Theorem}[section]
\newtheorem{Definition}[Theorem]{Definition}
\newtheorem{Pro}[Theorem]{Problem}
%\newtheorem{Example}[Theorem]{Proposition}
\newtheorem{Corollary}[Theorem]{Corollary}
\newtheorem{Lemma}[Theorem]{Lemma}
\newtheorem{Example}[Theorem]{Example}
\newtheorem{Remark}[Theorem]{Remark}
\newtheorem{Result}{Result}
\begin{document}
\begin{thebibliography}{}
\bibitem{1}
Aitchison J. and S.D. Silvey. 1958. Maximum-likelihood estimation of parameters subject to restraints. Ann Math Stat. \textbf{29} (3), 813-828.
\end{thebibliography}
\end{document}