[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [AUCTeX-devel] [RefTeX] reftex-reference ignores reference format se
From: |
Tassilo Horn |
Subject: |
Re: [AUCTeX-devel] [RefTeX] reftex-reference ignores reference format selection |
Date: |
Thu, 22 May 2014 18:17:40 +0200 |
User-agent: |
Gnus/5.130012 (Ma Gnus v0.12) Emacs/24.4.50 (gnu/linux) |
Mosè Giordano <address@hidden> writes:
> But I can't get why you don't have that entry in
> `reftex-typekey-to-format-alist'. Up to my understanding this alist
> is built in `reftex-compile-variables' and in my system, with the
> default RefTeX settings, the first element processed in the outer
> `while' loop
> (car
> (reftex-uniquify-by-car
> (reftex-splice-symbols-into-list
> (append reftex-label-alist
> (get reftex-docstruct-symbol
> 'reftex-label-alist-style)
> reftex-default-label-alist-entries)
> reftex-label-alist-builtin)
> '(nil)))
> is
>
> (nil 101 nil "~\\eqref{%s}")
>
> and thus ("e" . "~\\eqref{%s}") will be the last entry of my
> `reftex-typekey-to-format-alist'. Do you customize some variable?
You probably have AMSTeX in `reftex-default-label-alist-entries' and I
don't.
> Anyway I still think `reftex-format-special' is somewhat awkward.
Yes. :-)
Bye,
Tassilo