有人知道哪种书目样式符合以下格式要求吗?以下是《金融与定量分析杂志》要求的格式,我在网上搜索了很长时间,但似乎没有一个符合。有人能帮忙吗?
Brown, S. 和 J. Warner。“利用每日股票收益:事件研究案例。”《金融经济学杂志》,14(1985 年),1-31。
Ross, SA,《回报、风险和套利》。《金融风险与回报》第一卷,I. Friend 和 JL Bicksler 编。马萨诸塞州剑桥:Ballinger(1977 年)。
Titman, S.;KC Wei;和 F. Xie。“资本投资与股票收益。”《金融与定量分析杂志》,第 39 卷(2004 年),第 677-700 页。
答案1
答案2
对于 JFQA,你可能必须制作自己的 bst 文件,请参阅此关联:
您会注意到,在运行时,latex makebst
您必须回答许多问题。请参阅下面的我的选择(仅列出与默认选择不同的选择)。请随意添加建议。
在向您展示我的最佳选择之前,请注意您可能必须将其放入您的 tex 文档中:\usepackage[longnamesfirst]{natbib}
这是我在该过程创建的 dbj 文件中做出的最佳选择:
%% Driver file to produce my_jfqa.bst from merlin.mbs
%% Generated with makebst, version 4.1 (2003/09/08)
%% Produced on 2016/04/07 at 8:28
%%
\input docstrip
\preamble
----------------------------------------
*** JFQA style ***
\endpreamble
\postamble
End of customized bst file
\endpostamble
\keepsilent
\askforoverwritefalse
\def\MBopts{\from{merlin.mbs}{%
%<<STYLE OF CITATIONS:
ay,%: Author-year with some non-standard interface
%<<AUTHOR--YEAR SUPPORT SYSTEM (if author-year citations)
nat,%: Natbib for use with natbib v5.3 or later
%<<AUTHOR NAMES:
nm-rev1,%: Only first name reversed, initials (AGU style: Smith, J. F., H. K. Jones)
%<<EDITOR NAMES IN COLLECTIONS (if author names reversed)
%: (def) Editor names NOT reversed as edited by J. J. Smith
%<<POSITION OF JUNIOR (if author names reversed)
jnrlst,%: Junior comes last as Smith, John, Jr.
%<<JUNIOR PART IN THE CITATION (if author-year citations)
%: (def) No `junior' part in the citations but in the ref listing
%<<PUNCTUATION BETWEEN AUTHOR NAMES:
aunm-semi,%: Names separated by semi-colon
%<<LABEL WHEN AUTHORS MISSING (if author-year citations)
keyxyr,%: Year blank when KEY replaces missing author (for natbib 7.0)
%<<DATE FORMAT (if author-year citations)
yr-par,%: Year in parentheses as (1993)
%<<TRUNCATE YEAR (if author-year citations)
note-yr,%: Year text full as 1990--1993 or `in press'
%<<TITLE OF ARTICLE:
tit-qq,%: Title and punctuation in double quotes (``Title,'' ..)
%<<COLLECTION/PROCEEDINGS TITLES (if quoted title)
bt-qq,%: Quote collection and proceedings titles too
%<<CAPITALIZATION OF ARTICLE TITLE:
atit-u,%: Title style (just as in bib entry)
%<<JOURNAL VOL AND NUMBER:
vnum-x,%: Journal vol, without number as 34
%<<VOLUME PUNCTUATION:
volp-com,%: Volume with comma as vol(num), ppp
%<<YEAR IN JOURNAL SPECIFICATION:
jdt-pc,%: Year, comma, pages as 34(2), (1995), 1345--1387
%<<NUMBER AND SERIES FOR COLLECTIONS:
num-xser,%: Allows number without series and suppresses word "number"
%<<PAGES IN BOOKS:
bkpg-x,%: Pages in book bare as 50-55
%<<PUBLISHER ADDRESS:
%: (def) Publisher, address as Harcourt, New York
add-pub,%: Address: Publisher as New York: Harcourt
%<<ISBN NUMBER:
isbn,%: Include ISBN for books, booklets, etc.
%<<ISSN NUMBER:
issn,%: Include ISSN for periodicals
%<<EDITOR IN COLLECTIONS:
edby,edbyy,%: In booktitle, .., editor
%<<ABBREVIATE WORD `PAGES' (if not using external language file)
ppx,%: `Page' omitted
%<<ABBREVIATE WORD `EDITORS':
ed,%: `Editor' abbreviated as ed. or eds.
%<<EDITION NUMBERS:
xedn,%: Editions as in database saving much processing memory
%<<COMPATIBILITY WITH PLAIN TEX:
nfss,%: Use LaTeX commands which may not work with Plain TeX
}}
\generate{\file{my_jfqa.bst}{\MBopts}}
\endbatchfile
答案3
我已经根据 Martien 的回复创建了一个解决方案文件,但进行了适当的更改。您可以在下面找到它(来自我的 Dropbox)。