mirror of
https://github.com/tldr-pages/tldr
synced 2026-08-26 14:13:36 +01:00
fmtutil, fmtutil-sys, fmtutil-user, mktexfmt: add pages (#23091)
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
# fmtutil-sys
|
||||
|
||||
> Manage TeX formats and Metafont bases system-wide.
|
||||
> More information: <https://manned.org/fmtutil-sys>.
|
||||
|
||||
- Recreate all system format files:
|
||||
|
||||
`fmtutil-sys --all`
|
||||
|
||||
- Create all missing system format files:
|
||||
|
||||
`fmtutil-sys --missing`
|
||||
|
||||
- Recreate a specific system format:
|
||||
|
||||
`fmtutil-sys --byfmt {{format}}`
|
||||
|
||||
- List configured formats:
|
||||
|
||||
`fmtutil-sys --listcfg`
|
||||
@@ -0,0 +1,24 @@
|
||||
# fmtutil-user
|
||||
|
||||
> Manage TeX formats and Metafont bases for the current user.
|
||||
> More information: <https://manned.org/fmtutil-sys>.
|
||||
|
||||
- Recreate all user format files:
|
||||
|
||||
`fmtutil-user --all`
|
||||
|
||||
- Create all missing user format files:
|
||||
|
||||
`fmtutil-user --missing`
|
||||
|
||||
- Recreate a specific user format:
|
||||
|
||||
`fmtutil-user --byfmt {{format}}`
|
||||
|
||||
- Recreate all formats built with a specific engine:
|
||||
|
||||
`fmtutil-user --byengine {{engine}}`
|
||||
|
||||
- List all available format configurations:
|
||||
|
||||
`fmtutil-user --listcfg`
|
||||
@@ -0,0 +1,24 @@
|
||||
# fmtutil
|
||||
|
||||
> Manage TeX formats and Metafont bases.
|
||||
> More information: <https://manned.org/fmtutil-sys>.
|
||||
|
||||
- Recreate all format files:
|
||||
|
||||
`fmtutil --all`
|
||||
|
||||
- Create all missing format files:
|
||||
|
||||
`fmtutil --missing`
|
||||
|
||||
- List available format configurations:
|
||||
|
||||
`fmtutil --listcfg`
|
||||
|
||||
- Recreate formats built with a specific engine:
|
||||
|
||||
`fmtutil --byengine {{engine}}`
|
||||
|
||||
- Recreate a specific format:
|
||||
|
||||
`fmtutil --byfmt {{format}}`
|
||||
@@ -0,0 +1,16 @@
|
||||
# mktexfmt
|
||||
|
||||
> Create a TeX format or Metafont base.
|
||||
> More information: <https://manned.org/fmtutil-sys>.
|
||||
|
||||
- Create a format:
|
||||
|
||||
`mktexfmt {{format}}`
|
||||
|
||||
- Display version information:
|
||||
|
||||
`mktexfmt --version`
|
||||
|
||||
- Display help:
|
||||
|
||||
`mktexfmt --help`
|
||||
Reference in New Issue
Block a user