我已经使用 natbib 包几年了,我相当满意;但是,我有一个问题,Google 搜索还没有解决,似乎也没有在这里回答过...我希望 natbib 生成的参考书目以以下形式显示:姓氏、名字、标题、出版商、年份。例如,条目:
@book{Bec1970,
address = {Paris},
author = {Bec, Pierre},
publisher = {A. \& J. Picard},
title = {Manuel pratique de philologie romane},
year = {1970},
}
制作人:Pierre Bec。罗马语言学实用手册。 A. & J. Picard,巴黎,1970 年。
我希望将其显示为:Bec, Pierre. Manuel pratique de philologie romane. A. & J. Picard, Paris, 1970.。
我用:
\documentclass[reqno, psamsfonts, draft, titlepage, twoside]{amsbook}
\usepackage{amsmath}
\numberwithin{equation}{subsection}
\usepackage{ipa}
\usepackage{xyling1}
\usepackage{dashrule}
\makeatother
\usepackage{natbib}
\bibliographystyle{plainnat}
\usepackage{geometry}
\geometry{papersize={170mm,240mm},total={124mm,185mm}}
\usepackage[a4,cam,center]{crop}
在序言中,
\bibliographystyle{plainnat}
\bibliography{bibliography}
就在之前
\end{document}
非常感谢!
答案1
您可以使用 Custombib 生成自己的 bst(bibtex 样式文件)。
http://www.ctan.org/tex-archive/macros/latex/contrib/custom-bib/