<div dir="ltr">Philip and David, and list in general. The message 'Extra alignment tab has been changed to \cr' is as misleading as the code from tabular environment, because it does absolutely nothing but implying that a \cr has been applied and hence, a newline follows thereof. So yes, is as faulty as the code from the macros of TeX which became LaTeX.<br><br>if as the TeXbook says, TeX looks only for \cr commands, from which I infer is thus expanded, and '&', '#' and so forth and the glue in '\tabskip' which is scanned  as usual - note the macro expansion of \cr, then it follows that TeX under your tabular environment must have missed the macro expansion of \cr. One thing is a misplaced alignment tab character '&' and and another entirely different is extra alignment tab has been changed to '\cr.' Two different things and by  now you ougth already know. <br><br>If you were to say and this is from the TeXbook<br><br>\settabs 2 \columns<br>\+ this material is flushed right & \cr<br>this material is set centered & \cr<br><br>You'd have the expected 'misplaced alignment tab character '&'<br><br>So let's boil it down to <br><br>\settabs 2 \columns<br>\+ this material is set flush right \cr<br>this material is set centered \cr<br><br><br>Then as expected,  you'd have 'misplaced \cr'.<br><br>But lo and behold if you were to have the same under your environment. Your implementation. Silly environment as it is.<br><br>look closely for posterity<br><br>\begin{tabular}{cccc}<br>\hbox to 2cm {una} & prueba && \cr<br>para ver &&&& \cr} & & & &      % look at the closing brace and hence the missing \cr.<br>\end{tabular}<br><br>And as expected it would spit out the 'misplaced alignment tab character &', because the template is unable to scan for the expansion of \cr accordingly, as determined under your environment. The '}' of your tabular environment options is treated as the end of the argument of the environment itself. <br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sun, Jul 7, 2019 at 5:32 AM Taylor, P <<a href="mailto:P.Taylor@rhul.ac.uk">P.Taylor@rhul.ac.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">



<div bgcolor="#FFFFFF">
<div class="gmail-m_-3973638368485657263moz-cite-prefix">Carlos wrote:<br>
<br>
</div>
<blockquote type="cite">
<div dir="ltr">My issue  [...] is the simple misleading message of 
<div><br>
</div>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
 Extra alignment tab has been changed to \cr</blockquote>
<div><br>
</div>
<div>When you ask an Anglophone speaking individual what from the above he/she can understand from it,, that individual might reply - and rightly so - that what the message conveys is that the \cr was applied to the newline, Hence that extra alignment (unspecified
 or not) has been changed. So this conversation would be nullified to start with.</div>
</div>
</blockquote>
<br>
I am "an Anglophone [speaking] individual".  When I read the diagnostic, I see no mention of a newline at all; why, therefore, should I interpret it as conveying "that the \cr was applied to the newline" ?  It says nothing even vaguely similar to that.<br>
<br>
<blockquote type="cite">
<div dir="ltr">
<div>If on the other hand, I were to translate the above to Spanish, and ask a Spanish speaking individual what that message seems to convey to him/her, that very same individual  almost surely will agree with the Anglophone counterpart.
<br>
</div>
</div>
</blockquote>
<br>
If you were to translate "Extra alignment tab has been changed into \cr" into Spanish, and publish your translation on this list, we could then ask other native Spanish speakers (Hispanophones) whether (a) they agree that your translation is accurate, and (b)
 how they would render your translation in good idiomatic English.  For those that are also TeXophones, we could also ask what they interpret it as meaning.<br>
<br>
Philip Taylor<br>
</div>

</blockquote></div>