rmarkdown :: render来编译LaTeX文档

这个示例LaTeX文件使用Rstudio,TexShop和pdflatex example.tex编译得很好。 但是rmarkdown::render不起作用。

> rmarkdown::render("example.tex", output_format = "pdf_document")
/usr/local/bin/pandoc +RTS -K512m -RTS example.utf8.md --to latex --from markdown+autolink_bare_uris+ascii_identifiers+tex_math_single_backslash --output example.pdf --template /Library/Frameworks/R.framework/Versions/3.3/Resources/library/rmarkdown/rmd/latex/default.tex --highlight-style tango --latex-engine /Library/TeX/texbin/pdflatex --variable graphics=yes --variable 'geometry:margin=1in' 
! LaTeX Error: Can be used only in preamble.

See the LaTeX manual or LaTeX Companion for explanation.
Type  H <return>  for immediate help.
 ...                                              

l.88 documentclass

pandoc: Error producing PDF from TeX source
Error: pandoc document conversion failed with error 43
> 

有没有办法告诉rmarkdown我开始使用LaTeX文档? 我在用

  • Mac OS 10.11.5
  • R 3.3.0
  • rmarkdown 0.9.6
  • pandoc 1.13.2
  • pdfTeX 3.14159265-2.6-1.40.17(TeX Live 2016)

  • 没关系。 tools::texi2pdf("example.tex")通过命令行与Rstudio和R一起工作。 不过,R GUI失败了。

    链接地址: http://www.djcxy.com/p/33471.html

    上一篇: rmarkdown::render to compile LaTeX documents

    下一篇: RStudio on Windows not using XeLaTeX