Nirmal Govind wrote: > Hi Juergen - does LyX automatically use prettyref if there exists a > crossreference with the "Formatted Reference" option?
Yes. This is the procedure (qt reference dialog):
<reference> --> \ref{} (native LaTeX)
<page> --> \pageref{} (native LaTeX)
on page <page> --> \vpageref{} (package varioref)
<reference> on page <page> --> \vref{} (package varioref)
Formatted reference --> \prettyref{} (package prettyref)
The packages are loaded automatically.
J�rgen.
