最近,我再次開始使用 natbib,但現在它似乎不再起作用了。
我發現的事:
- 通常 TexStudio 會製作自己的 .bbl 文件,但目前還沒有
- 出現以下錯誤:錯誤:無法啟動指令:bibtex.exe“MAINTEX”其中 MAINTEX 是我的檔名
- 我嘗試將“建置和視圖”更改為 txs:///pdflatex | txs:///bibtex | txs:///pdflatex | txs:///pdflatex | txs:///pdflatex
- 我知道該帖子錯誤:無法啟動指令:[...] bibtex.exe非常相似,也許相同
供您參考,我的 MAINTEX 檔案如下:
\documentclass[10pt, a4paper]{report}
\usepackage[sort]{natbib}
\begin{document}
hi\cite{Lee97}
\bibliographystyle{alpha}
\addcontentsline{toc}{chapter}{Bibliography}
\bibliography{bib.bib}
\end{document}
我的圍脖文件就像
%Scriptie 2020-2021
@book{Lee97,
title={Riemannian Manifolds: An Introduction to Curvature},
author={Lee, J.M.},
isbn={9780387983226},
lccn={97014537},
series={Graduate Texts in Mathematics},
url={https://books.google.nl/books?id=N8j9Gf1bQOoC},
year={1997},
publisher={Springer New York}
}
此外,我還更新了 MiKTeX,並且在另一篇文章中給出的答案是指安裝錯誤。知道這裡可能出了什麼問題嗎?
答案1
安裝新版本的 biber 時也會發生這種情況,因此要進行配置並為 TexStudio 或 TexMaker 提供新路徑(例如“C:/Program Files/MiKTeX 2.9/biber/bin/windows-x64/biber.exe”) biber.exe的%)也是一個解決方案。
答案2
回答我自己的問題:只需重新安裝 TeXStudio 即可解決問題。針對模糊問題的簡單解決方案。