Skip to content

RefManageR v1.2.0

Choose a tag to compare

@mwmclean mwmclean released this 24 Apr 09:17
· 114 commits to master since this release

NEW FEATURES

  • +.BibEntry and merge.BibEntry gain an argument ignore.case,
    which defaults to BibOptions()$ignore.case (TRUE) so that case is
    ignored when checking for duplicate fields (h/t Justin Calabrese #47)
  • Improved warning message when printing entries with unknown
    LaTeX macros (the entry key is now included). (h/t Justin Calabrese #49)
  • The entry key is now included in warning messages when entries are
    missing fields and BibOptions()$check.entries == "warn" (h/t Justin
    Calabrese #48)
  • PrintBibliography gains parameters "start" and "end"
    to allow for printing only a subset of all cited entries from
    a BibEntry object (h/t Joseph Casillas #45, #46)

BUG FIXES

  • Entries are now only checked once to ensure all required
    fields are present in ReadBib