我无法修复书目错误。粗体问号仍然存在。您能帮我了解发生了什么吗?虽然粗体问号的问题很常见并且在网上被广泛讨论,但包括本网站在内的大量建议修复方法似乎对我没有帮助。
我看到的是这样的:
我的 tex 文件在这里:
\documentclass[12pt]{article}
\usepackage[margin=1in]{geometry}
\usepackage{amsmath,amsthm,amssymb}
\usepackage{graphicx}
\usepackage{verbatim}
\usepackage{setspace}
%\usepackage[square,sort,comma,numbers]{natbib}
\usepackage{natbib}
\usepackage{comment}
\def\bibfont{\small}%
\def\bibsep{\smallskipamount}%
\def\bibhang{24pt}%
\def\newblock{\ }%
\def\BIBand{and}%
\begin{document}
I would like to cite \citep[]{Balasubramanian2004}.
\bibliographystyle{ormsv080} % outcomment this and next line in Case 1
\bibliography{LiteratureSust} % if more than one, comma separated
\end{document}
这是与上面的 .tex 文件位于同一文件夹中的 .bib 文件:
@ARTICLE{Aoki1997,
AUTHOR = "Aoki, R. and T.J. Prusa",
TITLE = "Sequential versus simultaneous choice with endogenous quality",
JOURNAL = "International Journal of Industrial Organization",
YEAR = "1997",
volume = "15",
number = "1",
pages = "103--121",
}
@ARTICLE{Balasubramanian2004,
AUTHOR = "Balasubramanian, S. and P. Bhardwaj",
TITLE = "When not all conflict is bad: Manufacturing-Marketing conflict and strategic incentive design",
JOURNAL = "Management Science",
YEAR = "2004",
volume = "50",
number = "4",
pages = "489--502",
}
这些是日志文件中的错误消息: