texlive[76184] Master/texmf-dist: tabularray (29aug25)

commits+karl at tug.org commits+karl at tug.org
Fri Aug 29 23:30:27 CEST 2025


Revision: 76184
          https://tug.org/svn/texlive?view=revision&revision=76184
Author:   karl
Date:     2025-08-29 23:30:27 +0200 (Fri, 29 Aug 2025)
Log Message:
-----------
tabularray (29aug25)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/latex/tabularray/CHANGELOG.md
    trunk/Master/texmf-dist/doc/latex/tabularray/README.md
    trunk/Master/texmf-dist/doc/latex/tabularray/tabularray.pdf
    trunk/Master/texmf-dist/doc/latex/tabularray/tabularray.tex
    trunk/Master/texmf-dist/tex/latex/tabularray/tabularray.sty

Modified: trunk/Master/texmf-dist/doc/latex/tabularray/CHANGELOG.md
===================================================================
--- trunk/Master/texmf-dist/doc/latex/tabularray/CHANGELOG.md	2025-08-29 21:30:11 UTC (rev 76183)
+++ trunk/Master/texmf-dist/doc/latex/tabularray/CHANGELOG.md	2025-08-29 21:30:27 UTC (rev 76184)
@@ -1,6 +1,12 @@
 All notable changes to this package will be documented here.
 The format is based on [Keep a Changelog](https://keepachangelog.com).
 
+# [v2025B] - 2025-08-29
+
+## Fixed
+
+- Stop creating `intarray` data when using property lists ([#618])
+
 # [v2025A] - 2025-03-11
 
 ## Added
@@ -419,8 +425,10 @@
 [#578]: https://github.com/lvjr/tabularray/issues/578
 [#579]: https://github.com/lvjr/tabularray/issues/579
 [#580]: https://github.com/lvjr/tabularray/issues/580
+[#618]: https://github.com/lvjr/tabularray/issues/618
 
-[Unreleased]: https://github.com/lvjr/tabularray/compare/2024A...HEAD
+[Unreleased]: https://github.com/lvjr/tabularray/compare/2025B...HEAD
+[v2025B]: https://github.com/lvjr/tabularray/compare/2025A...2025B
 [v2025A]: https://github.com/lvjr/tabularray/compare/2024A...2025A
 [v2024A]: https://github.com/lvjr/tabularray/compare/2023A...2024A
 [v2023A]: https://github.com/lvjr/tabularray/compare/2022D...2023A

Modified: trunk/Master/texmf-dist/doc/latex/tabularray/README.md
===================================================================
--- trunk/Master/texmf-dist/doc/latex/tabularray/README.md	2025-08-29 21:30:11 UTC (rev 76183)
+++ trunk/Master/texmf-dist/doc/latex/tabularray/README.md	2025-08-29 21:30:27 UTC (rev 76184)
@@ -3,7 +3,6 @@
 ```
 Caption     : Typeset tabulars and arrays with LaTeX3
 Author      : Jianrui Lyu <tolvjr at 163.com>
-Collaborator: Yukai Chou <muzimuzhi at gmail.com>
 CTAN Page   : https://ctan.org/pkg/tabularray
 Repository  : https://github.com/lvjr/tabularray
 Repository  : https://bitbucket.org/lvjr/tabularray
@@ -32,12 +31,13 @@
 If you want to make a contribution to `tabularray` package, you can get necessary informations from [CONTRIBUTING.md](https://github.com/lvjr/tabularray/blob/main/CONTRIBUTING.md) file.
 The following are all contributors to the package:
 
-  - [dbitouze](https://github.com/lvjr/tabularray/commits?author=dbitouze) (Denis Bitouzé)
-  - [IsaacOscar](https://github.com/lvjr/tabularray/commits?author=IsaacOscar) (Isaac Oscar Gariano)
-  - [jasperhabicht](https://github.com/lvjr/tabularray/commits?author=jasperhabicht) (Jasper Habicht)
-  - [krlmlr](https://github.com/lvjr/tabularray/commits?author=krlmlr) (Kirill Müller)
-  - [mbertucci47](https://github.com/lvjr/tabularray/commits?author=mbertucci47) (Matthew Bertucci)
-  - [pkl97](https://github.com/lvjr/tabularray/commits?author=pkl97)
-  - [qinglee](https://github.com/lvjr/tabularray/commits?author=qinglee) (Qing Lee)
-  - [SainoNamkho](https://github.com/lvjr/tabularray/commits?author=SainoNamkho)
-  - [Yodude2002](https://github.com/lvjr/tabularray/commits?author=Yodude2002)
+- [dbitouze](https://github.com/lvjr/tabularray/commits?author=dbitouze) (Denis Bitouzé)
+- [IsaacOscar](https://github.com/lvjr/tabularray/commits?author=IsaacOscar) (Isaac Oscar Gariano)
+- [jasperhabicht](https://github.com/lvjr/tabularray/commits?author=jasperhabicht) (Jasper Habicht)
+- [krlmlr](https://github.com/lvjr/tabularray/commits?author=krlmlr) (Kirill Müller)
+- [mbertucci47](https://github.com/lvjr/tabularray/commits?author=mbertucci47) (Matthew Bertucci)
+- [muzimuzhi](https://github.com/lvjr/tabularray/commits?author=muzimuzhi) (Yukai Chou)
+- [pkl97](https://github.com/lvjr/tabularray/commits?author=pkl97)
+- [qinglee](https://github.com/lvjr/tabularray/commits?author=qinglee) (Qing Lee)
+- [SainoNamkho](https://github.com/lvjr/tabularray/commits?author=SainoNamkho)
+- [Yodude2002](https://github.com/lvjr/tabularray/commits?author=Yodude2002)

Modified: trunk/Master/texmf-dist/doc/latex/tabularray/tabularray.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/latex/tabularray/tabularray.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/tabularray/tabularray.tex	2025-08-29 21:30:11 UTC (rev 76183)
+++ trunk/Master/texmf-dist/doc/latex/tabularray/tabularray.tex	2025-08-29 21:30:27 UTC (rev 76184)
@@ -1,7 +1,7 @@
 % -*- coding: utf-8 -*-
 % !TEX program = lualatex
 \documentclass[oneside]{book}
-\newcommand*{\myversion}{2025A}
+\newcommand*{\myversion}{2025B}
 \newcommand*{\mylpad}[1]{\ifnum#1<10 0\the#1\else\the#1\fi}
 
 \usepackage[a4paper,margin=2.5cm]{geometry}
@@ -27,7 +27,7 @@
 
 \usepackage{codehigh} % https://ctan.org/pkg/codehigh
 \usepackage{array,multirow,amsmath}
-\usepackage{chemmacros,environ}
+\usepackage{environ}
 \usepackage{enumitem}
 
 \usepackage[firstpage=true]{background}
@@ -161,9 +161,8 @@
   Version    & \myversion\ (\the\year-\mylpad\month-\mylpad\day) \\
   Code       & \url{https://github.com/lvjr/tabularray} \\
   Code       & \url{https://bitbucket.org/lvjr/tabularray} \\
-  Support    & \url{https://github.com/lvjr/tabularray/discussions} \\
-  Support    & \url{https://topanswers.xyz/tex} \\
   Issue      & \url{https://github.com/lvjr/tabularray/issues} \\
+  Discussion & \url{https://github.com/lvjr/tabularray/discussions} \\
 \end{tblr}
 
 \begin{codehigh}[boxsep=4mm]
@@ -793,18 +792,16 @@
   vlines, hlines,
   colspec = {lX[c]X[c]X[c]X[c]},
   vline{2} = {1}{text=\clap{:}},
-  vline{3} = {1}{text=\clap{\ch{+}}},
-  vline{4} = {1}{text=\clap{\ch{->}}},
-  vline{5} = {1}{text=\clap{\ch{+}}},
+  vline{3} = {1}{text=\clap{$+$}},
+  vline{4} = {1}{text=\clap{$\longrightarrow$}},
+  vline{5} = {1}{text=\clap{$+$}},
 }
-  Equation & \ch{CH4} & \ch{2 O2} & \ch{CO2} & \ch{2 H2O} \\
-  Initial  & $n_1$    & $n_2$     & 0        & 0 \\
-  Final    & $n_1-x$  & $n_2-2x$  & $x$      & $2x$ \\
+  Equation & $CH_4$  & $2O_2$   & $CO_2$ & $2H_2O$ \\
+  Initial  & $n_1$   & $n_2$    & $0$    & $0$ \\
+  Final    & $n_1-x$ & $n_2-2x$ & $x$    & $2x$
 \end{tblr}
 \end{demohigh}
 
-You need to load \PP{chemmacros} package for the \CC{\ch} command.
-
 The \K{leftpos} and \K{rightpos} keys specify crossing or trimming positions for hlines.
 The possible values for them are decimal numbers between \V{-1} and \V{1}.
 Their initial values are \V{1}.

Modified: trunk/Master/texmf-dist/tex/latex/tabularray/tabularray.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/tabularray/tabularray.sty	2025-08-29 21:30:11 UTC (rev 76183)
+++ trunk/Master/texmf-dist/tex/latex/tabularray/tabularray.sty	2025-08-29 21:30:27 UTC (rev 76184)
@@ -2,7 +2,6 @@
 %%% ----------------------------------------------------------------------------
 %%% Caption     : Typeset tabulars and arrays with LaTeX3
 %%% Author      : Jianrui Lyu <tolvjr at 163.com>
-%%% Collaborator: Yukai Chou <muzimuzhi at gmail.com>
 %%% CTAN Page   : https://ctan.org/pkg/tabularray
 %%% Repository  : https://github.com/lvjr/tabularray
 %%% License     : The LaTeX Project Public License 1.3c
@@ -20,7 +19,7 @@
 \DeclareRelease{v2021}{2021-01-01}{tabularray-2021.sty}
 \DeclareCurrentRelease{}{2025-01-01}
 
-\ProvidesExplPackage{tabularray}{2025-03-11}{2025A}
+\ProvidesExplPackage{tabularray}{2025-08-29}{2025B}
   {Typeset tabulars and arrays with LaTeX3}
 
 %% \IfFormatAtLeastTF, xparse and lthooks are added in LaTeX 2020-10-01
@@ -1184,6 +1183,7 @@
         \cs_set_eq:NN \__tblr_prop_gclear_new:N \prop_gclear_new_linked:N
         \@ifl at t@r \ExplLoaderFileDate { 2024-12-09 }
           { } { \__tblr_backport_prop_item_fix: }
+        \bool_gset_false:N \g__tblr_use_intarray_bool
       }
       { \bool_if:NF \g__tblr_use_intarray_bool { \__tblr_map_data_to_spec: } }
   }



More information about the tex-live-commits mailing list.