Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Citation issues in ms #165

Closed
RemkoDuursma opened this issue Sep 22, 2014 · 2 comments
Closed

Citation issues in ms #165

RemkoDuursma opened this issue Sep 22, 2014 · 2 comments

Comments

@RemkoDuursma
Copy link
Collaborator

  • Multi-author citations don't have "et al", but list many authors (in Introduction, perhaps elsewhere)
  • taxize citation not rendered (taxize R package citet(c(“10.1111/j.2041-210X.2012.00232.x”, bib[“chamberlain2013taxize”]))`)
@RemkoDuursma
Copy link
Collaborator Author

Looks like a knitcitations problem

bib <- read.bibtex("ms/refs.bib")
citep(bib["chave_tree_2005"])
options(citation_format = "text", max.names=2)

gives

"(Chave, Andalo, Brown, Cairns, Chambers, Eamus, Fölster, Fromard, Higuchi, Kira, Lescure, Nelson, Ogawa, Puig, Riéra, and Yamakura, 2005)"

That is, max.names is not recognized.

RemkoDuursma added a commit that referenced this issue Sep 22, 2014
@RemkoDuursma
Copy link
Collaborator Author

Submitted issue to knitcitations,

cboettig/knitcitations#65

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant