
私は bibtex、elsarticle
ドキュメント クラス、elsarticle-num-names
参考文献スタイルを使用しています。参照を次のようにする方法はありますか。
シンガー、A.、Z. シュス、D. ホルクマン、2006年。危機一髪、パートIII:非滑らかな領域とリーマン面、統計物理学ジャーナル122(3)491-509
の代わりに
A. Singer、Z. Schuss、D. Holcman、「Narrow escape、パートIII:非滑らかな領域とリーマン面」、Journal of Statistical Physics 122 (3) (2006) 491–509。
これが私のコードです:
\documentclass[a4paper,12pt,preprint]{elsarticle}
\usepackage{lineno,hyperref}
\usepackage[english]{babel}
\usepackage{graphicx}
\usepackage{subfigure}
\usepackage{amsmath,amsfonts,amsthm,amssymb}
\usepackage{mathtools}
\usepackage{float}
\modulolinenumbers[5]
\usepackage{dsfont}
\usepackage{tabularx}
\usepackage{setspace}
\usepackage{lineno}
\usepackage{fancyhdr}
\pagestyle{fancy}
\thispagestyle{empty}
\biboptions{numbers,sort&compress}
\begin{document}
BLABLABLA \cite{singer2006narrowescape3}
\bibliographystyle{elsarticle-num-names}
\bibliography{mybib}
\end{document}
bib ファイルにはmybib.bib
次のエントリが含まれています。
@article{singer2006narrowescape3,
title={Narrow escape, Part III: Non-smooth domains and Riemann surfaces},
author={Singer, A and Schuss, Z and Holcman, D},
journal={Journal of Statistical Physics},
volume={122},
number={3},
pages={491--509},
year={2006},
publisher={Springer}
}