我正在排版一篇即将在《金融研究评论》(RFS)上发表的论文,并使用他们的 Latex 文件进行排版。
除了我已经设法克服的许多其他问题之外,还有一个问题变得无法克服:natbib。
我正在使用 Natbib 来做我的书目,按照他们的课程文件的要求,遇到两个问题:
- 一旦我将书目样式从“芝加哥”更改为我想要使用的任何其他 .bst 文件,例如提供的 RFS.bst这里在 Ivo Welch 教授的指导下,整个文档崩溃了,指出论文中引用的我的 .bib 文件中的每个条目“出了问题 - 也许缺少 \item”。
- 我无法让 \setcitestyle{aysep={}} 工作。我收到两个错误:“未定义控制序列”和“LaTeX 错误:缺少 \begin 文档”。
我将附上一个 MWE,其中包含下载 RFS 文件的链接:
RFS 文件链接:
链接至RFS.bst:
任何帮助将不胜感激!
\newcommand{\footnoteremember}[2]{\footnote{#2}\newcounter{#1}\setcounter{#1}{\value{footnote}}}
\newcommand{\footnoterecall}[1]{\footnotemark[\value{#1}]}
\renewcommand\theequation{\arabic{equation}}
\makeatletter
\gdef\copyrightline{Published by Oxford %
University Press on behalf of The Society for Financial Studies 2014.}
\makeatother
\def\DOI{Sample}
\def\volumenumber{00}
\def\volumeissue{0}
\def\volumeyear{2015}
\usepackage{natbib}
\setcitestyle{aysep={}}
\setcounter{page}{1}
\access{Advance Access publication September 21, 2014}
%\def\querybox#1{\protect\fboxsep=0pt\colorbox{yellow}{#1}}
\def\mystar{\relax}
\def\tciLaplace{\mathcal{L}}
\def\dint{\mathop{\displaystyle \int}}%
\begin{document}
\title{Strategic Investment and Industry Risk Dynamics\protect\footnote{blablabla}}
\shorttitle{Strategic Investment and Industry Risk Dynamics}
\author{M. Cecilia {Bustamante}}
\affiliation{University of Maryland and London School of Economics}
\abstract{blablabla \JEL{G12, G31}\history{Received XXXX XX, XXXX;
editorial decision XXXX XX, XXXX by Editor
XXXXXXXXXXXX.}}
\maketitle
blablabla
a \cite{Cocco}\\
b \cite{Const1990}\\
c \cite{CC1999}\\
\clearpage
\bibliographystyle{rfs}
\bibliography{biblio}
\end{document}
以下是一些书目条目的示例:
@article{Cocco,
author={Joao F. Cocco},
title={{Consumption and Portfolio Choice over the Life Cycle}},
journal={Review of Financial Studies},
year=2005,
volume={18},
number={2},
pages={491-533},
month={},
keywords={},
doi={},
}
@article{Const1990,
ISSN = {00223808, 1537534X},
URL = {http://www.jstor.org/stable/2937698},
author = {George M. Constantinides},
journal = {Journal of Political Economy},
number = {3},
pages = {519--543},
publisher = {University of Chicago Press},
title = {Habit Formation: A Resolution of the Equity Premium Puzzle},
volume = {98},
year = {1990}
}
@article{CC1999,
title = {Force of Habit: A Consumption-Based Explanation of Aggregate Stock Market Behavior},
author = {Campbell, John and Cochrane, John},
year = {1999},
journal = {Journal of Political Economy},
volume = {107},
number = {2},
pages = {205-251},
url = {https://EconPapers.repec.org/RePEc:ucp:jpolec:v:107:y:1999:i:2:p:205-251}
}