-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Description
Some people (like myself) have a separate file with strings containing names for e.g. journals and conferences to keep the naming consistent (one good thing is that more people can use these abbreviations without having to share .bib-files). This is also the case with IEEE, which has the file IEEEabrv. bib (which is supported by JabRef). Now, it would be nice if this file could be specified in the .bib file in some way and that the content from the file in the first place is used to show the "correct" name in the entry preview. Later one could also think of using this file and make a reverse conversion of the abbreviation, just as it works with IEEE at the moment (maybe this is already supported? I do not use the built in abbreviation support except for IEEE).
Normally, this is specified in the TeX-file as
\bibliography{IEEEabrv,../ES_Conf_abrv,../ES_Journal_abrv,../oscar}
so one would probably need to add something corresponding JabRef specific to the bib-file.