Created
March 21, 2016 01:31
-
-
Save briandk/33ceeb975717925b5156 to your computer and use it in GitHub Desktop.
Default YAML block for RMarkdown Manuscripts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
title: "[Title Goes Here]" | |
author: "[Blinded for Review]" | |
documentclass: "article" | |
output: | |
pdf_document: | |
keep_tex: true | |
number_sections: true | |
highlight: "tango" | |
toc: true | |
md_extensions: +implicit_figures +grid_tables +fenced_code_blocks +fenced_code_attributes | |
citation_package: 'none' | |
pandoc_args: [ | |
--bibliography=bibliography.bibtex, | |
--csl=apa.csl, | |
--filter=pandoc-citeproc | |
] | |
word_document: | |
highlight: "tango" | |
toc: true | |
md_extensions: +implicit_figures +grid_tables +fenced_code_blocks +fenced_code_attributes | |
pandoc_args: [ | |
--bibliography=bibliography.bibtex, | |
--csl=apa.csl, | |
--filter=pandoc-citeproc | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment