texlive 2025 does not process tables correctly when p{3.5cm} is used
Vladislav Malyshkin <[email protected]>
| Newsgroups | gmane.comp.tex.live |
|---|---|
| Message-ID | <[email protected]> |
Hi,
texlive 2025 does not process tables properly
pdflatex SuperstateQuantumMechanics.tex
.....
! Extra \or.
<argument> ...pach \ifcase \@chclass \@classz \or
\@classi \or \@classii \or...
l.1767 \begin{tabular}{p{3.5cm}|p{5.1cm}p{6.5cm}}
?
whereas texlive 2023 is OK with this file. Replacing all p{3.5cm} by
l or r get the file processed OK.
The corresponding .tex file can be downloaded from
https://arxiv.org/src/2502.00037
Vladislav