On Mon, Mar 31, 2008 at 02:15:43PM +0200, Enrico Forestieri wrote:

> On Mon, Mar 31, 2008 at 10:09:30AM +0200, Jürgen Spitzmüller wrote:
[...]
> > AFAIU, enspace and enskip are of the same length (a half em), only one is 
> > protected, the other isn't. That's why I used only one combo entry while 
> > the "protected" state can be toggled, as for the other spaces as well.
> 
> Hmm... there's no such thing as a protected enspace.

I think I understand what you mean. TeX does never remove kern spacing,
so in this sense \enspace is almost equivalent to a "protected" \enskip.
Almost, because in vertical mode it inserts vertical space, and TeX is
in vertical mode at the very beginning of a new paragraph.
A real protected \enskip would be as follows:
\vrule [EMAIL PROTECTED]@\nobreak\enskip\hskip [EMAIL PROTECTED]
but it is really ugly, so I think it is better using \hspace*{0.5em}
(which expands to the above uglyness).

-- 
Enrico

Reply via email to