Description Usage Arguments Details Value Author(s) See Also Examples
View source: R/base_markdownCitation.R
For .md files,when given specified reference form(.csl), citation library(.bib), mardownCitation
product a .bat file to annotate the citations of .md by pandoc.
1 2 3 |
md.path |
the path of markdown doc |
csl.path |
the path of .csl file. Default is "american-medical-association.csl" provided by system |
bib.path |
the .bib citation library from cication editor(like Endnote). when you use endnote, you can select "BibTex Export" output form to produce a .txt |
save.names |
the names of saved files |
save.type |
the type of saved files. Default is "docx" |
sub.bat |
whether output indivitual .bat file. Default if |
save.path |
the path of output files |
1. The path should be a absolute path instead of relative one.
2. You have to install pandoc before. More detailed installation please go to https://github.com/jgm/pandoc/releases/tag/2.7.3
3.It seems that only "docx" is available by pandoc-citeproc filter
a list
Weibin Huang<654751191@qq.com>
csl library https://editor.citationstyles.org/about/
1 2 | cit <- mdCitation()
cit <- mdCitation(csl.path = "american-medical-association")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.