Hyper reference links in Latex document starts from the beginning of the page
        Posted  
        
            by okhalid
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by okhalid
        
        
        
        Published on 2009-09-21T16:36:29Z
        Indexed on 
            2010/03/15
            0:29 UTC
        
        
        Read the original article
        Hit count: 772
        
Hi,
I have a latex document. I am using hyperref, makeidx and glossary packages for my document.
Every thing is created fine; table of content (all references works nicely), glossary and index except that page numbers printed in the glossary and index are correct but they point to page numbers starting from the beginning of the document where initial 10 pages are in arabic numbers and then roman numbers from 1 starts.
e.g. I have 10 pages for initial front matter (abstract, declaration, table of contents etc etc). After that, mainmatter begins and so does the page numbers in roman from 1. So on this page 1, I have an index entry "hello"
Now in the index, it prints "hello 1" which is correct except that when one clicks on 1, then it goes to the right at the beginning of the document rather then numbered page 1.
Your help would be much appreciated.
Thanks, Omer
© Stack Overflow or respective owner