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:i:improper_spacefactor [2018/05/25 00:05] joseph.wright |
2_programmation:erreurs:i:improper_spacefactor [2021/04/13 13:22] yannick.tanguy Simplification et mise en forme de la page. |
||
---|---|---|---|
Ligne 1: | Ligne 1: | ||
- | --- | + | ====== Que signifie l'erreur: « Improper \spacefactor »? ====== |
- | section: The joy of TeX errors | + | |
- | permalink: /FAQ-atvert.html | + | |
- | date: 2014-06-10 | + | |
- | --- | + | |
- | # `\spacefactor` complaints | + | * **Message**: ''Improper \spacefactor'' |
+ | * **Origine**: //TeX//. | ||
- | The errors | + | Au contexte près, cette erreur est à rapprocher de l'erreur « [[2_programmation:erreurs:y:you_cannot_use_spacefactor_in_vertical_mode|You can't use `\spacefactor' in vertical mode]] », autrement dit une utilisation probablement erronée de la commande ''\@''. |
- | ```latex | + | |
- | ! You can't use `\spacefactor' in vertical mode. | + | |
- | \@->\spacefactor | + | |
- | \@m | + | |
- | ``` | + | |
- | or | + | |
- | ```latex | + | |
- | ! You can't use `\spacefactor' in math mode. | + | |
- | \@->\spacefactor | + | |
- | \@m | + | |
- | ``` | + | |
- | or simply | + | |
- | ```latex | + | |
- | ! Improper \spacefactor. | + | |
- | ... | + | |
- | ``` | + | |
- | bite the LaTeX programmer who uses an internal command without | + | |
- | taking ''precautions''. An internal-style command such as `foo` | + | |
- | has been defined or used in a private macro, and it is interpreted as | + | |
- | ``, followed by the ''text'' `foo`. (`` is used, for | + | |
- | real, to set up end-of-sentence space in some circumstances; it uses | + | |
- | `\spacefactor` to do that.) | + | |
- | + | ||
- | The problem is discussed in detail in | + | |
- | ''[`@` in macro names](FAQ-atsigns.md)'', | + | |
- | together with solutions. | + | |
+ | ----- | ||
+ | //Source :// [[faquk>FAQ-atvert|'`\spacefactor` complaints']] | ||
+ | {{htmlmetatags>metatag-keywords=(LaTeX,erreur,spacefactor) | ||
+ | metatag-og:title=(Que signifie l'erreur: « Improper \spacefactor ») | ||
+ | metatag-og:site_name=(FAQ LaTeX francophone) | ||
+ | }} |