Hi Peter! I tried to make the XXX a little bit longer. But unluckily I still don't have success with that. TeX only wants to insert the line break after the first possible position after "wur" in the word "wurden". If I make the XXX long enough I even can push XXXX~eV~wur- out of the page limits. Michael
I want ConTeXt to produce the line break after the \EVolt command. The unit and following word together are extending the textwidth. Put TeX doesn't do the linebreak after the unit. Even using this "\ " macro doesn't have an effect on this behaviour!
Im Energiebereich bis XXXX~\EVolt\ wurden die Ergebnisse der Kollaboration bestÃĪtigt.
ConTeXt breaks "wurden" in "wur"-"den".
Hi Michael, your "XXXX" must be just a little bit longer:
\def\EVolt{\,eV} \starttext \de Im Energiebereich bis 33333333333333333333333333333333333333333333333333\EVolt\ wurden die Ergebnisse der Kollaboration... \stoptext
Cheers, Peter