Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentesRévision précédente
Prochaine révision
Révision précédente
composition:langues:cesure:empecher_la_cesure_de_certains_mots [2018/05/24 17:08] joseph.wright3_composition:langues:cesure:empecher_la_cesure_de_certains_mots [2021/12/01 21:29] (Version actuelle) – Suppression de la page reportée sur une page plus générale. yannick.tanguy
Ligne 1: Ligne 1:
---- 
-section: How do I do…? 
-subsection: Hyphenation 
-permalink: /FAQ-wdnohyph.html 
-date: 2014-06-10 
---- 
- 
-# Preventing hyphenation of a particular word 
- 
-It's quite possible for (_any_) hyphenation of a particular word 
-to seem ''completely wrong'', so that you want to prevent it being 
-hyphenated. 
- 
-If the word occurs in just one place, put it in a box: 
-```latex 
-\mbox{oddword} 
-``` 
-(Plain TeX users should use `\hbox`, and take care at the start 
-of paragraphs.)  However, boxing the word is not really advisable 
-unless you are sure it only occurs once. 
- 
-If the word occurs commonly, the best choice is to assert an 
-hyphenation exception for it: 
-```latex 
-\hyphenation{oddword} 
-``` 
-This hyphenation exception (with no break points) will be used in 
-preference to what TeX's hyphenation algorithm may come up with. 
- 
-In a multilingual document, repeat the exception specification for 
-each language the word may appear in.  So: 
-```latex 
-\usepackage[french,english]{babel} 
-\selectlanguage{english} 
-\hyphenation{oddword} 
-\selectlanguage{french} 
-\hyphenation{oddword} 
-``` 
-(note that [`babel`](https://ctan.org/pkg/babel) will select the default language for the 
-document — English, in this case — at `\begin{document}`.) 
- 
-A particular instance of this requirement is avoiding the hyphenation 
-of acronyms; a general rule for those that concoct acronyms seems to 
-be to make the capital-letter sequence read as near as is possible 
-like a ''real'' word, but hyphenating an acronym often looks silly. 
-The TeX control `\uchyph` is designed for suppressing such 
-behaviour: 
-```latex 
-\uchyph=0 
-``` 
-will stop hyphenation of upper-case words.  (Note that Plain TeX 
-syntax is needed here: there's no LaTeX alternative for setting 
-this value.) 
- 
  
3_composition/langues/cesure/empecher_la_cesure_de_certains_mots.1527181680.txt.gz · Dernière modification : 2018/05/24 17:08 de joseph.wright
CC Attribution-Share Alike 4.0 International
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0