On 05/23/2011 05:22 PM, Ruida Yun wrote:
Hi all,
I'm writing my dissertation using Lyx2.0 with the built-in thesis template.
The preamble in thesis template define
\renewcommand{\figureautorefname}{Fig.\negthinspace} to change the
default Figure to Fig. while referencing the figure. However, I found
out the it doesn't work for my me. Please find the attached file to
see the problem.
I've googled this problem for a while but couldn't find a solution.
Any suggestion would be more than welcome.
I do not know for sure, but I would guess that this template is meant to
use the autoref features of hyperref. There is no direct support for
this in LyX. That is, you can do things like:
\autoref{fig:mylabel}
in ERT, but normal LyX cross-references will not be affected by the
command you mention.
Richard