View source: R/utils-fix-title-case-for-csl.R
fix_title_case_for_csl | R Documentation |
Add an additional layer of curly braces around the titles found in the supplied BIB file (BiBTeX format). This is necessary for CSL to write the titles in the output document as-is. If it is not done, sentence-case is implemented in CSL and your titles will be messed up.
fix_title_case_for_csl(
bib_fn = here("doc/bib/refs.bib"),
out_fn = here("doc/bib/refs_modified.bib")
)
bib_fn |
The input BiBTeX file name |
out_fn |
The output BiBTeX file name |
Only done once for a project. Added here for reference and to save the code
nothing
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.