<div dir="ltr"><div>you are showing version numbers for pdftex but the error isn't in pdftex.</div><div>Most likely you have code assuming an old copy of array.sty when you are using a new one (or the other way round) <br></div><div><br></div><div>David</div><div><br></div></div><br><div class="gmail_quote gmail_quote_container"><div dir="ltr" class="gmail_attr">On Wed, 15 Jan 2025 at 21:43, Mike Marchywka <<a href="mailto:marchywka@hotmail.com">marchywka@hotmail.com</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">Previously I had updated latex and the input here helped me to create<br>
a "legacy" flag in my latex source that appears to more or less work.<br>
However, this time I encountered a very specific problem. This document<br>
will compile ok if I change the tabular spec.<br>
<br>
The code that was working generates this error on the new latex,<br>
<br>
./copper.tex:3476: Extra \or.<br>
<argument> \@testpach \ifcase \@chclass \@classz \or <br>
                                          \@classi \or \@classii \or \save@decl<br>
l.3476 \mjmhersheytable<br>
<br>
It seems to work if change the "4in" paragraph to a "r" field,<br>
<br>
\newcommand{\mjmhersheytable}<br>
{<br>
\begin{table}[H] \centering<br>
% this used to work <br>
\begin{tabular}{|c|r|p{4in}|}<br>
% this works<br>
%\begin{tabular}{|c|r|r|}<br>
<br>
<br>
<br>
<br>
literally just got it today,<br>
<br>
pdflatex --version<br>
pdfTeX 3.141592653-2.6-1.40.26 (TeX Live 2024)<br>
kpathsea version 6.4.0<br>
Copyright 2024 Han The Thanh (pdfTeX) et al.<br>
There is NO warranty.  Redistribution of this software is<br>
covered by the terms of both the pdfTeX copyright and<br>
the Lesser GNU General Public License.<br>
For more information about these matters, see the file<br>
named COPYING and the pdfTeX source.<br>
Primary author of pdfTeX: Han The Thanh (pdfTeX) et al.<br>
Compiled with libpng 1.6.43; using libpng 1.6.43<br>
Compiled with zlib 1.3.1; using zlib 1.3.1<br>
Compiled with xpdf version 4.04<br>
<br>
<br>
Thoughts? I had installed the ubuntu repo version first as its in my<br>
scripts to bring up a new system so it could be pulling wrong file<br>
somewhere.<br>
<br>
Thanks. <br>
<br>
 Mike Marchywka <br>
157 Zachary <br>
Talking Rock GA 30175<br>
was 44 Crosscreek Trail Jasper GA 30143<br>
was 306 Charles Cox Drive  Canton, GA 30115<br>
470-758-0799<br>
404-788-1216 <br>
<br>
<br>
<br>
</blockquote></div>