Skip to content

Commit

Permalink
Fix collapseF fun. for authoryear printing
Browse files Browse the repository at this point in the history
* In single-byte locales, the gsub call in collapseF() can cause
multi-byte chars to be converted to single-byte ones, so only
perform when necesssary
* collapseF only used when bib.style = 'authoryear'
* Additionally, a period could be removed from the last initial in the
first author's given name when first.inits = TRUE. This has been
corrected.
* Possibly affects #62, #61
  • Loading branch information
mwmclean committed Apr 4, 2019
1 parent 1540cc4 commit 03b7bc7
Show file tree
Hide file tree
Showing 3 changed files with 129 additions and 101 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: RefManageR
Version: 1.2.12
Version: 1.2.13
Title: Straightforward 'BibTeX' and 'BibLaTeX' Bibliography Management
Authors@R: person(c("Mathew", "W."), "McLean", role = c("aut", "cre"),
email = "[email protected]",
Expand Down
Loading

0 comments on commit 03b7bc7

Please sign in to comment.