--- Begin Message ---
Subject: |
26.3; reftex-citation-format doesn't know biblatex fields |
Date: |
Fri, 27 Dec 2019 15:47:21 +0000 |
For local citations outside a tex file I have
(setq reftex-cite-format
"[%4a, \\textit{%t}, %b %e, %u, %r %h %j \\textbf{%v} (%y), %p %<]" )
but when the database file is in biblatex format, the journal name is not in
the field journal, accessed by %j, but rather in the field journaltitle, that
is not detected. E.g. the entry
@Article{Abels:slice,
author = {Abels, H.},
title = {Parallelizability of proper actions, global
{$K$}-slices and maximal compact subgroups},
journaltitle = {Math. Ann.},
year = 1974,
volume = 212,
pages = {1--19}
}
produces the local citation
[Abels, \textit{Parallelizability of proper actions, global {$K$}-slices and
maximal compact subgroups}, \textbf{212} (1974), 1--19]
with no journal name.
Emacs : GNU Emacs 26.3 (build 1, x86_64-apple-darwin18.7.0, NS appkit-1671.60
Version 10.14.6 (Build 18G1012))
of 2019-11-06
Package: 26.3
current state:
==============
(setq
window-system 'ns
reftex-plug-into-AUCTeX t
)
--
Andrew Swann | Associate Professor | Tel +45 871 55767 | swann@math.au.dk |
http://home.math.au.dk/swann/ | Department of Mathematics, Aarhus University,
Ny Munkegade 118, Bldg 1530, DK-8000 Aarhus C, Denmark | Dept +45 871 50000
--- End Message ---
--- Begin Message ---
Subject: |
Re: bug#38762: 26.3; reftex-citation-format doesn't know biblatex fields |
Date: |
Tue, 07 May 2024 16:02:28 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Hi Andrew,
Andrew Francis Swann <swann@math.au.dk> writes:
> Thank you for looking at this. Yes, your code fixes the problem.
> Much appreciated.
Thanks for testing and your feedback. I installed a slightly modified
change on Emacs master (ead72523). This will be available with Emacs
30.
Again, sorry it took so long. Closing.
Best, Arash
--- End Message ---