r - How to export syntax highlighted RMarkdown code to PDF? -


for thesis, attach code (not output) of .rmd document, ideally pretty syntax highlighting rstudio does.

is there way export highlighted rmarkdown code file, ideally pdf?

i check out.

http://rmarkdown.rstudio.com/pdf_document_format.html#appearance_and_style

i think should simple

--- title: "habits" output:   pdf_document:     highlight: tango --- 

Comments

Popular posts from this blog

4x4 Matrix in Python -

wso2is - WSO2 IS 5.0.0 SP1 After restart there is authentication error -

python - PyInstaller UAC not working in onefile mode -