burton rosenberg <[EMAIL PROTECTED]> writes:

> \documentclass[11pt]{article}
> \begin{document}
> 
> \[
> f(x) = \left \{
>        \begin{array}{lll}
>       [4,5] & x\in [0,2) & \\
> % BEGIN SECTION OF INTEREST
> % bug
> %
>         [0,1] \cup [4,5] & x\in[2,3] & \\
>
> I think this is a bug.

No.

> If it's in Tex itself Donald K. owes someone a dollar. :-)

The current rate is different.  But it is a user mistake.  It has been
a design decision by Leslie Lamport that optional arguments may be
separated by spaces.  The end of a line counts as a space.  \\[5in]
leaves an additional space of 5in after the line.  \\[0,1] is missing
a unit, however.  As you noticed, writing something like {} or \relax
will be sufficient for separating the argument.

Please also notice that you are completely off-topic on this list:
this list is about teTeX.  If this would have been a bug, it would
have been in TeX or LaTeX, but not in teTeX.  teTeX bugs involve files
that are not found, size problems, bad format files and similar stuff
where interaction with the environment is concerned.

-- 
David Kastrup, Kriemhildstr. 15, 44793 Bochum

Reply via email to