summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2021-05-25 20:50:13 +0000
committerKarl Berry <karl@freefriends.org>2021-05-25 20:50:13 +0000
commit03a92032945834131e8e52057361813f373a3f8c (patch)
treea91323830279f3b09e25cc4723d15323d05cf60e /Master/texmf-dist/doc
parent075b67cb856341214b6f335528a93b8b2a766f41 (diff)
tabularray (25may21)
git-svn-id: svn://tug.org/texlive/trunk@59349 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc')
-rw-r--r--Master/texmf-dist/doc/latex/tabularray/tabularray.pdfbin379316 -> 399433 bytes
-rw-r--r--Master/texmf-dist/doc/latex/tabularray/tabularray.tex16
2 files changed, 11 insertions, 5 deletions
diff --git a/Master/texmf-dist/doc/latex/tabularray/tabularray.pdf b/Master/texmf-dist/doc/latex/tabularray/tabularray.pdf
index f367583b1b4..7b00466957f 100644
--- a/Master/texmf-dist/doc/latex/tabularray/tabularray.pdf
+++ b/Master/texmf-dist/doc/latex/tabularray/tabularray.pdf
Binary files 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}