I try compiling Xindy document at LaTeX and my MWE like this :
\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}
I follow instruction installing Xindy from this and I try to compile it with
xindy -L english -I xindy -M "testfile" -t "testfile.glg" -o "testfile.gls" "testfile.glo"
And I get error like this :
What is ScriptPath from this script path ?
@echo off
set ScriptPath=<localtexmf>\scripts\xindy
perl %ScriptPath%\texindy.pl %*
I feel error from script above it .