Files
tldr/pages.zh/common/install-tl.md

28 lines
648 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# install-tl
> TeX Live 跨平台安装程序。
> 更多信息:<https://tug.org/texlive/>.
- 启动基于文本的安装程序在Unix系统上默认
`install-tl -no-gui`
- 启动图形用户界面安装程序在macOS和Windows上默认需要Tcl/Tk
`install-tl -gui`
- 根据特定配置文件安装TeX Live
`install-tl -profile {{path/to/texlive.profile}}`
- 使用特定配置文件中的设置启动安装程序:
`install-tl -init-from-file {{path/to/texlive.profile}}`
- 启动便携设备如USB闪存驱动器上的安装程序
`install-tl -portable`
- 显示帮助信息:
`install-tl -help`