Geoffrey Lloyd wrote:

I am using the little hyperref premable from the lyx wiki
 \usepackage[
 colorlinks=true,linkcolor=black,citecolor=black,urlcolor=black,
 pdfstartview=FitH,
 bookmarksopen=true,bookmarksopenlevel=0,
 pagebackref=true,
pdftoolbar=false]{hyperref}
and all works beautifully until I include my front pages.
> I am not quite sure what the issue is but it causes a lot of errors in lyx.
> My first guess is that is means there are two pages number 1 and so on.

Yes this is the problem. This happens when two pages have internally the same number, mostly when you have a page numbered "III" and one numbered "3". hyperref doesn't know in this case to which page it should set the page anchor for references.

> Has anyone got a way around this particular problem.

Use the following hyperref options:

pdfpagelabels, plainpages=false

> One of the warnings is shown here

________________________________________

pdfTeX warning (ext4): destination with the same identifier (name{page.1}) ha
[1
_________________________________________

That LyX shows this error although it is a warning is a bug taht is fixed for the next LyX version (see http://bugzilla.lyx.org/show_bug.cgi?id=1824).

regards Uwe

Reply via email to