fmtutil, fmtutil-sys, fmtutil-user, mktexfmt: add pages (#23091)

This commit is contained in:
martinsonogu
2026-07-16 19:53:13 -05:00
committed by GitHub
parent fb6725bbd5
commit 9a12b60d16
4 changed files with 84 additions and 0 deletions
+20
View File
@@ -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`
+24
View File
@@ -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`
+24
View File
@@ -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}}`
+16
View File
@@ -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`