search for: yaml_front_matt

Displaying 4 results from an estimated 4 matches for "yaml_front_matt".

Did you mean: yaml_front_matter
2017 Sep 07
0
post_processor in rmarkdown not working
...tput skeleton.tex --template /Library/Frameworks/R.framework/Versions/3.3/Resources/library/INBOmd/rmarkdown/templates/rsos_article/resources/template.tex --natbib --bibliography sample.bib Latexmk: This is Latexmk, John Collins, 19 Jan. 2017, version: 4.52c. Error in output_format$post_processor(yaml_front_matter, utf8_input, output_file, : unused arguments (yaml_front_matter, utf8_input, output_file, clean, !quiet) Called from: output_format$post_processor(yaml_front_matter, utf8_input, output_file, clean, !quiet) so we see pandoc being run, then Latexmk, then the post_processor call. It se...
2017 Sep 07
2
post_processor in rmarkdown not working
...--template > /Library/Frameworks/R.framework/Versions/3.3/Resources/library/INBOmd/rmarkdown/templates/rsos_article/resources/template.tex > --natbib --bibliography sample.bib > Latexmk: This is Latexmk, John Collins, 19 Jan. 2017, version: 4.52c. > Error in output_format$post_processor(yaml_front_matter, utf8_input, > output_file, : > unused arguments (yaml_front_matter, utf8_input, output_file, clean, > !quiet) > Called from: output_format$post_processor(yaml_front_matter, utf8_input, > output_file, > clean, !quiet) > > so we see pandoc being run, then Latexm...
2017 Sep 08
0
post_processor in rmarkdown not working
...ry/Frameworks/R.framework/Versions/3.3/Resources/ >> library/INBOmd/rmarkdown/templates/rsos_article/resources/template.tex >> --natbib --bibliography sample.bib >> Latexmk: This is Latexmk, John Collins, 19 Jan. 2017, version: 4.52c. >> Error in output_format$post_processor(yaml_front_matter, utf8_input, >> output_file, : >> unused arguments (yaml_front_matter, utf8_input, output_file, clean, >> !quiet) >> Called from: output_format$post_processor(yaml_front_matter, utf8_input, >> output_file, >> clean, !quiet) >> >> so we se...
2017 Sep 07
3
post_processor in rmarkdown not working
Dear Duncan, Thanks for chiming in. Could you explain how you set debug() on post_processor()? I've tried adding debug(post_processor) to rsos_article() or adding debug(post_processor) when after post_processor was defined in the debugger. Neither work for me. All supporting files are available within the package. The code below should be reproducible on your machine.