Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

archlinux 上得到的安装路径是错误的 #37

Open
rachpt opened this issue Dec 30, 2019 · 0 comments
Open

archlinux 上得到的安装路径是错误的 #37

rachpt opened this issue Dec 30, 2019 · 0 comments

Comments

@rachpt
Copy link

rachpt commented Dec 30, 2019

install/unix.sh 的 TEXMFLOCAL=kpsewhich --var-value=TEXMFLOCAL | awk -v RS="" -v FS="[\r\n]" '{print $1}' 的到的路径并不是 texlive的安装路径。

kpsewhich --var-value=TEXMFLOCAL
# 输出
/usr/local/share/texmf:/usr/share/texmf

真实安装路径是 /usr/share/texmf-dist
https://wiki.archlinux.org/index.php/TeX_Live_(简体中文)


最后安装的一个好处:texStudio可以自动补全。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant