I have set up a glossary with 'glossaries' and 'xindy'. First some parts of my preamble. Use: Miktex / Texnic Center
Code: Select all
\usepackage[latin1]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{lmodern}
\usepackage{textcomp}
\usepackage{babel}
Code: Select all
\usepackage[xindy]{glossaries} %
\glossarystyle{listhypergroup}
\GlsSetXdyLanguage{german-duden}
\GlsSetXdyCodePage{latin1}
\makeglossaries
\loadglsentries{glossar}
I think there are some non-latin characters in my glossary-files. the error appears not before i run 'makeglossaries', so the wrong characters should be in the glo- oder gls- file which are created by 'makeglossaries' (tried makeindex AND xindy).! Package inputenc Error: Keyboard character used is undefined (inputenc) in inputencoding 'latin1'.
See the inputenc package documentation for explanation.
Type H<return> for immediate help.
...
1.92 ...etentrycounter{page}\glsnumberformat{63}}}
Has anybody an idea how to find those characters? Or about other causes?
Thanks,
Marco S.