我已经使用TeXLive方法在本地安装中安装了install-tl.sh 2014,并选择了集合collection-texworks。我希望能够在安装后运行texworks二进制文件,但是在/usr/local中没有这样的二进制文件。另外,tlmgr报告它找不到二进制文件。
我做错了什么?
⟫ tlmgr info texworks
package: texworks
category: TLCore
shortdesc: Cross-platform friendly front end.
longdesc: See http://tug.org/texworks for information and downloads. TeX Live includes executables only for Windows.
installed: Yes
revision: 30136
tlmgr: cannot find depending packagetexworks.x86_64-linux
sizes: doc: 5k, run: 14981k
relocatable: No
collection: collection-texworks
⟫ sudo /usr/local/texlive/2014/bin/x86_64-linux/tlmgr install texworks
tlmgr: package repository http://archive.cs.uu.nl/mirror/CTAN/systems/texlive/tlnet(仅此而已,退出状态0)
⟫ find /usr/local -type f -name "texworks"(无产出)
⟫ which texworks(无产出)
发布于 2014-09-01 11:11:59
请更仔细地阅读tlmgr info texworks输出:
Windows仅包含适用于TeX的可执行文件。
使用PPA (https://launchpad.net/~texworks/+archive/ubuntu/stable)或正式的Ubuntu包。
Ubuntu包安装的TeXWorks安装使用的是Ubuntu TeXLive安装,而不是/usr/local中的本地安装。为了改变这一点,编辑TeXWorks中的首选项,并在顶部设置TeXLive安装的路径:

https://askubuntu.com/questions/518701
复制相似问题