我必须使用RStudio来编制PDF格式的报告,但是当我试图用Rmarkdown中的块中所需的包编织文档时,它会向我显示以下错误:
tlmgr search --file --global '/multirow.sty'
tlmgr: Remote repository is newer than local (2018 < 2019)
Cross release updates are only supported with
update-tlmgr-latest(.sh/.exe) --update
Please see https://tug.org/texlive/upgrade.html for details.
! LaTeX Error: File `multirow.sty' not found.
! Emergency stop.
<read *>
Errore: Failed to compile questionario_sulla_responsabilita_222222.tex. See https://yihui.name/tinytex/r/#debugging for debugging tips. See questionario_sulla_responsabilita_222222.log for more info.
Inoltre: Warning message:
In system2("tlmgr", args, ...) :
running command ''tlmgr' search --file --global '/multirow.sty'' had status 1
Execution interrupted我怎么才能解决这个问题?我使用的是MacBook Pro
我试着更新我能做的一切,我从一开始就试着安装所有的东西,但是它显示了相同的错误信息
https://stackoverflow.com/questions/56099681
复制相似问题