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.
Thanks Jurgen.. that explains why varioref didn't seem to have any effect when I used the Formatted reference option. I was able to get the reference to pages to go away by redefining the fig and tab prettyrefs:
\newrefformat{fig}{Figure \ref{#1}}
\newrefformat{tab}{Table \ref{#1}}Looks like the default for prettyref is to use "\ref{..} on page \pageref{..}" ...
nirmal
