<div dir="ltr"><div dir="ltr"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">However, that would be a huge change to current LaTeX and likely to <br>break a massive amount of stuff. <br></blockquote><div><br></div><div> </div>How did I know that the stuff breaking would follow this discussion. It's not going to break a massive amouut anymore than the opposite counterpart <a href="https://github.com/latex3/latex2e/issues/150">https://github.com/latex3/latex2e/issues/150</a> does to multiple columns. If that goes through, so does this<br><br>\settabs 2 \columns <br>\+ t1 && t2 & t3 & t4 & t5 & t3 && \cr<br><br>\settabs 2 \columns<br>\+ t1 & t2 & t3 & t4 & t5 \cr <br><br>\begin{tabular}{ccccc}     %%% options should be doiing the job regardless -currently superfluous<br>t1 && t2 & t3 & t4 & t5 \\<br>t1 & t2 & t3 & t4 & t5 \\<br>\end{tabular}<br><br><br><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Jul 9, 2019 at 11:31 AM Joseph Wright <<a href="mailto:joseph.wright@morningstar2.co.uk">joseph.wright@morningstar2.co.uk</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On 09/07/2019 16:20, Carlos wrote:<br>
>><br>
>> Or do you believe that LaTeX should behave differently than what plain<br>
>> TeX should do with the analogous construct?<br>
>><br>
> <br>
> Jim and Paul:<br>
> <br>
> I've always thought that LaTeX should behave differently ... pretty much in<br>
> the same lines as Plain does, and if not, Remove the error message from<br>
> LaTeX, and then we'll talk about it .. get rid of that crap because is not<br>
> doing anything but further obscuring the problem<br>
><br>
<br>
If I were re-implementing tables for a 'new LaTeX' today, I'd avoid <br>
using \halign and read stuff in for more controlled construction. As <br>
others have said, having more alignment points that columns is surely an <br>
error at the user level, so one might imagine slightly different <br>
phrasing, but the core message would be the same.<br>
<br>
However, that would be a huge change to current LaTeX and likely to <br>
break a massive amount of stuff. That leaves us with \halign and how it <br>
treats tabular content. As such, I'm not sure what the outcome here <br>
could be.<br>
<br>
(Also if this is a specific feature request for the LaTeX kernel, it <br>
would be best logged at <a href="https://github.com/latex3/latex2e/issues" rel="noreferrer" target="_blank">https://github.com/latex3/latex2e/issues</a> so the <br>
entire LaTeX team see it.)<br>
<br>
Joseph<br>
</blockquote></div></div>