美文网首页
Rmarkdown 支持中文之tinytex安装

Rmarkdown 支持中文之tinytex安装

作者: 学着放下 | 来源:发表于2021-03-07 08:41 被阅读0次

参考文档
https://yihui.org/tinytex/cn/

install.packages('tinytex')
tinytex::install_tinytex()
 # 从镜像安装,慎用,因为我这么安装从来没成功过
tinytex::install_tinytex(repository = "http://mirrors.tuna.tsinghua.edu.cn/CTAN/")

安装好以后,可以切换镜像
中科大:http://mirrors.ustc.edu.cn/CTAN/
清华:https://mirrors.tuna.tsinghua.edu.cn/CTAN/

tinytex::tlmgr_repo('https://mirrors.tuna.tsinghua.edu.cn/CTAN/')

安装完成后,请运行tinytex::is_tinytex()查看是否安装成功

相关文章

网友评论

      本文标题:Rmarkdown 支持中文之tinytex安装

      本文链接:https://www.haomeiwen.com/subject/qgmeqltx.html