Code: Select all
%\listfiles
\documentclass[
version=last,
ngerman,
%DIV=classic,
paper=a4,
11pt,
BCOR=2mm,
headings=small
]{scrbook}
\usepackage[latin1]{inputenc} %Dateikodierung
\usepackage[T1]{fontenc}
\usepackage{lmodern}
\usepackage{textcomp}
\usepackage{babel}
%\usepackage{scrhack}
%\listfiles
%\usepackage{ngerman}
\usepackage{translator}
%%%%% Hyperref %%%%%
\usepackage[hyphens]{url}
\usepackage{hyperref}
\usepackage[xindy,toc]{glossaries}
\glossarystyle{listhypergroup}
\GlsSetXdyLanguage{german-duden}
\GlsSetXdyCodePage{latin1}
\makeglossaries
\loadglsentries{glossar}
%%%%%%%%% glossar.tex is the file with the definitions
\raggedbottom
\makeatletter
\begin{document}
TEXT TEXT TEXT
\glsaddall
\printglossary
\mtcaddchapter
\end{document}
As you probably know the 'glossaries'-package has got a numberlist-feature that lists the pagenumbers of where the words appear in the text. example:
The problem is: That "515" is the number of the first page of the glossary. Each (!) entry has got a "515" in its numberlist. That is wrong. Can anybody help me?12 Artikel. Während der Bauernkriege werden die 12 Artikel als Programm der Aufständischen
verfasst. Gefordert wird unter anderem die Abschaffung der Leibeigenschaft, eine Rückgabe
der Allmende, Jagdrechte und freie Pfarrerwahl. 28, 184, 515
Greets, Marco