Uwe Brauer <[email protected]> writes:

Hi Uwe,

> One last comment thou: if I run reftex-reference I have to select all,
> which is fine for short documents but a bit cumbersome for long one.
>
> So I thought of modifying 
>  reftex-label-alist 
> adding 
>
>           ("frame"   ?F "label=frm:%f:"  "~\\ref{%s}" nil ("frame"  "slide"))
>
> But that did not work, any idea how to achieve that?

This works for me:

  (setq reftex-label-alist '(("frame" ?F "frm:" "~\\ref{%s}" nil ("frame"  
"slide"))))

Yours should work as well but says that your frame labels must have the
format frm:<filename>:<something> which was at least not the case in
your original example.

Bye,
Tassilo

Reply via email to