我使用bibtex
并创建了我的.bbl
文件,但是当我尝试通过\input
命令运行 bbl 文件时,系统提示我无法归档.bbl
文件。我该如何修复?
\begin{document}
%\bibliographystyle{ormsv080} % outcomment this and next line in Case 1
%\bibliography{myref}
% CASE 2: BiBTeX used to generate mypaper.bbl (to be further fine tuned)
\input{my paper.bbl}
\end{document}
我收到的错误是:
! LaTeX Error: File `my paper.bbl' not found.