On Fri, Oct 18, 2002 at 01:04:14AM +0200, Dekel Tsur wrote: > Maybe the following will code do that > \catcode\-=\active > \def-#1#2{\ifx-#1\ifx-#2\char'55\char'55\char'55% > \else\char'55\char'55#2\fi% > \else\nobreak\char'55\allowhyphens #1#2\fi} > but it have some side effects (for example, you can put only one letter ^^^cannot
> after an hyphen [althugh I think I can solve this problem]), > so you better not use it.