好的,显然还有一件事普遍问题与tlmgr
和 Texlive 和 Linux 和....叹。
- 因此,我
texlive
在 Ubuntu 18.04 上安装了。到目前为止一切顺利。 - 尝试编写一篇文章,我得到:
LaTeX Error: File 'cuted.sty' not found. [\RequirePackage]
- 已尝试
tlmgr install cuted
,得到:tlmgr: Remote repository is newer than local (2017 < 2018)
- 好的,我
texlive
按照说明安装 2018这里。 - 一个小时下载软件包,很好。
.profile
按照指示将路径添加到我的。- 测试
tex --version
,我明白了TeX 3.14159265 (TeX Live 2018)
。看起来不错 测试
tlmgr version
,我明白了tlmgr revision 49885 (2019-01-31 20:27:00 +0100) tlmgr using installation: /usr/local/texlive/2018 TeX Live (http://tug.org/texlive) version 2018
. 甚至更好。- 尝试一下
tlmgr install cuted
,我明白了You don't have permission to change the installation in any way
。好的。 - 尝试一下
sudo tlmgr install cuted
,我得到:tlmgr: Remote repository is newer than local (2017 < 2018)
。叹。
那么现在该怎么办?我能做什么?我只需要编写这篇文章,拜托了,上帝啊。