As stated on the reftex documentation “Note that this is automatically done by the ‘amsmath.el’ style file of AUCTEX, see Section 7.8.2, page 38 – so if you use AUCTEX, this configuration will not be necessary.” but my problem is that C-c ) which inserts a reference gives me the style dialogue, and I select \vref, but then it inserts a \eqref. It’s making me crazy. I have no idea how to debug and fix this, my lisp-fu is very poor.
My document uses the amsmath, varioref, and cleveref packages.
(setq reftex-label-alist ’((nil ?e nil "~\\eqref{%s}" nil nil)))inamsmath.elto, say,(setq reftex-label-alist ’((nil ?e nil "~\\vref{%s}" nil nil)))? – Mico Nov 10 '14 at 19:39