我已经rticles
在 R 中使用这个包几年了,并且能够解决出现的大多数问题。现在我遇到了一个我无法弄清楚的问题。
当我尝试编织pnas_article
模板时会出现问题。当我尝试这样做时,我得到了这个:
processing file: Untitled.Rmd
|.................................................................| 100%
ordinary text without R code
"C:/Program Files/RStudio/bin/pandoc/pandoc" +RTS -K512m -RTS Untitled.utf8.md --to latex --from markdown+autolink_bare_uris+ascii_identifiers+tex_math_single_backslash --output Untitled.tex --template "C:\Users\bensc\OneDrive\Documents\R\win-library\3.6\rticles\rmarkdown\templates\pnas_article\resources\template.tex" --highlight-style tango --latex-engine pdflatex --filter pandoc-citeproc
output file: Untitled.knit.md
tlmgr search --file --global "/tikzlibrarytopaths.code.tex"
Trying to automatically install missing LaTeX packages...
tlmgr install pgf
tlmgr.pl: package repository http://mirrors.ucr.ac.cr/CTAN/systems/texlive/tlnet (not verified: gpg unavailable)
tlmgr.pl install: package already present: pgf
tlmgr search --file --global "/tikzlibrarytopaths.code.tex"
! LaTeX Error: Missing \begin{document}.
Error: Failed to compile Untitled.tex. See https://yihui.name/tinytex/r/#debugging for debugging tips. See Untitled.log for more info.
Execution halted
我正在使用 R 版本 3.6.1。和tinytex
。我遵循了 yihui 的更新建议tlmgr
(通过运行tinytex::tlmgr_update()
)。
另外,请注意 1) 我要编织的文档只是随附的默认开箱即用 pnas 模板文件rticles
;和 2) 编织到其他默认模板,例如elsevier_article
工作正常。