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/12/04 01:30] jejust |
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: | ||
- | ====== '`\spacefactor` complaints' ====== | + | ====== Que signifie l'erreur: « Improper \spacefactor »? ====== |
+ | * **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 ''\@''. |
- | + | ||
- | <code latex> | + | |
- | ! You can't use `\spacefactor' in vertical mode. | + | |
- | \@->\spacefactor | + | |
- | \@m | + | |
- | </code> | + | |
- | or | + | |
- | + | ||
- | <code latex> | + | |
- | ! You can't use `\spacefactor' in math mode. | + | |
- | \@->\spacefactor | + | |
- | \@m | + | |
- | </code> | + | |
- | or simply | + | |
- | + | ||
- | <code latex> | + | |
- | ! Improper \spacefactor. | + | |
- | ... | + | |
- | </code> | + | |
- | 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 | + | |
- | "[[FAQ-atsigns|''@'' in macro names]]", | + | |
- | together with solutions. | + | |
----- | ----- | ||
+ | //Source :// [[faquk>FAQ-atvert|'`\spacefactor` complaints']] | ||
- | //Source:// [[faquk>FAQ-atvert|'`\spacefactor` complaints']] | + | {{htmlmetatags>metatag-keywords=(LaTeX,erreur,spacefactor) |
- | + | metatag-og:title=(Que signifie l'erreur: « Improper \spacefactor ») | |
- | {{htmlmetatags>metatag-keywords=(LaTeX,errors) | + | |
- | metatag-og:title=('`\spacefactor` complaints') | + | |
metatag-og:site_name=(FAQ LaTeX francophone) | metatag-og:site_name=(FAQ LaTeX francophone) | ||
}} | }} | ||
- |