2025-03-14 21:59:59 -06:00
|
|
|
# tlmgr generate
|
|
|
|
|
|
|
|
|
|
> Remake configuration files from information stored locally.
|
2025-06-28 19:25:29 -06:00
|
|
|
> More information: <https://www.tug.org/texlive/doc/tlmgr.html#generate>.
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Remake the configuration file storing into a specific location:
|
|
|
|
|
|
|
|
|
|
`tlmgr generate --dest {{output_file}}`
|
|
|
|
|
|
|
|
|
|
- Remake the configuration file using a local configuration file:
|
|
|
|
|
|
|
|
|
|
`tlmgr generate --localcfg {{local_configuration_file}}`
|
|
|
|
|
|
|
|
|
|
- Run necessary programs after rebuilding configuration files:
|
|
|
|
|
|
|
|
|
|
`tlmgr generate --rebuild-sys`
|