Am Dienstag, 19. September 2006 14:43 schrieb Guy Hindell:
> So my question should have been - how can I get lyx to always export
> using \autoref rather than \ref, or alternatively, is there any magic I
> can use in the preamble to achieve the same result?
If you don't need normal refs you can put this in the preamble (untested):
\renewcommand{\ref}[1]{\autoref{#1}}
Then all normal references will become \autoref. If you want more, please
file an enhancement request at http://bugzilla.lyx.org, since that would
require source code changes (or even better, send a patch :-) ).
Georg