auctex-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: reftex-reference: beamer label for frames is not found by reftex


From: Tassilo Horn
Subject: Re: reftex-reference: beamer label for frames is not found by reftex
Date: Sun, 10 Jan 2021 14:46:44 +0100
User-agent: mu4e 1.5.7; emacs 28.0.50

Uwe Brauer <oub@mat.ucm.es> 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

[Prev in Thread] Current Thread [Next in Thread]