JabRef version 4.1 on Debian buster/sid
Steps to reproduce:
- chain modifiers for the BibTeX key generator as described in the docs
- have a BibTex file where both modifiers would have an effect
- observe that only the last modifier will be applied
Details
Despite the configured pattern [auth:(_):lower][veryshorttitle:lower:(_)] , the example BibTex:
@Article{Interesting,
title = {The Interesting Title},
}
leads to the BibTex key as seen above.
Expected key (and BibTex, again):
@Article{_interesting,
title = {The Interesting Title},
}
Thanks for this powerful piece of FLOSS!
JabRef version 4.1 on Debian buster/sid
Steps to reproduce:
Details
Despite the configured pattern
[auth:(_):lower][veryshorttitle:lower:(_)], the example BibTex:leads to the BibTex key as seen above.
Expected key (and BibTex, again):
Thanks for this powerful piece of FLOSS!