Hubert Christiaen wrote:
> I ran the texindy command on the .idx file in a command window.
> texindy -o Klassieke_Mechanica.ind -v -t Klassiek_mechanica.ilg
> Klassieke_Mechanica.idx
>
>
> The result was this error, after msgs of loading modules:
>
> Reading raw-index "/tmp/rSPDa36K9q"...
> ERROR: CHAR: index 0 must be smaller than the length of the string
The cause are index entries which are empty or have an empty level. You have
several of these which are completely empty:
\indexentry{|hyperpage}{230}
\indexentry{|hyperpage}{223}
And then, there is this one with an empty first level:
\indexentry{!afgeleid uit hoogte van terugbots|hyperpage}{226}
Removing them from the *.idx file solves the problem for me.
HTH,
Jürgen