Elsevier LaTeX时间-年份(author-year)两种引用格式
生活随笔
收集整理的這篇文章主要介紹了
Elsevier LaTeX时间-年份(author-year)两种引用格式
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
Elsevier的時間-年份(author-year)引用格式有兩種
- 假如現在需要用author-year格式引用一篇文獻,首先在LaTeX文件開頭加入這一句:
\documentclass[preprint,12pt,authoryear]{elsarticle}
- 然后把這篇文獻寫成author-year格式:
格式:\bibitem[Author(year)]{label}
\bibitem[Elson et al.(1996)]{ESG96} Elson A, Wang Y, Daugherty C J, et al. Pleiotropic defects in ataxia-telangiectasia protein-deficient mice[J]. Proceedings of the National Academy of Sciences, 1996, 93(23): 13084-13089.
- 在正文中的引用命令有兩種:
\citep{ESG96} 產生 “(Elson et al., 1996)”
\citet{ESG96} 產生 “Elson et al. (1996)”
總結
以上是生活随笔為你收集整理的Elsevier LaTeX时间-年份(author-year)两种引用格式的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: python对Excel的操作 xlrd
- 下一篇: tf.train.Coordinator