【发布时间】:2015-01-14 11:33:45
【问题描述】:
我已经在论坛中搜索了答案,但它们似乎不起作用。
我正在使用 knitr 包在 Rstudio 中编织 pdf 文档。我正在使用 Windows 7 和 Rstudio。
pandoc.exe: Error producing PDF from TeX source
Error: pandoc document conversion failed with error 43
In addition: Warning message:
running command '"C:/Program Files/RStudio/bin/pandoc/pandoc" PA1_template.utf8.md --to latex --from markdown+autolink_bare_uris+ascii_identifiers+tex_math_single_backslash-implicit_figures --output PA1_template.pdf --template "C:\R\Library\rmarkdown\rmd\latex\default.tex" --highlight-style tango --latex-engine pdflatex --variable "geometry:margin=1in"' had status 43
Execution halted
谢谢,
路易斯
【问题讨论】:
-
这对我来说仍然是坏事,包括当我尝试编织到 pdf 一个简单的 Rmd 时,它只包括
output: pdf_document标题(前后一行有三个连字符),并且在一个新行上,单词test。 -
在 Mac OS X Mavericks 和 rmarkdown 0.5.1 上出现同样的问题