当乳胶命令(例如)时,RMarkdown无法编织PDF:
\textcolor{blue}{Character String}
Run Code Online (Sandbox Code Playgroud)
在.rmd文件中。错误输出为:
/ usr / local / bin / pandoc + RTS -K512m -RTS test.utf8.md-至乳胶-从markdown + autolink_bare_uris + ascii_identifiers + tex_math_single_backslash-输出test.pdf --template〜/ R / 3.3 / library / rmarkdown / rmd / latex / default-1.17.0.2.tex --highlight-style探戈--latex-engine / Library / TeX / texbin / pdflatex --variable graphics = yes --variable'geometry:margin = 1in'!未定义的控制顺序。l.105 \ textcolor
pandoc:生成PDF时出错
错误:pandoc文档转换失败,错误43
执行停止
包含带有echo = TRUE的r代码块,例如:
```{r, echo = TRUE}
# I am a glitch
``` …Run Code Online (Sandbox Code Playgroud)