ices-tools-prod / icesTAF

Functions to support the ICES Transparent Assessment Framework
GNU General Public License v3.0
5 stars 7 forks source link

Allow multiple bib$source entries #28

Closed arni-magnusson closed 2 years ago

arni-magnusson commented 3 years ago

icesTAF versions 3.0 to 3.5 allowed users to specify multiple source entries that share a prefix:

@Misc{pictures,
  originator = {TAF},
  year       = {2021},
  title      = {Two pictures},
  access     = {Public},
  prefix     = {https://www.ices.dk/SiteCollectionImages/TAF/},
  source     = {TAfbanner.png,
                TAF_info_gfx.png},
}

Version 3.6.0 dropped this support, but with this pull request we can bring it back.

arni-magnusson commented 2 years ago

Implemented on the 'develop' branch of the TAF package [21 Feb 2022]