通过RStudio的R Markdown无法生成PDF,只能生成HTML和Word(Pandoc生成状态43)

时间:2015-11-17 19:46:10

标签: r pdf markdown rstudio pandoc

即使使用'Newfile' -> 'New R Markdown'序列选择'文档'生成的非常简单的Rmd文件也是如此。和' PDF'作为默认输出格式当按下' Knit PDF'时,我会收到以下错误RStudio中的按钮:

"C:/PROGRA~2/Pandoc/pandoc" +RTS -K512m -RTS mist2.utf8.md --to latex 
--from markdown+autolink_bare_uris+ascii_identifiers+tex_math_single_backslash-implicit_figures 
--output mist2.pdf --template "D:\_Dateien_von_ulk\Dokumente\R\win-library\3.2\rmarkdown\rmd\latex\default-1.14.tex" --highlight-style tango 
--latex-engine pdflatex --natbib --variable graphics=yes --variable "geometry:margin=1in" 
  output file: mist2.knit.md

  ! Incomplete \iffalse; all text was ignored after line 131.
  <inserted text> 
    \fi 
  <*> ./tex2pdf.2196/input.tex

  !  ==> Fatal error occurred, no output PDF file produced!
    Transcript written on D:/ulk/uk-uni/Uni-ab-September-1999/Lehre/Unterlagen-Lehr
  e-WS-2015-16/Lektuerekurs.VAR.ECM.COINT.WS2015.16/Pfaff.2008.RCode/RCode/tex2pd
  f.2196/input.log.

  pandoc.exe: Error producing PDF from TeX source
  Fehler: pandoc document conversion failed with error 43
  Zusätzlich: Warnmeldung:
    Ausführung von Kommando '"C:/PROGRA~2/Pandoc/pandoc" +RTS -K512m -RTS mist2.utf8.md --to latex 
 --from markdown+autolink_bare_uris+ascii_identifiers+tex_math_single_backslash-implicit_figures --output mist2.pdf 
 --template "D:\_Dateien_von_ulk\Dokumente\R\win-library\3.2\rmarkdown\rmd\latex\default-1.14.tex"
 --highlight-style tango --latex-engine pdflatex --natbib --variable graphics=yes 
 --variable "geometry:margin=1in"' ergab Status 43 
  Ausführung angehalten

sessionInfo()提供的R会话信息提供:

R version 3.2.2 (2015-08-14)
Platform: x86_64-w64-mingw32/x64 (64-bit)
Running under: Windows 8 x64 (build 9200)

locale:
[1] LC_COLLATE=German_Germany.1252  LC_CTYPE=German_Germany.1252    LC_MONETARY=German_Germany.1252
[4] LC_NUMERIC=C                    LC_TIME=German_Germany.1252    

attached base packages:
[1] stats     graphics  grDevices utils     datasets  methods   base     

other attached packages:
[1] RevoUtilsMath_3.2.2

loaded via a namespace (and not attached):
[1] htmltools_0.2.6 tools_3.2.2     yaml_2.1.13     rmarkdown_0.8.2 digest_0.6.8   

在Window 8.1下。我用:

  1. MikTeX版本2.9.5721
  2. Pandoc 1.15.1.1。
  3. RStudio 0.99.489
  4. 所有图书馆今天(2015年11月17日)已更新。此外,所有软件都已在驱动器C:上的安装默认路径中使用管理员权限进行安装,并且已经可供所有用户使用。

    将Rmd文件编织成HTML并且Word没有任何问题 有任何建议如何解决问题?

0 个答案:

没有答案