Dominik Waßenhoven wrote:
Juergen Spitzmueller schrieb:
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 the word occurs frequently, write
\usepackage{babel}
\hyphenation{AAA-BBB
Dominik Waßenhoven wrote:
> > \hyphenation{AAA-BBB}
> > in the preamble.
>
> But then it breaks again, doesn't it?
Yes, you're right.
Jürgen
Juergen Spitzmueller schrieb:
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 the word occurs frequently, write
\usepackage{babel}
\hyphenation{AAA-BBB}
in the preamble.
But then i
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{
RENARD Francois 144138 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 :
.AAA-
BBB
\mbox{AAA-BBB}
better \mbox{AAA--BBB} nicer hyphen
Herbert
--
http://TeXnik.de/
http://PSTricks.de/
ftp://ftp.dante.de/
Hi,
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 :
.AAA-
BBB
Thank you,
François