Différences
Ci-dessous, les différences entre deux révisions de la page.
Les deux révisions précédentes Révision précédente Prochaine révision | Révision précédente | ||
2_programmation:erreurs:f:fatal_format_file_error-i_m_stymied [2018/06/03 13:15] d.p.carlisle |
2_programmation:erreurs:f:fatal_format_file_error-i_m_stymied [2021/04/10 18:49] jejust Correction de coquilles. Ajout d'une note |
||
---|---|---|---|
Ligne 1: | Ligne 1: | ||
- | --- | + | ====== Que signifie l' |
- | title: "Fatal format file error; I'm stymied" | + | |
- | category: errors | + | |
- | permalink: / | + | |
- | --- | + | |
- | (La)TeX applications often fail with this error when you've been | + | * **Message**: |
- | playing with the configuration, | + | * **Origine**: |
- | The format file contains the macros that define the system you want to | + | < |
- | use: anything from the simplest (Plain | + | |
- | complicated, | + | |
- | issue, TeX knows which format you want. | + | |
- | The error message | + | Le //fichier de [[1_generalites: |
- | ```latex | + | |
- | Fatal format | + | |
- | ``` | + | |
- | means that TeX itself can't understand the format you want. | + | |
- | Obviously, this could happen if the format file had got corrupted, but | + | |
- | it usually doesn' | + | |
- | binary has been installed in the system: no two TeX binaries on the | + | |
- | same machine can | + | |
- | understand each other's formats. So the new version of TeX you | + | |
- | have just installed, won't understand the format | + | |
- | you installed last year. | + | |
- | Resolve the problem by regenerating the format; of course, this | + | Ce message d' |
- | depends on which system you are using. | + | |
- | | + | |
- | - On a teTeX-based system, run | + | Ce problème se résout donc regénérant le format. |
- | ```latex | + | |
- | fmtutil --all | + | |
- | ``` | + | |
- | or | + | |
- | ```latex | + | |
- | fmtutil --byfmt=< | + | |
- | ``` | + | |
- | to build only the format that you are interested in. | + | |
- | - On a MiKTeX system, click `Start`& | + | |
- | `Programs`& | + | |
- | `MiKTeX _version_`& | + | |
- | `MiKTeX Options`, and in the options window, click | + | |
- | `Update now`. | + | |
+ | ===== Cas d'une distribution MiKTeX ===== | ||
+ | Il faut aller chercher le programme '' | ||
+ | |||
+ | ===== Cas d'une distribution TeX Live ===== | ||
+ | |||
+ | Il faut ici lancer l'une des deux commandes : | ||
+ | |||
+ | <code bash> | ||
+ | fmtutil --all | ||
+ | </ | ||
+ | ou, en indiquant le //nom du format//, | ||
+ | <code bash> | ||
+ | fmtutil --byfmt nom_format | ||
+ | </ | ||
+ | |||
+ | ===== Cas d'une distribution teTeX ===== | ||
+ | |||
+ | :!: //La distribution [[ctanpkg> | ||
+ | |||
+ | Il faut ici lancer l'une des deux commandes : | ||
+ | |||
+ | <code bash> | ||
+ | fmtutil --all | ||
+ | </ | ||
+ | ou, en indiquant le //nom du format//, | ||
+ | <code bash> | ||
+ | fmtutil --byfmt=nom_format | ||
+ | </ | ||
+ | |||
+ | ----- | ||
+ | //Source:// [[faquk> | ||
+ | |||
+ | {{htmlmetatags> | ||
+ | metatag-og: | ||
+ | metatag-og: | ||
+ | }} |