RENARD Francois wrote: > Does somebody know how to protect words from being cut (for line break) ? > > For example, I don't want "AAA-BBB" to be cut, as LYX does :
if your language supports this, use AAA"~BBB (the "~ in ERT), else
\mbox{AAA-BBB}. If the word occurs frequently, write
\usepackage{babel}
\hyphenation{AAA-BBB}
in the preamble.
J�rgen
