Hi Uwe, Uwe Brauer <[email protected]> writes:
> I know auctex supports nameref, but reftex does not. > > Now I want to cite a theorem (and similar environments) not only by its > number, but also by its title. > > So the most elegant solution can be found in > > https://tex.stackexchange.com/questions/121865/nameref-how-to-display-section-name-and-its-number > > And the following example > > Works nicely. > > So the question is how can I teach reftex, not auctex to deal with the > user-defined fullref command, or if this is too difficult at least with > nameref? Maybe I'm missing something but you can do 'C-c C-m autoref RET' and AUCTeX will handover the label query to RefTeX, given that hyperref.el and nameref.el are loaded. You don't like that? Best, Arash
