From 9d911e2f6bf73bb58ab75981641719fdce782519 Mon Sep 17 00:00:00 2001 From: lvjr Date: Sat, 30 Nov 2024 21:23:42 +0800 Subject: [PATCH] set measure=vbox as default with varwidth library (#540) --- tabularray.sty | 3 ++- testfiles/cell-001.tex | 2 +- testfiles/cell-002.tex | 2 +- testfiles/cell-003.tex | 2 +- testfiles/cell-004.tex | 2 +- testfiles/cell-005.tex | 2 +- testfiles/cell-006.tex | 2 +- testfiles/cell-007.tex | 2 +- testfiles/cell-008.tex | 2 +- testfiles/cell-009.tex | 2 +- testfiles/cell-010.tex | 2 +- testfiles/cell-011.tex | 2 +- testfiles/color-001.tex | 1 + testfiles/color-002.tex | 2 +- testfiles/color-003.tex | 2 +- testfiles/color-004.tex | 2 +- testfiles/color-005.tex | 2 +- testfiles/extra-001.tex | 2 +- testfiles/hvline-001.tex | 2 +- testfiles/hvline-002.tex | 2 +- testfiles/hvline-003.tex | 2 +- testfiles/library-001.tex | 2 +- testfiles/library-002.tex | 2 +- testfiles/library-003.tex | 2 +- testfiles/library-004.tex | 2 +- testfiles/library-005.tex | 2 +- testfiles/library-006.tex | 2 +- testfiles/library-007.tex | 2 +- testfiles/library-008.tex | 2 +- testfiles/library-009.tex | 2 +- testfiles/library-010.tex | 2 +- testfiles/library-011.tex | 2 +- testfiles/library-012.tex | 2 +- testfiles/library-013.tex | 2 +- testfiles/library-014.tex | 2 +- testfiles/long-001.tex | 2 +- testfiles/long-002.tex | 2 +- testfiles/long-003.tex | 2 +- testfiles/long-004.tex | 2 +- testfiles/long-005.tex | 2 +- testfiles/long-006.tex | 2 +- testfiles/long-007.tex | 2 +- testfiles/long-008.tex | 2 +- testfiles/long-009.tex | 2 +- testfiles/rowcol-001.tex | 2 +- testfiles/rowcol-002.tex | 2 +- testfiles/rowcol-003.tex | 2 +- testfiles/rowcol-004.tex | 2 +- testfiles/table-001.tex | 2 +- testfiles/table-002.tex | 2 +- testfiles/table-003.tex | 2 +- testfiles/table-004.tex | 2 +- testfiles/table-005.tex | 2 +- testfiles/table-006.tex | 2 +- testfiles/table-007.tex | 2 +- testfiles/table-008.tex | 2 +- testfiles/table-009.tex | 2 +- testfiles/table-010.tex | 2 +- testfiles/table-011.tex | 1 + testfiles/table-012.tex | 2 +- testfiles/table-013.tex | 2 +- 61 files changed, 62 insertions(+), 59 deletions(-) diff --git a/tabularray.sty b/tabularray.sty index 48ac5b7..4ba72e0 100644 --- a/tabularray.sty +++ b/tabularray.sty @@ -3056,6 +3056,7 @@ } \tl_new:N \l__tblr_inner_spec_measure_tl +\tl_set:Nn \l__tblr_inner_spec_measure_tl { hbox } \cs_new_protected:Npn \__tblr_init_table_inner_spec: { @@ -3103,7 +3104,6 @@ \__tblr_spec_gput:nen { vline } { [\int_eval:n { \c@colcount + 1}] / ##1 } {##2} } - \tl_clear:N \l__tblr_inner_spec_measure_tl \keys_set:nv { tblr } { l__tblr_default_ \l__tblr_env_name_tl _inner_tl } } @@ -7478,6 +7478,7 @@ { \RequirePackage { varwidth } \clist_gput_left:Nn \g__tblr_table_known_keys_clist { measure } + \tl_set:Nn \l__tblr_inner_spec_measure_tl { vbox } \keys_define:nn { tblr } { measure .tl_set:N = \l__tblr_inner_spec_measure_tl } } diff --git a/testfiles/cell-001.tex b/testfiles/cell-001.tex index ea1ba25..8feb251 100644 --- a/testfiles/cell-001.tex +++ b/testfiles/cell-001.tex @@ -8,7 +8,7 @@ \usepackage{array} \SetTblrTracing{none} -\UseTblrLibrary{varwidth} +%\UseTblrLibrary{varwidth} \begin{document} diff --git a/testfiles/cell-002.tex b/testfiles/cell-002.tex index eff8a96..80ddd68 100644 --- a/testfiles/cell-002.tex +++ b/testfiles/cell-002.tex @@ -8,7 +8,7 @@ \usepackage{array} \SetTblrTracing{none} -\UseTblrLibrary{varwidth} +%\UseTblrLibrary{varwidth} \begin{document} diff --git a/testfiles/cell-003.tex b/testfiles/cell-003.tex index 058329e..120841e 100644 --- a/testfiles/cell-003.tex +++ b/testfiles/cell-003.tex @@ -8,7 +8,7 @@ \usepackage{tabularray} \SetTblrTracing{none} -\UseTblrLibrary{varwidth} +%\UseTblrLibrary{varwidth} \begin{document} diff --git a/testfiles/cell-004.tex b/testfiles/cell-004.tex index 6d602bd..8e1ad14 100644 --- a/testfiles/cell-004.tex +++ b/testfiles/cell-004.tex @@ -8,7 +8,7 @@ \usepackage{tabularray} \SetTblrTracing{none} -\UseTblrLibrary{varwidth} +%\UseTblrLibrary{varwidth} \begin{document} diff --git a/testfiles/cell-005.tex b/testfiles/cell-005.tex index 07e51bd..f76cc75 100644 --- a/testfiles/cell-005.tex +++ b/testfiles/cell-005.tex @@ -8,7 +8,7 @@ \usepackage{tabularray} \SetTblrTracing{none} -\UseTblrLibrary{varwidth} +%\UseTblrLibrary{varwidth} \begin{document} diff --git a/testfiles/cell-006.tex b/testfiles/cell-006.tex index b8e54f4..a7f9dc5 100644 --- a/testfiles/cell-006.tex +++ b/testfiles/cell-006.tex @@ -8,7 +8,7 @@ \usepackage{array} \SetTblrTracing{none} -\UseTblrLibrary{varwidth} +%\UseTblrLibrary{varwidth} \begin{document} diff --git a/testfiles/cell-007.tex b/testfiles/cell-007.tex index c86c2c4..8d1d1be 100644 --- a/testfiles/cell-007.tex +++ b/testfiles/cell-007.tex @@ -9,7 +9,7 @@ \usepackage{multirow} \SetTblrTracing{none} -\UseTblrLibrary{varwidth} +%\UseTblrLibrary{varwidth} \begin{document} diff --git a/testfiles/cell-008.tex b/testfiles/cell-008.tex index f5defdb..edecf65 100644 --- a/testfiles/cell-008.tex +++ b/testfiles/cell-008.tex @@ -8,7 +8,7 @@ \usepackage{array} \SetTblrTracing{none} -\UseTblrLibrary{varwidth} +%\UseTblrLibrary{varwidth} \ExplSyntaxOn \let \replicate = \prg_replicate:nn diff --git a/testfiles/cell-009.tex b/testfiles/cell-009.tex index c891f9f..bfe6ead 100644 --- a/testfiles/cell-009.tex +++ b/testfiles/cell-009.tex @@ -8,7 +8,7 @@ \usepackage{tabularray} \SetTblrTracing{none} -\UseTblrLibrary{varwidth} +%\UseTblrLibrary{varwidth} \ExplSyntaxOn \let \replicate = \prg_replicate:nn diff --git a/testfiles/cell-010.tex b/testfiles/cell-010.tex index c3f096c..65aa548 100644 --- a/testfiles/cell-010.tex +++ b/testfiles/cell-010.tex @@ -8,7 +8,7 @@ \usepackage{tabularray} \SetTblrTracing{none} -\UseTblrLibrary{varwidth} +%\UseTblrLibrary{varwidth} \ExplSyntaxOn \let \replicate = \prg_replicate:nn diff --git a/testfiles/cell-011.tex b/testfiles/cell-011.tex index 8374dbe..e433aee 100644 --- a/testfiles/cell-011.tex +++ b/testfiles/cell-011.tex @@ -8,7 +8,7 @@ \usepackage{tabularray} \SetTblrTracing{none} -\UseTblrLibrary{varwidth} +%\UseTblrLibrary{varwidth} \SetTblrInner{rowsep=0pt} \begin{document} diff --git a/testfiles/color-001.tex b/testfiles/color-001.tex index 63feb42..5e26e07 100644 --- a/testfiles/color-001.tex +++ b/testfiles/color-001.tex @@ -11,6 +11,7 @@ \SetTblrTracing{none} \UseTblrLibrary{varwidth} +\SetTblrInner[tblr]{measure=hbox} \begin{document} diff --git a/testfiles/color-002.tex b/testfiles/color-002.tex index 8e923ef..57ece76 100644 --- a/testfiles/color-002.tex +++ b/testfiles/color-002.tex @@ -10,7 +10,7 @@ \usepackage{array} \SetTblrTracing{none} -\UseTblrLibrary{varwidth} +%\UseTblrLibrary{varwidth} \begin{document} diff --git a/testfiles/color-003.tex b/testfiles/color-003.tex index 0580ee4..6cb66db 100644 --- a/testfiles/color-003.tex +++ b/testfiles/color-003.tex @@ -10,7 +10,7 @@ \usepackage{array} \SetTblrTracing{none} -\UseTblrLibrary{varwidth} +%\UseTblrLibrary{varwidth} \begin{document} diff --git a/testfiles/color-004.tex b/testfiles/color-004.tex index ffc51da..2b9e915 100644 --- a/testfiles/color-004.tex +++ b/testfiles/color-004.tex @@ -10,7 +10,7 @@ \usepackage{array} \SetTblrTracing{none} -\UseTblrLibrary{varwidth} +%\UseTblrLibrary{varwidth} \begin{document} diff --git a/testfiles/color-005.tex b/testfiles/color-005.tex index c022878..5681286 100644 --- a/testfiles/color-005.tex +++ b/testfiles/color-005.tex @@ -10,7 +10,7 @@ \usepackage{array} \SetTblrTracing{none} -\UseTblrLibrary{varwidth} +%\UseTblrLibrary{varwidth} \begin{document} diff --git a/testfiles/extra-001.tex b/testfiles/extra-001.tex index 1d3ec26..4014e5e 100644 --- a/testfiles/extra-001.tex +++ b/testfiles/extra-001.tex @@ -9,7 +9,7 @@ \usepackage{environ} \SetTblrTracing{none} -\UseTblrLibrary{varwidth} +%\UseTblrLibrary{varwidth} \begin{document} diff --git a/testfiles/hvline-001.tex b/testfiles/hvline-001.tex index c56ad4c..75385ab 100644 --- a/testfiles/hvline-001.tex +++ b/testfiles/hvline-001.tex @@ -8,7 +8,7 @@ \usepackage{array} \SetTblrTracing{none} -\UseTblrLibrary{varwidth} +%\UseTblrLibrary{varwidth} \begin{document} diff --git a/testfiles/hvline-002.tex b/testfiles/hvline-002.tex index b614b68..48dbd75 100644 --- a/testfiles/hvline-002.tex +++ b/testfiles/hvline-002.tex @@ -8,7 +8,7 @@ \usepackage{array} \SetTblrTracing{none} -\UseTblrLibrary{varwidth} +%\UseTblrLibrary{varwidth} \begin{document} diff --git a/testfiles/hvline-003.tex b/testfiles/hvline-003.tex index a3209d1..9054cac 100644 --- a/testfiles/hvline-003.tex +++ b/testfiles/hvline-003.tex @@ -9,7 +9,7 @@ \usepackage{array} \SetTblrTracing{none} -\UseTblrLibrary{varwidth} +%\UseTblrLibrary{varwidth} \setlength\parindent{0pt} \begin{document} diff --git a/testfiles/library-001.tex b/testfiles/library-001.tex index 1afd9cd..e981c91 100644 --- a/testfiles/library-001.tex +++ b/testfiles/library-001.tex @@ -9,7 +9,7 @@ \usepackage{booktabs} \SetTblrTracing{none} -\UseTblrLibrary{varwidth} +%\UseTblrLibrary{varwidth} \UseTblrLibrary{booktabs} \begin{document} diff --git a/testfiles/library-002.tex b/testfiles/library-002.tex index 015472f..8d0eac5 100644 --- a/testfiles/library-002.tex +++ b/testfiles/library-002.tex @@ -8,7 +8,7 @@ \usepackage{array} \SetTblrTracing{none} -\UseTblrLibrary{varwidth} +%\UseTblrLibrary{varwidth} \UseTblrLibrary{diagbox} \begin{document} diff --git a/testfiles/library-003.tex b/testfiles/library-003.tex index 111dc9f..11f37a8 100644 --- a/testfiles/library-003.tex +++ b/testfiles/library-003.tex @@ -9,7 +9,7 @@ \usepackage{xcolor} \SetTblrTracing{none} -\UseTblrLibrary{varwidth} +%\UseTblrLibrary{varwidth} \UseTblrLibrary{siunitx} \begin{document} diff --git a/testfiles/library-004.tex b/testfiles/library-004.tex index 00fb71d..275fc57 100644 --- a/testfiles/library-004.tex +++ b/testfiles/library-004.tex @@ -8,7 +8,7 @@ \usepackage{array} \SetTblrTracing{none} -\UseTblrLibrary{varwidth} +%\UseTblrLibrary{varwidth} \UseTblrLibrary{siunitx} \begin{document} diff --git a/testfiles/library-005.tex b/testfiles/library-005.tex index cc63418..d14db4b 100644 --- a/testfiles/library-005.tex +++ b/testfiles/library-005.tex @@ -12,7 +12,7 @@ \usepackage{array,multirow,booktabs} \SetTblrTracing{none} -\UseTblrLibrary{varwidth} +%\UseTblrLibrary{varwidth} \begin{document} diff --git a/testfiles/library-006.tex b/testfiles/library-006.tex index effa4c6..ed7716c 100644 --- a/testfiles/library-006.tex +++ b/testfiles/library-006.tex @@ -12,7 +12,7 @@ \usepackage{array} \SetTblrTracing{none} -\UseTblrLibrary{varwidth} +%\UseTblrLibrary{varwidth} \begin{document} diff --git a/testfiles/library-007.tex b/testfiles/library-007.tex index cd9dfa6..f5e2c37 100644 --- a/testfiles/library-007.tex +++ b/testfiles/library-007.tex @@ -11,7 +11,7 @@ \usepackage{array} \SetTblrTracing{none} -\UseTblrLibrary{varwidth} +%\UseTblrLibrary{varwidth} \begin{document} diff --git a/testfiles/library-008.tex b/testfiles/library-008.tex index f3e7816..567e526 100644 --- a/testfiles/library-008.tex +++ b/testfiles/library-008.tex @@ -12,7 +12,7 @@ \usepackage{array} \SetTblrTracing{none} -\UseTblrLibrary{varwidth} +%\UseTblrLibrary{varwidth} \begin{document} diff --git a/testfiles/library-009.tex b/testfiles/library-009.tex index 0405c26..6deff12 100644 --- a/testfiles/library-009.tex +++ b/testfiles/library-009.tex @@ -11,7 +11,7 @@ \usepackage{array} \SetTblrTracing{none} -\UseTblrLibrary{varwidth} +%\UseTblrLibrary{varwidth} \begin{document} diff --git a/testfiles/library-010.tex b/testfiles/library-010.tex index 418fd6e..07876e0 100644 --- a/testfiles/library-010.tex +++ b/testfiles/library-010.tex @@ -11,7 +11,7 @@ \usepackage{array} \SetTblrTracing{none} -\UseTblrLibrary{varwidth} +%\UseTblrLibrary{varwidth} \begin{filecontents*}[overwrite]{test1.tmp} Some & Some \\ diff --git a/testfiles/library-011.tex b/testfiles/library-011.tex index 4a89174..165f33c 100644 --- a/testfiles/library-011.tex +++ b/testfiles/library-011.tex @@ -11,7 +11,7 @@ \usepackage{array} \SetTblrTracing{none} -\UseTblrLibrary{varwidth} +%\UseTblrLibrary{varwidth} \begin{document} diff --git a/testfiles/library-012.tex b/testfiles/library-012.tex index 9b445f7..8465271 100644 --- a/testfiles/library-012.tex +++ b/testfiles/library-012.tex @@ -11,7 +11,7 @@ \usepackage{array} \SetTblrTracing{none} -\UseTblrLibrary{varwidth} +%\UseTblrLibrary{varwidth} \begin{document} diff --git a/testfiles/library-013.tex b/testfiles/library-013.tex index ccb74ec..59ad212 100644 --- a/testfiles/library-013.tex +++ b/testfiles/library-013.tex @@ -11,7 +11,7 @@ \usepackage{array} \SetTblrTracing{none} -\UseTblrLibrary{varwidth} +%\UseTblrLibrary{varwidth} \renewcommand\thetable{\arabic{section}.\arabic{subsection}.\arabic{table}} diff --git a/testfiles/library-014.tex b/testfiles/library-014.tex index b610488..fd13623 100644 --- a/testfiles/library-014.tex +++ b/testfiles/library-014.tex @@ -12,7 +12,7 @@ \usepackage{delarray} \SetTblrTracing{none} -\UseTblrLibrary{varwidth} +%\UseTblrLibrary{varwidth} \begin{document} diff --git a/testfiles/long-001.tex b/testfiles/long-001.tex index b49d21d..8a037af 100644 --- a/testfiles/long-001.tex +++ b/testfiles/long-001.tex @@ -13,7 +13,7 @@ \hypersetup{colorlinks} \SetTblrTracing{none} -\UseTblrLibrary{varwidth} +%\UseTblrLibrary{varwidth} \begin{document} diff --git a/testfiles/long-002.tex b/testfiles/long-002.tex index 17c5a1b..79d1c62 100644 --- a/testfiles/long-002.tex +++ b/testfiles/long-002.tex @@ -12,7 +12,7 @@ \usepackage{lmodern} % avoid using ec font \SetTblrTracing{none} -\UseTblrLibrary{varwidth} +%\UseTblrLibrary{varwidth} \begin{document} diff --git a/testfiles/long-003.tex b/testfiles/long-003.tex index ccf2c01..11ade17 100644 --- a/testfiles/long-003.tex +++ b/testfiles/long-003.tex @@ -13,7 +13,7 @@ \hypersetup{colorlinks} \SetTblrTracing{none} -\UseTblrLibrary{varwidth} +%\UseTblrLibrary{varwidth} \begin{document} diff --git a/testfiles/long-004.tex b/testfiles/long-004.tex index 695277c..14df90e 100644 --- a/testfiles/long-004.tex +++ b/testfiles/long-004.tex @@ -11,7 +11,7 @@ \hypersetup{colorlinks} \SetTblrTracing{none} -\UseTblrLibrary{varwidth} +%\UseTblrLibrary{varwidth} \begin{document} diff --git a/testfiles/long-005.tex b/testfiles/long-005.tex index e18c029..7d8ca46 100644 --- a/testfiles/long-005.tex +++ b/testfiles/long-005.tex @@ -9,7 +9,7 @@ \usepackage{array} \SetTblrTracing{none} -\UseTblrLibrary{varwidth} +%\UseTblrLibrary{varwidth} \begin{document} diff --git a/testfiles/long-006.tex b/testfiles/long-006.tex index 4809aae..08aa0ea 100644 --- a/testfiles/long-006.tex +++ b/testfiles/long-006.tex @@ -9,7 +9,7 @@ \usepackage{array} \SetTblrTracing{none} -\UseTblrLibrary{varwidth} +%\UseTblrLibrary{varwidth} \begin{document} diff --git a/testfiles/long-007.tex b/testfiles/long-007.tex index 4ab736c..378394b 100644 --- a/testfiles/long-007.tex +++ b/testfiles/long-007.tex @@ -10,7 +10,7 @@ \usepackage{array} \SetTblrTracing{none} -\UseTblrLibrary{varwidth} +%\UseTblrLibrary{varwidth} \begin{document} diff --git a/testfiles/long-008.tex b/testfiles/long-008.tex index 3e2ce2d..76a3871 100644 --- a/testfiles/long-008.tex +++ b/testfiles/long-008.tex @@ -9,7 +9,7 @@ \usepackage{array} \SetTblrTracing{none} -\UseTblrLibrary{varwidth} +%\UseTblrLibrary{varwidth} \begin{document} diff --git a/testfiles/long-009.tex b/testfiles/long-009.tex index 9657d3b..e734113 100644 --- a/testfiles/long-009.tex +++ b/testfiles/long-009.tex @@ -9,7 +9,7 @@ \usepackage{array} \SetTblrTracing{none} -\UseTblrLibrary{varwidth} +%\UseTblrLibrary{varwidth} \begin{document} diff --git a/testfiles/rowcol-001.tex b/testfiles/rowcol-001.tex index 5542bf8..18423ba 100644 --- a/testfiles/rowcol-001.tex +++ b/testfiles/rowcol-001.tex @@ -12,7 +12,7 @@ \MakeShortVerb| \SetTblrTracing{none} -\UseTblrLibrary{varwidth} +%\UseTblrLibrary{varwidth} \begin{document} diff --git a/testfiles/rowcol-002.tex b/testfiles/rowcol-002.tex index 494d673..6e31c74 100644 --- a/testfiles/rowcol-002.tex +++ b/testfiles/rowcol-002.tex @@ -8,7 +8,7 @@ \usepackage{array} \SetTblrTracing{none} -\UseTblrLibrary{varwidth} +%\UseTblrLibrary{varwidth} \begin{document} diff --git a/testfiles/rowcol-003.tex b/testfiles/rowcol-003.tex index 6069453..44b2c03 100644 --- a/testfiles/rowcol-003.tex +++ b/testfiles/rowcol-003.tex @@ -8,7 +8,7 @@ \usepackage{tabularray} \SetTblrTracing{none} -\UseTblrLibrary{varwidth} +%\UseTblrLibrary{varwidth} \begin{document} diff --git a/testfiles/rowcol-004.tex b/testfiles/rowcol-004.tex index 1aed889..23c4690 100644 --- a/testfiles/rowcol-004.tex +++ b/testfiles/rowcol-004.tex @@ -12,7 +12,7 @@ \ExplSyntaxOff \SetTblrTracing{none} -\UseTblrLibrary{varwidth} +%\UseTblrLibrary{varwidth} \begin{document} diff --git a/testfiles/table-001.tex b/testfiles/table-001.tex index 6bf533c..816ff79 100644 --- a/testfiles/table-001.tex +++ b/testfiles/table-001.tex @@ -8,7 +8,7 @@ \usepackage{tabularray} \SetTblrTracing{none} -\UseTblrLibrary{varwidth} +%\UseTblrLibrary{varwidth} \begin{document} diff --git a/testfiles/table-002.tex b/testfiles/table-002.tex index 1c41506..56d2d0d 100644 --- a/testfiles/table-002.tex +++ b/testfiles/table-002.tex @@ -8,7 +8,7 @@ \usepackage{tabularray} \SetTblrTracing{none} -\UseTblrLibrary{varwidth} +%\UseTblrLibrary{varwidth} \begin{document} diff --git a/testfiles/table-003.tex b/testfiles/table-003.tex index 5c49ca2..5d21dea 100644 --- a/testfiles/table-003.tex +++ b/testfiles/table-003.tex @@ -8,7 +8,7 @@ \usepackage{tabularray} \SetTblrTracing{none} -\UseTblrLibrary{varwidth} +%\UseTblrLibrary{varwidth} \begin{document} diff --git a/testfiles/table-004.tex b/testfiles/table-004.tex index 54647cc..fb7671a 100644 --- a/testfiles/table-004.tex +++ b/testfiles/table-004.tex @@ -8,7 +8,7 @@ \usepackage{tabularray} \SetTblrTracing{none} -\UseTblrLibrary{varwidth} +%\UseTblrLibrary{varwidth} \begin{document} diff --git a/testfiles/table-005.tex b/testfiles/table-005.tex index 9906548..11a3f95 100644 --- a/testfiles/table-005.tex +++ b/testfiles/table-005.tex @@ -8,7 +8,7 @@ \usepackage{tabularray} \SetTblrTracing{none} -\UseTblrLibrary{varwidth} +%\UseTblrLibrary{varwidth} \begin{document} diff --git a/testfiles/table-006.tex b/testfiles/table-006.tex index 19d8f94..e3e442d 100644 --- a/testfiles/table-006.tex +++ b/testfiles/table-006.tex @@ -8,7 +8,7 @@ \usepackage{tabularray} \SetTblrTracing{none} -\UseTblrLibrary{varwidth} +%\UseTblrLibrary{varwidth} \begin{document} diff --git a/testfiles/table-007.tex b/testfiles/table-007.tex index 28b3bf9..f036393 100644 --- a/testfiles/table-007.tex +++ b/testfiles/table-007.tex @@ -9,7 +9,7 @@ \usepackage{amsmath} \SetTblrTracing{none} -\UseTblrLibrary{varwidth} +%\UseTblrLibrary{varwidth} \begin{document} diff --git a/testfiles/table-008.tex b/testfiles/table-008.tex index 79b1d9c..cc0bcff 100644 --- a/testfiles/table-008.tex +++ b/testfiles/table-008.tex @@ -15,7 +15,7 @@ \usepackage{tabularray} \SetTblrTracing{none} -\UseTblrLibrary{varwidth} +%\UseTblrLibrary{varwidth} \begin{document} diff --git a/testfiles/table-009.tex b/testfiles/table-009.tex index dc16cd3..9ed1ee6 100644 --- a/testfiles/table-009.tex +++ b/testfiles/table-009.tex @@ -8,7 +8,7 @@ \usepackage{tabularray} \SetTblrTracing{none} -\UseTblrLibrary{varwidth} +%\UseTblrLibrary{varwidth} \begin{document} diff --git a/testfiles/table-010.tex b/testfiles/table-010.tex index f850796..a98cbe5 100644 --- a/testfiles/table-010.tex +++ b/testfiles/table-010.tex @@ -8,7 +8,7 @@ \usepackage{array} \SetTblrTracing{none} -\UseTblrLibrary{varwidth} +%\UseTblrLibrary{varwidth} \begin{document} diff --git a/testfiles/table-011.tex b/testfiles/table-011.tex index 487b4f4..e2a02cd 100644 --- a/testfiles/table-011.tex +++ b/testfiles/table-011.tex @@ -15,6 +15,7 @@ \SetTblrTracing{none} \SetTblrInner{rowsep=0pt} \UseTblrLibrary{varwidth} +\SetTblrInner[tblr]{measure=hbox} \setlength{\parindent}{0pt} diff --git a/testfiles/table-012.tex b/testfiles/table-012.tex index 989ab41..8ce085d 100644 --- a/testfiles/table-012.tex +++ b/testfiles/table-012.tex @@ -9,7 +9,7 @@ \usepackage{mathtools} \SetTblrTracing{none} -\UseTblrLibrary{varwidth} +%\UseTblrLibrary{varwidth} \begin{document} diff --git a/testfiles/table-013.tex b/testfiles/table-013.tex index d73de22..0388e9b 100644 --- a/testfiles/table-013.tex +++ b/testfiles/table-013.tex @@ -8,7 +8,7 @@ \usepackage{array} \SetTblrTracing{none} -\UseTblrLibrary{varwidth} +%\UseTblrLibrary{varwidth} \begin{document}