josephwright / biblatex-phys

A biblatex implementation of the AIP and APS bibliography style
LaTeX Project Public License v1.3c
25 stars 6 forks source link

add shortjournal entry type #27

Closed ghost closed 4 years ago

ghost commented 4 years ago

A better integration with Zotero Better BibTeX can be achieved by adding the shortjournal entry type, which may replace journaltitle in case both are defined.

A typical quick-copy from Better BibTeX is

@article{vutukuri2020lightswitchable,
  title = {Title},
  author = {Authors},
  date = {Date},
  journaltitle = {JournalTitle},
  shortjournal = {ShortJournalTitle},
  volume = {Vol},
  pages = {Pags},
  publisher = {Publisher},
  doi = {Doi},
  issue = {Issue},
  number = {Number}
}