1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-04 06:35:23 +02:00
tldr/pages/common/tlmgr-generate.md

17 lines
484 B
Markdown
Raw Normal View History

2022-10-11 09:30:04 -05:00
# tlmgr generate
> Remake configuration files from information stored locally.
> More information: <https://www.tug.org/texlive/doc/tlmgr.html#generate>.
2022-10-11 09:30:04 -05: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`