----- Original Message -----
From: "Leon Chen" <[EMAIL PROTECTED]>
To: "Geoffrey Lloyd" <[EMAIL PROTECTED]>
Cc: <lyx-users@lists.lyx.org>
Sent: Sunday, September 11, 2005 9:58 PM
Subject: Re: How create PDF bookmarks?
Sorry forgot that...
I added : \usepackage[bookmarks, bookmarksopen=true,
bookmarksnumbered=true]{hyperref}
into the preamble, then export->pdflatex
2 errors:
Undefined control sequence.
...lgorithm \ref{cap:Algorithm-of-the 3d2d}
:
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
and
Undefined control sequence.
Algorithm \ref{alg: core corr}
describes the brief structure of the
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
---
One thing to say is that the call
\usepackage[......]{hyperref}
must go last in the preamble. If there is anything after it you will
probably get errors.
Try moving it.
Hope that works