如何告诉 texindy 在哪里寻找脚本引擎?

如何告诉 texindy 在哪里寻找脚本引擎?

我决定开始使用xindy。我在 Windows 机器上使用 MikTex,所以我意识到我需要手动安装 Perl,因为运行时texindy(在 TeXworks 中)它显示:

texindy.exe: The script engine could not be found.
texindy.exe: Data: scriptEngine="perl.exe"

所以我读在 Windows 上,应该为 Xindy 和 MiKTeX 安装哪个 Perl?并安装了 Strawberry Perl。我收到了同样的消息,所以我想我应该告诉您texindyPerl 的安装位置。我说得对吗?我该怎么做?

答案1

消息消失如下:我texindy从命令行运行,而不是通过 TeXworks。通过这样做,MikTeX 意识到脚本xindy.pl(或者它texindy.pl?我不记得了)丢失了,并安装了它。

记录显示:此后,该消息变为

xindy.pl: input file <filename> does not exist at <path>/MiKTeX 2.9/scripts/xindy/xindy.pl line 549.

但我想那是另外一个故事。

相关内容