mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-29 11:35:40 +02:00
tlmgr-generate: add page (#8918)
This commit is contained in:
parent
58578c01f2
commit
0d28f12654
1 changed files with 16 additions and 0 deletions
16
pages/common/tldr-generate.md
Normal file
16
pages/common/tldr-generate.md
Normal file
|
@ -0,0 +1,16 @@
|
|||
# tlmgr generate
|
||||
|
||||
> Remake configuration files from information stored locally.
|
||||
> More information: <https://www.tug.org/texlive/tlmgr.html>.
|
||||
|
||||
- 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`
|
Loading…
Add table
Reference in a new issue