cboettig / knitcitations

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

Standardize formats and printing #23

Closed cboettig closed 11 years ago

cboettig commented 11 years ago

Until some citeproc method is implemented for formatting, need to standardize custom format method between the 'markdown', 'rdfa' and other methods. (e.g. italics for journal title, bold for issue number,, etc).

Also need to clarify use of print(bibliography()) vs bibliography() across knitr/RStudio vs terminal usage. i.e. currently, in terminal bibliography() returns blank lines unless print is added, but because print is implicit in knitr it will display correctly with just bibliography()

cboettig commented 11 years ago

mostly done. All cases still need to be verified in testthat tests, which is pending under issue #25