我想使用Sumatra来查看我用R制作的Latex Dokuments,因为默认的R PDF Viewer在我每次重新编译时都会打开一个侧边栏。
到目前为止,我安装了Sumatra,并使用了https://search.r-project.org/CRAN/refmans/berryFunctions/html/sumatraInitialize.html中描述的以下代码
sumatraInitialize(
path = sub("pandoc$", "sumatra", Sys.getenv("RSTUDIO_PANDOC")),
roampath = paste0(Sys.getenv("APPDATA"), "/SumatraPDF"),
openfolder = TRUE
)
字符串
R吐出:
The following file doesn't exist: C:\Users\username\AppData\Roaming/SumatraPDF
型
我确实找不到漫游文件夹,SumatraPDF也位于其他地方。
我该怎么办?
1条答案
按热度按时间dbf7pr2w1#
在我的Windows系统上,SumatraPDF安装在
~/AppData/Local/
下,而不是AppData/Roaming/
。这意味着你应该能够使用:用途:字符串