21 Jun
2010
21 Jun
'10
7:47 p.m.
Am 21.06.10 18:53, schrieb Yury G. Kudryashov:
Matija Å uklje wrote:
Hullo,
in Slovenian it's not allowed to word-wrap/hyphenate abbrevations. In the CV I'm writing right now, I have a few of those and they get hyphenated and broken.
How can I tell that a single word/abbrevation should *not* be hyphenated and broken?
Try \hbox{word} (AFAIR, this is a plain TeX command)
If you want a context command then use \mbox ;) Wolfgang