From 03a92032945834131e8e52057361813f373a3f8c Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Tue, 25 May 2021 20:50:13 +0000 Subject: tabularray (25may21) git-svn-id: svn://tug.org/texlive/trunk@59349 c570f23f-e606-0410-a88d-b1316a301751 --- .../texmf-dist/doc/latex/tabularray/tabularray.pdf | Bin 379316 -> 399433 bytes .../texmf-dist/doc/latex/tabularray/tabularray.tex | 16 +++++++++++----- 2 files changed, 11 insertions(+), 5 deletions(-) (limited to 'Master/texmf-dist/doc') diff --git a/Master/texmf-dist/doc/latex/tabularray/tabularray.pdf b/Master/texmf-dist/doc/latex/tabularray/tabularray.pdf index f367583b1b4..7b00466957f 100644 Binary files a/Master/texmf-dist/doc/latex/tabularray/tabularray.pdf and b/Master/texmf-dist/doc/latex/tabularray/tabularray.pdf differ diff --git a/Master/texmf-dist/doc/latex/tabularray/tabularray.tex b/Master/texmf-dist/doc/latex/tabularray/tabularray.tex index 41aa2ab9f6b..03a2835a5ec 100644 --- a/Master/texmf-dist/doc/latex/tabularray/tabularray.tex +++ b/Master/texmf-dist/doc/latex/tabularray/tabularray.tex @@ -1,9 +1,9 @@ -% -*- coding: utf-8 -*- +% -*- coding: utf-8 -*- +% !TEX program = lualatex \documentclass[oneside]{book} \usepackage[a4paper,margin=2.5cm]{geometry} -\usepackage{codehigh} % https://github.com/lvjr/codehigh -%\usepackage{arev} +\usepackage{codehigh} % https://ctan.org/pkg/codehigh \usepackage{tabularray} \usepackage{array,multirow,amsmath} @@ -15,7 +15,7 @@ } \renewcommand*{\thefootnote}{*} -\newcommand*{\myversion}{2021H} +\newcommand*{\myversion}{2021J} \newcommand*{\mydate}{Version \myversion\ (\the\year-\mylpad\month-\mylpad\day)\\\myrepo} \newcommand*{\myrepo}{\url{https://github.com/lvjr/tabularray}} \newcommand*{\mylpad}[1]{\ifnum#1<10 0\the#1\else\the#1\fi} @@ -716,7 +716,7 @@ Counters \verb!rownum!, \verb!colnum!, \verb!rowcount!, \verb!colcount! can be u \section{Experimental Interface} Everything described in this section is in \underline{\textcolor{red3}{\textbf{experimental}}} status. -Don’t use it in important documents, unless you have time +Don’t use them in important documents, unless you have time to update them for the newer versions of \verb!tabularray! package in the future. By default \verb!tabularray! package will compute column widths from span widths. @@ -743,6 +743,12 @@ The following two examples show this difference: \end{tblr} \end{demohigh} +To trace internal data behind \verb!tblr! environment, you can use \verb!\SetTblrTracing! command. +For example, \verb!\SetTblrTracing{all}! will turn on all tracings, +and \verb!\SetTblrTracing{none}! will turn off all tracings. +\verb!\SetTblrTracing{+row,+column}! will only tracing row and column data. +All tracing messages will be written to the log files. + \chapter{Source Code} %\CodeHigh{lite} -- cgit v1.2.3