我刚刚安装了 TeXnicCenter。我遇到的第一个错误是,当我尝试构建时,我收到以下错误:
Couldn't find input index file D:\File location\test nor D:\File location\test.idx.
其中,test 是我对文档的命名。
有人知道发生了什么事以及如何解决吗?
答案1
TeXnicCenter 可以makeindex
为您启动,但您必须对其进行配置。您的消息有两种可能:
idx
您的文档不需要索引,但 TeXnicCenter 尝试建立它(因此没有索引文件makeindex
)。\makeindex
您希望在文档中添加索引。您的文件中没有tex
。或者 TeXnicCenter 需要一些配置。按 Alt+F7,单击LaTeX
并为 Makeindex 提供正确的参数:"%tm" -s myIndex.ist
。myIndex.ist
包含您的配置样式makeindex
。