Skip to content

Commit

Permalink
update manual
Browse files Browse the repository at this point in the history
  • Loading branch information
lvjr committed Feb 1, 2025
1 parent e4e0cc6 commit cbaedd5
Show file tree
Hide file tree
Showing 3 changed files with 52 additions and 52 deletions.
16 changes: 8 additions & 8 deletions manual/manual-2.tex
Original file line number Diff line number Diff line change
Expand Up @@ -461,14 +461,14 @@ \subsection{Cells and spancells in new interfaces}
cell{{2}{6},{7}{3}} = {bg=blue7},
cell{{1}{1}-{4}{4},{5}{8}-{8}{5}} = {bg=red7}
}
1 & 2 & 3 & 4 & 5 & 6 & 7 & 8 \\
2 & 2 & 3 & 4 & 5 & 6 & 7 & 8 \\
3 & 2 & 3 & 4 & 5 & 6 & 7 & 8 \\
4 & 2 & 3 & 4 & 5 & 6 & 7 & 8 \\
5 & 2 & 3 & 4 & 5 & 6 & 7 & 8 \\
6 & 2 & 3 & 4 & 5 & 6 & 7 & 8 \\
7 & 2 & 3 & 4 & 5 & 6 & 7 & 8 \\
8 & 2 & 3 & 4 & 5 & 6 & 7 & 8
1 & 2 & 3 & 4 & 5 & 6 & 7 & 8 \\
2 & 2 & 3 & 4 & 5 & 6 & 7 & 8 \\
3 & 2 & 3 & 4 & 5 & 6 & 7 & 8 \\
4 & 2 & 3 & 4 & 5 & 6 & 7 & 8 \\
5 & 2 & 3 & 4 & 5 & 6 & 7 & 8 \\
6 & 2 & 3 & 4 & 5 & 6 & 7 & 8 \\
7 & 2 & 3 & 4 & 5 & 6 & 7 & 8 \\
8 & 2 & 3 & 4 & 5 & 6 & 7 & 8
\end{tblr}
\end{demohigh}
In this example, \TT{-} characters are used for diagonal selection.
Expand Down
36 changes: 18 additions & 18 deletions manual/manual-7.tex
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,16 @@ \section{Experimental public key paths}

In version 2025A, all \PP{tabularray} key paths were cleaned up as follows:
\begin{itemize}[nosep]
\item \KP{tabularray/table/inner} (from \KP{tblr})
\item \KP{tabularray/table/outer} (from \KP{tblr-outer})
\item \KP{tabularray/column/inner} (from \KP{tblr-column})
\item \KP{tabularray/row/inner} (from \KP{tblr-row})
\item \KP{tabularray/cell/inner} (from \KP{tblr-cell-spec})
\item \KP{tabularray/cell/outer} (from \KP{tblr-cell-span})
\item \KP{tabularray/hline/inner} (from \KP{tblr-hline})
\item \KP{tabularray/vline/inner} (from \KP{tblr-vline})
\item \KP{tabularray/hborder/inner} (from \KP{tblr-hborder})
\item \KP{tabularray/vborder/inner} (from \KP{tblr-vborder})
\item \KP{tabularray/table/inner} (from \KP{tblr}): for inner specifications.
\item \KP{tabularray/table/outer} (from \KP{tblr-outer}): for outer specifications.
\item \KP{tabularray/column/inner} (from \KP{tblr-column}): for column specifications.
\item \KP{tabularray/row/inner} (from \KP{tblr-row}): for row specifications.
\item \KP{tabularray/cell/inner} (from \KP{tblr-cell-spec}): for cell specifications.
\item \KP{tabularray/cell/outer} (from \KP{tblr-cell-span}): for cell spanning specifications.
\item \KP{tabularray/hline/inner} (from \KP{tblr-hline}): for hline specifications.
\item \KP{tabularray/vline/inner} (from \KP{tblr-vline}): for vline specifications.
\item \KP{tabularray/hborder/inner} (from \KP{tblr-hborder}) for hborder specifications.
\item \KP{tabularray/vborder/inner} (from \KP{tblr-vborder}) for vborder specifications.
\end{itemize}
An advanced user or package writer can use \CC{\DeclareKeys} and \CC{\SetKeys} commands
(provided by LaTeX format) to declare new keys and apply key-value lists, respectively.
Expand All @@ -45,14 +45,14 @@ \section{Experimental public hook names}

