<div dir="ltr"><div>the array update isn't a complete rewrite, but there are new L3 insertions (mostly to support pdf tagging)</div><div><br></div><div>Similar updates were made for tabularx and colortbl, seems tabulary got missed, <br></div><div><br></div><div>I'll sort something out at ctan, thanks for the notification</div><div><br></div><div>David</div><div><br></div><div><br></div><div><br> </div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, 3 Jun 2024 at 10:01, Akira Yokosawa <<a href="mailto:akiyks@gmail.com" target="_blank">akiyks@gmail.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">Hi David and Frank,<br>
<br>
After today's update (tlmgr update --all), which contains tools 71408,<br>
I encountered build error in one of my documents with tabulary.<br>
<br>
MWE:<br>
<br>
-----------------------------<br>
\documentclass{article}<br>
%\RequirePackage{array}[=2023-11-01]<br>
\usepackage{tabulary}<br>
<br>
\begin{document}<br>
<br>
\begin{tabulary}{6cm}{lLL}<br>
  aaaa & bbbbb bbbbb & cccc cccc cccc cccc \\<br>
\end{tabulary}<br>
<br>
\end{document}<br>
------------------------------<br>
<br>
Log from pdflatex:<br>
<br>
------------------------------<br>
This is pdfTeX, Version 3.141592653-2.6-1.40.26 (TeX Live 2024) (preloaded format=pdflatex)<br>
 restricted \write18 enabled.<br>
entering extended mode<br>
(./mwe.tex<br>
LaTeX2e <2024-06-01><br>
L3 programming layer <2024-05-08><br>
(/usr/local/texlive/2024/texmf-dist/tex/latex/base/article.cls<br>
Document Class: article 2024/02/08 v1.4n Standard LaTeX document class<br>
(/usr/local/texlive/2024/texmf-dist/tex/latex/base/size10.clo))<br>
(/usr/local/texlive/2024/texmf-dist/tex/latex/tabulary/tabulary.sty<br>
(/usr/local/texlive/2024/texmf-dist/tex/latex/tools/array.sty))<br>
(/usr/local/texlive/2024/texmf-dist/tex/latex/l3backend/l3backend-pdftex.def)<br>
(./main.aux)<br>
! Missing \cr inserted.<br>
<inserted text> <br>
                \cr <br>
l.9 \end{tabulary}<br>
<br>
? <br>
-------------------------------<br>
<br>
Workaround is to use RequirePackage{array}[=2023-11-01]<br>
(shown as a comment in the MWE).<br>
<br>
It looks to me like array v2.6 is a full rewrite using L3.<br>
Would it be possible to make tabulary compatible with it?<br>
<br>
Best Regards,<br>
<br>
Akira<br>
</blockquote></div>