PDF rendering in Rmarkdown2/

前端 未结 2 1942
日久生厌
日久生厌 2020-12-19 04:31

I have just installed the newest overnight build of Rstudio(0.98.939) Rmarkdown on 14.04 Ubuntu, (please take several bows Rstudio folks - you have transformed the user expe

相关标签:
2条回答
  • 2020-12-19 05:12

    I had this same symptom on Debian Jessie,

    sudo apt-get install texlive-latex-extra

    was sufficient for me.

    0 讨论(0)
  • 2020-12-19 05:29

    I tried the answers above in my ubuntu and it didn't work, finally I found that yihui developed the tinytex package, the only thing you have to do is run the following code:

    install.packages(c('tinytex', 'rmarkdown'))
    tinytex::install_tinytex()
    

    and you are set, this works cross platform

    Cheers

    0 讨论(0)
提交回复
热议问题