使用 Xindy 进行编译时出错?

使用 Xindy 进行编译时出错?

我尝试在 LaTeX 和我的 MWE 上编译 Xindy 文档,如下所示:

\documentclass{article}
    
\usepackage[xindy]{glossaries}
\makeglossaries
    
\newglossaryentry{gloss}{
    name=glossaries,
    description=A package for generating glossaries in many styles
    }
    
\begin{document}
    
\texttt{\gls{gloss}} is a great package!
    
\printglossaries

\end{document}

我按照说明安装 Xindy我尝试用

xindy -L english -I xindy -M "testfile" -t "testfile.glg" -o "testfile.gls" "testfile.glo"

我收到如下错误:

愛好 什么是脚本路径从这个脚本路径?

@echo off
set ScriptPath=<localtexmf>\scripts\xindy
perl %ScriptPath%\texindy.pl %*

我觉得错误来自其上方的脚本。

相关内容