MakeIndex, Nomenclature, Glossaries and AcronymsPage References are wrong / off

Information and discussion about MakeIndex - the tool to generate subject indices for LaTeX documents.
Post Reply
Montag
Posts: 340
Joined: Wed Jul 15, 2009 9:25 am

Page References are wrong / off

Post by Montag »

Hello,

some of my page references in my index are off, they link to about 3 to 5 pages before the actual position of the target (the position of \index{something}).
I'm calling my style file via

Code: Select all

-s stil.ist -g "%bm".idx
.
I also tried

Code: Select all

-s <stil>.ist -g "%bm".idx
,
then

Code: Select all

-s <stil>.ist -g "%bm"
and

Code: Select all

-s stil.ist -g "%bm"
Playing around with

Code: Select all

plainpages={true}
(an optiono f the hyperref package) didn't result in any change.

Does anyone have any advice on this? :)
OS: Win 7 64-bit LaTeX: MikTeX 2.9 64-bit Editor: TXC 1 RC1

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics TikZによるLaTeXグラフィックス
kaiserkarl13
Posts: 707
Joined: Tue Mar 25, 2008 5:02 pm

Re: Page References are wrong / off

Post by kaiserkarl13 »

We'll need a working example to figure out exactly what's going on. One thought: you must run LaTeX several times to update the index, so it's possible your index is behind schedule, so to speak.
Post Reply