Linux command
tlmgr-conf 命令
文本
Copy it and replace filenames, paths, or keywords as needed.
命令示例
Show general TeX Live configuration
tlmgr conf
Show all texmf.cnf settings
tlmgr conf texmf
Show the value of a single tlmgr setting
tlmgr conf tlmgr [setting]
Set a tlmgr configuration value
tlmgr conf tlmgr [setting] [value]
Delete a setting from the tlmgr config file
tlmgr conf tlmgr --delete [setting]
List auxiliary texmf trees
tlmgr conf auxtrees show
Add an auxiliary texmf tree
tlmgr conf auxtrees add [/path/to/tree]
Remove an auxiliary texmf tree
tlmgr conf auxtrees remove [/path/to/tree]
说明
tlmgr conf displays and modifies TeX Live configuration settings. With no arguments it shows general configuration information (active files, paths, and settings). With a system argument (texmf, tlmgr, or updmap) it shows all key/value pairs saved in the corresponding config file. Supplying a key shows only that key's value; also supplying a value sets it. The --delete flag removes a key entirely rather than overriding it. The auxtrees subcommand manages additional texmf trees that are searched alongside the standard TeX Live tree. Part of the TeX Live Manager.
参数
- texmf
- Show or set values in texmf.cnf.
- tlmgr
- Show or set values in the tlmgr configuration file.
- updmap
- Show or set values in the first found updmap.cfg.
- auxtrees
- Manage additional (auxiliary) texmf trees. Subcommands: show, add, remove.
- --conffile _file_
- Use the specified configuration file instead of the default.
- --delete
- Remove the key entirely from the configuration file (rather than commenting it out).
FAQ
What is the tlmgr-conf command used for?
tlmgr conf displays and modifies TeX Live configuration settings. With no arguments it shows general configuration information (active files, paths, and settings). With a system argument (texmf, tlmgr, or updmap) it shows all key/value pairs saved in the corresponding config file. Supplying a key shows only that key's value; also supplying a value sets it. The --delete flag removes a key entirely rather than overriding it. The auxtrees subcommand manages additional texmf trees that are searched alongside the standard TeX Live tree. Part of the TeX Live Manager.
How do I run a basic tlmgr-conf example?
Run `tlmgr conf` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does texmf do in tlmgr-conf?
Show or set values in texmf.cnf.