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_composition:langues:cesure:pas_de_cesure_dans_les_mots_accentues [2018/06/03 16:24] joseph.wright |
2_composition:langues:cesure:pas_de_cesure_dans_les_mots_accentues [2018/12/04 00:20] (Version actuelle) jejust |
||
---|---|---|---|
Ligne 1: | Ligne 1: | ||
- | --- | + | ====== Accented words aren't hyphenated ====== |
- | title: Accented words aren't hyphenated | + | |
- | category: usage | + | |
- | tags: hyphenation | + | |
- | permalink: /FAQ-hyphenaccents | + | |
- | --- | + | |
TeX's algorithm for hyphenation gives up when it encounters an | TeX's algorithm for hyphenation gives up when it encounters an | ||
- | `\accent` command; there are good reasons for this, but it means | + | ''\accent'' command; there are good reasons for this, but it means |
that quality typesetting in non-English languages can be difficult. | that quality typesetting in non-English languages can be difficult. | ||
For TeX macro packages, you can avoiding the effect by using an | For TeX macro packages, you can avoiding the effect by using an | ||
- | appropriately encoded font (for example, a Cork-encoded font — see | + | appropriately encoded font (for example, a Cork-encoded font --- see |
- | [the EC fonts](FAQ-ECfonts)) which contains accented | + | [[FAQ-ECfonts|the EC fonts]]) which contains accented |
letters as single glyphs. LaTeX users can achieve this end simply | letters as single glyphs. LaTeX users can achieve this end simply | ||
by adding the command | by adding the command | ||
- | ```latex | + | |
+ | <code latex> | ||
\usepackage[T1]{fontenc} | \usepackage[T1]{fontenc} | ||
- | ``` | + | </code> |
to the preamble of their document. Other encodings (notably | to the preamble of their document. Other encodings (notably | ||
LY1, once promoted by Y&Y inc) may be used | LY1, once promoted by Y&Y inc) may be used | ||
Ligne 30: | Ligne 27: | ||
is needed. | is needed. | ||
+ | |||
+ | ----- | ||
+ | |||
+ | //Source:// [[faquk>FAQ-hyphenaccents|Accented words aren't hyphenated]] | ||
+ | |||
+ | {{htmlmetatags>metatag-keywords=(LaTeX,usage) | ||
+ | metatag-og:title=(Accented words aren't hyphenated) | ||
+ | metatag-og:site_name=(FAQ LaTeX francophone) | ||
+ | }} | ||