All experimental public \PP{tabularray} hook names provided by \LL{hook} library are as follows:
\begin{itemize}[nosep]
\item \HP{tabularray/trial/before}
\item \HP{tabularray/trial/after}
\item \HP{tabularray/table/before}
\item \HP{tabularray/table/after}
\item \HP{tabularray/row/before}
\item \HP{tabularray/row/after}
\item \HP{tabularray/cell/before}
\item \HP{tabularray/cell/after}
\item \HP{tabularray/trial/before}: hook before trial typesetting.
\item \HP{tabularray/trial/after}: hook after trial typesetting.
\item \HP{tabularray/table/before}: hook before building the whole table.
\item \HP{tabularray/table/after}: hook after building the whole table.
\item \HP{tabularray/row/before}: hook before typesetting a table row.
\item \HP{tabularray/row/after}: hook after typesetting a table row.
\item \HP{tabularray/cell/before}: hook before typesetting a table cell.
\item \HP{tabularray/cell/after}: hook after typesetting a table cell.
\end{itemize}
An advanced user or package writer can use \CC{\AddToHook} and \CC{\AddToHookNext} commands
(provided by LaTeX format) to inject code to \PP{tabularray} tables.
Expand Down
52 changes: 26 additions & 26 deletions tabularray.tex
Original file line number Diff line number Diff line change
Expand Up @@ -1062,14 +1062,14 @@ \subsection{Cells and spancells in new interfaces}
cell{{2}{6},{7}{3}} = {bg=blue7},
cell{{1}{1}-{4}{4},{5}{8}-{8}{5}} = {bg=red7}
}
1 & 2 & 3 & 4 & 5 & 6 & 7 & 8 \\
2 & 2 & 3 & 4 & 5 & 6 & 7 & 8 \\
3 & 2 & 3 & 4 & 5 & 6 & 7 & 8 \\
4 & 2 & 3 & 4 & 5 & 6 & 7 & 8 \\
5 & 2 & 3 & 4 & 5 & 6 & 7 & 8 \\
6 & 2 & 3 & 4 & 5 & 6 & 7 & 8 \\
7 & 2 & 3 & 4 & 5 & 6 & 7 & 8 \\
8 & 2 & 3 & 4 & 5 & 6 & 7 & 8
1 & 2 & 3 & 4 & 5 & 6 & 7 & 8 \\
2 & 2 & 3 & 4 & 5 & 6 & 7 & 8 \\
3 & 2 & 3 & 4 & 5 & 6 & 7 & 8 \\
4 & 2 & 3 & 4 & 5 & 6 & 7 & 8 \\
5 & 2 & 3 & 4 & 5 & 6 & 7 & 8 \\
6 & 2 & 3 & 4 & 5 & 6 & 7 & 8 \\
7 & 2 & 3 & 4 & 5 & 6 & 7 & 8 \\
8 & 2 & 3 & 4 & 5 & 6 & 7 & 8
\end{tblr}
\end{demohigh}
In this example, \TT{-} characters are used for diagonal selection.
Expand Down Expand Up @@ -3447,16 +3447,16 @@ \section{Experimental public key paths}
In version 2025A, all \PP{tabularray} key paths were cleaned up as follows:
\begin{itemize}[nosep]
\item \KP{tabularray/table/inner} (from \KP{tblr})
\item \KP{tabularray/table/outer} (from \KP{tblr-outer})
\item \KP{tabularray/column/inner} (from \KP{tblr-column})
\item \KP{tabularray/row/inner} (from \KP{tblr-row})
\item \KP{tabularray/cell/inner} (from \KP{tblr-cell-spec})
\item \KP{tabularray/cell/outer} (from \KP{tblr-cell-span})
\item \KP{tabularray/hline/inner} (from \KP{tblr-hline})
\item \KP{tabularray/vline/inner} (from \KP{tblr-vline})
\item \KP{tabularray/hborder/inner} (from \KP{tblr-hborder})
\item \KP{tabularray/vborder/inner} (from \KP{tblr-vborder})
\item \KP{tabularray/table/inner} (from \KP{tblr}): for inner specifications.
\item \KP{tabularray/table/outer} (from \KP{tblr-outer}): for outer specifications.
\item \KP{tabularray/column/inner} (from \KP{tblr-column}): for column specifications.
\item \KP{tabularray/row/inner} (from \KP{tblr-row}): for row specifications.
\item \KP{tabularray/cell/inner} (from \KP{tblr-cell-spec}): for cell specifications.
\item \KP{tabularray/cell/outer} (from \KP{tblr-cell-span}): for cell spanning specifications.
\item \KP{tabularray/hline/inner} (from \KP{tblr-hline}): for hline specifications.
\item \KP{tabularray/vline/inner} (from \KP{tblr-vline}): for vline specifications.
\item \KP{tabularray/hborder/inner} (from \KP{tblr-hborder}) for hborder specifications.
\item \KP{tabularray/vborder/inner} (from \KP{tblr-vborder}) for vborder specifications.
\end{itemize}
An advanced user or package writer can use \CC{\DeclareKeys} and \CC{\SetKeys} commands
(provided by LaTeX format) to declare new keys and apply key-value lists, respectively.
Expand All @@ -3473,14 +3473,14 @@ \section{Experimental public hook names}
All experimental public \PP{tabularray} hook names provided by \LL{hook} library are as follows:
\begin{itemize}[nosep]
\item \HP{tabularray/trial/before}
\item \HP{tabularray/trial/after}
\item \HP{tabularray/table/before}
\item \HP{tabularray/table/after}
\item \HP{tabularray/row/before}
\item \HP{tabularray/row/after}
\item \HP{tabularray/cell/before}
\item \HP{tabularray/cell/after}
\item \HP{tabularray/trial/before}: hook before trial typesetting.
\item \HP{tabularray/trial/after}: hook after trial typesetting.
\item \HP{tabularray/table/before}: hook before building the whole table.
\item \HP{tabularray/table/after}: hook after building the whole table.
\item \HP{tabularray/row/before}: hook before typesetting a table row.
\item \HP{tabularray/row/after}: hook after typesetting a table row.
\item \HP{tabularray/cell/before}: hook before typesetting a table cell.
\item \HP{tabularray/cell/after}: hook after typesetting a table cell.
\end{itemize}
An advanced user or package writer can use \CC{\AddToHook} and \CC{\AddToHookNext} commands
(provided by LaTeX format) to inject code to \PP{tabularray} tables.
Expand Down

0 comments on commit cbaedd5

Please sign in to comment.