<div dir="ltr"><div>Here are some notes about hyperref that I discovered while debugging minitoc not working by disabling hyperref.<br><br>I am using documentclass refrep to write a book.<br><br>One aspect of a book is frontmatter, which changes the page numbering<br>
to roman for the introductory stuff before the chapters begin with page 1<br></div><div><br>these are the commands:<br><br>%begin frontmatter<br></div><div>\pagenumbering{roman}%i, ii, iii, iv, v<br></div><div>\include{front-matter}<br>
</div><div>%end frontmatter<br></div><div>%begin mainmatter<br></div><div>\pagenumbering{arabic}%1, 2 ...<br>\setcounter{page}{1}<br><div>\include{chapter-1}<br></div><br></div><div><br>** A document with hyperref has page numbers<br>
from i--<whatever> and 1--LastPage.<br>so the number of page displayed is not equal to the displayed LastPage.<br>You can use the Adobe command GoTo Page<br></div><div><alt> View, Page Navigation, Page<br></div>
<div>or <shift> <Ctrl> N<br></div><div>and use either the front matter roman numerals<br>or the main.matter arabic numbers to as the GoTo destination page number.<br><br></div><div>** without hyperref the pages are Adobe.numbered from one to Total.Pages and the front.matter pages even though displayed as roman numerals are located by the GoTo command with absolute document page.count numbers,<br>
not the displayed page number.<br></div><div>This means that GoTo 3 gets you to page iii<br></div><div>and that last displayed page number is not the total number of pages in the document. <br><br>Total number of pages is shown in the Adobe Tool Bar.<br>
</div><div><br></div><div>Ron Fehd occasional Adobe maven<br></div><div><br></div><div><br></div></div>