I've got a problem with the nomentbl option of the nomencl package: pdflatex just doesn't want to compile the pdf with the error message "%Filename%.nls:2: Package array Error: Illegal pream-token (s): `c' used". Does anyone has an idea what is wrong?
Here is the minimal example:
\documentclass{scrreport} \usepackage[noprefix, nomentbl]{nomencl} \makenomenclature \begin{document} \nomenclature[z]{$z$}{Weg}{meter m}{xyz} \printnomenclature \end{document}
And this is the .nls file:
\begin{thenomenclature} \nomgroup{Z} \item &{$z$}&\begingroup Weg\endgroup &\begingroup meter m\endgroup &\begingroup xyz\endgroup &\begingroup \nomeqref {0.0}\nompageref{1} \end{thenomenclature}
I already implemented the "makeindex" -command in my LaTeX-Editor (LaTeX-workshop in VS Code) and I also tried to execute the command in the terminal, so I think there shouldn't be a problem with generating the .nls file from .nlo. I installed TeXLive 2021 on my computer.
You find the .log file in the attachment. I am new to this forum, so please tell me if you need any other information or file for solving this problem. I hope for your help!