Différences
Ci-dessous, les différences entre deux révisions de la page.
Les deux révisions précédentesRévision précédenteProchaine révision | Révision précédente | ||
generalites:erreurs:improper_hyphenation_will_be_flushed [2020/12/12 17:17] – Backquotes remplacés par des doubles apostrophes dbitouze | generalites:erreurs:improper_hyphenation_will_be_flushed [2021/01/10 17:03] (Version actuelle) – Suppression après fusion avec "generalites/erreurs/i/improper_hyphenation". jejust | ||
---|---|---|---|
Ligne 1: | Ligne 1: | ||
- | ====== Improper '' | ||
- | |||
- | |||
- | For example | ||
- | |||
- | <code latex> | ||
- | ! Improper \hyphenation will be flushed. | ||
- | \'# | ||
- | | ||
- | <*> \hyphenation{Ji-m\' | ||
- | -nez} | ||
- | </ | ||
- | (in Plain TeX) or | ||
- | |||
- | <code latex> | ||
- | ! Improper \hyphenation will be flushed. | ||
- | \leavevmode -> | ||
- | \voidb@x | ||
- | <*> \hyphenation{Ji-m\' | ||
- | -nez} | ||
- | </ | ||
- | in LaTeX. | ||
- | |||
- | As mentioned in | ||
- | " | ||
- | " | ||
- | a result, any such word is deemed improper in a '' | ||
- | command. | ||
- | |||
- | Hyphenation happens as paragraphs are laid out; by this time, TeX | ||
- | knows what font is used for each glyph; thus it knows the encoding | ||
- | being used. So the solution to the problem is to use a font that | ||
- | contains the accented character; doing this this " | ||
- | from the hyphenation mechanisms. | ||
- | |||
- | For LaTeX users, this is quite an easy task; they select an 8-bit | ||
- | font with the package, as in '' | ||
- | accented-letter commands such as the '' | ||
- | '' | ||
- | single accented character by the time the hyphenation gets to look at | ||
- | it. | ||
- | |||
- | |||
- | ----- | ||
- | |||
- | //Source:// [[faquk> | ||
- | |||
- | {{htmlmetatags> | ||
- | metatag-og: | ||
- | metatag-og: | ||
- | }} | ||