cboettig / knitcitations

:package: Generate citations for knitr markdown and html files
http://carlboettiger.info
Other
220 stars 28 forks source link

Manage the 'cited' list as a bibtex file #13

Closed cboettig closed 11 years ago

cboettig commented 11 years ago

Rather than keeping track of all citations in options environment or custom environment, consider creating and appending a bibtex file and calling that bibtex file to print the bibliography at the end. Would be more reliable and cleaner to implement and debug.

cboettig commented 11 years ago

Done. Can cause unexpected errors with bibtex package, so switched off by default (options(bibtex_data = FALSE)) and now handled with a custom environment.

rmflight commented 11 years ago

So the custom environment works fine with knitting using the Rstudio button? I remember this was the issue previously.

cboettig commented 11 years ago

Yes, everything should work with the RStudio button now as well (at least appears to work in my tests). Thanks for remembering this.

Carl

On Fri, Feb 1, 2013 at 5:53 PM, Robert M Flight notifications@github.comwrote:

So the custom environment works fine with knitting using the Rstudio button? I remember this was the issue previously.

— Reply to this email directly or view it on GitHubhttps://github.com/cboettig/knitcitations/issues/13#issuecomment-13022820.

Carl Boettiger UC Santa Cruz http://www.carlboettiger.info/