Re: reftex does not support nameref

2023-11-11 Thread Arash Esbati
Uwe Brauer writes: > Ok I can understand this argument, the only downside is: > > 1. I can download and compile AucTeX myself > > 2. But not reftex since it is a part of GNU emacs, and I don't want >to recompile emacs right now (for some compatibility reasons with >older

Re: reftex does not support nameref

2023-11-11 Thread Uwe Brauer
>>> "AE" == Arash Esbati writes: > Hi Uwe, > Uwe Brauer writes: >> Although AuCTeX supports nameref, reftex does not. > Then we should add support for it to RefTeX. >> I presume adding some lines to the nameref.sty file of the sort >> >> (when (featurep 'reftex-vars) >> >> ;; Add a new

Re: reftex does not support nameref

2023-11-11 Thread Arash Esbati
Hi Uwe, Uwe Brauer writes: > Although AuCTeX supports nameref, reftex does not. Then we should add support for it to RefTeX. > I presume adding some lines to the nameref.sty file of the sort > > (when (featurep 'reftex-vars) > > ;; Add a new reference style > (add-to-list

reftex does not support nameref

2023-11-10 Thread Uwe Brauer
Hi Although AuCTeX supports nameref, reftex does not. I presume adding some lines to the nameref.sty file of the sort (when (featurep 'reftex-vars) ;; Add a new reference style (add-to-list 'reftex-ref-style-alist '("Nameref" "nameref" (("\\nameref" ?n)))