Files
cheatsheet-tldr/tldr/tlmgr-generate
2025-05-10 00:19:02 +00:00

22 lines
577 B
Plaintext

---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# tlmgr generate
> Remake configuration files from information stored locally.
> More information: <https://www.tug.org/texlive/doc/tlmgr.html#generate>.
- 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`