Am 17.12.2007 um 14:54 schrieb Steffen Wolfrum:

> Hi,
>
> please have a look at the following minimal (4 text-lines):
>
>
> \hyphenation{Er-gän-zungs-lie-fe-rung}
> \showframe
>
> \starttext
>
> Text text text text text text text text text text text text text text
> text 26.\,Ergänzungslieferung% this should brake after Ergän-
>
> Text text text text text text text text text text text text text text
> text 26.|\,|Ergänzungslieferung% this does brake after Ergän-
>
> Text text text text text text text text text text text text text text
> text text 26.|\,|Ergänzungslieferung% this should NOT brake after 26.
>
> Text text text text text text text text text text text text text text
> text text 26.\,Ergänzungslieferung% this does NOT brake after 26.
>
> \stoptext
>
>
> I need a thinspace that prevents line-break between "26." and
> "Ergänzungslieferung".
> On the other hand this thinspace shouldn't kill my hyphenation points
> (i.e. the word should stay breakable)!


The tilde sign "~" would be perfect, it is just to wide:

\hyphenation{
Er-gän-zungs-lie-fe-rung
}
\showframe
\starttext

Text text text text text text text text text text text text text text  
text 26.~Ergänzungslieferung% this should brake after Ergän-

Text text text text text text text text text text text text text text  
text text 26.~Ergänzungslieferung% this should NOT brake after 26.

Text text text text text text text text text text text text text text  
text text 26.\,Er-gänzungslieferung% this should NOT brake after 26.

Text text text text text text text text text text text text text text  
text text 26.\,Er-gänzungslieferung% this should NOT brake after 26.

\stoptext


Is there something that is narrow as \, or \thinspace but behaves  
(see above) like ~ ???

Steffen
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to