Skip to content

Commit

Permalink
update manual (#527)
Browse files Browse the repository at this point in the history
  • Loading branch information
lvjr committed Dec 29, 2024
1 parent 11b409f commit c3d1a1d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions manual/manual-7.tex
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ \section{Experimental Public Variables}

These variables are updated by default before building every cell:
\begin{itemize}[nosep]
\item \CC{\lTblrCellRowSpanTl}: how many rows are spanned by current cell.
\item \CC{\lTblrCellColSpanTl}: how many columns are spanned by current cell.
\item \CC{\lTblrCellRowSpanInt}: how many rows are spanned by current cell.
\item \CC{\lTblrCellColSpanInt}: how many columns are spanned by current cell.
\item \CC{\lTblrCellOmittedBool}: if current cell is spanned by another cell.
\item \CC{\lTblrCellBackgroundTl}: background color of current cell.
\end{itemize}
Expand All @@ -67,16 +67,16 @@ \section{Experimental Public Variables}
%(you need to write \CC{\UseTblrLibrary{html}} first):
\begin{itemize}[nosep]
\item \CC{\lTblrCellAboveBorderStyleTl}
\item \CC{\lTblrCellAboveBorderWidthTl}
\item \CC{\lTblrCellAboveBorderWidthDim}
\item \CC{\lTblrCellAboveBorderColorTl}
\item \CC{\lTblrCellBelowBorderStyleTl}
\item \CC{\lTblrCellBelowBorderWidthTl}
\item \CC{\lTblrCellBelowBorderWidthDim}
\item \CC{\lTblrCellBelowBorderColorTl}
\item \CC{\lTblrCellLeftBorderStyleTl}
\item \CC{\lTblrCellLeftBorderWidthTl}
\item \CC{\lTblrCellLeftBorderWidthDim}
\item \CC{\lTblrCellLeftBorderColorTl}
\item \CC{\lTblrCellRightBorderStyleTl}
\item \CC{\lTblrCellRightBorderWidthTl}
\item \CC{\lTblrCellRightBorderWidthDim}
\item \CC{\lTblrCellRightBorderColorTl}
\end{itemize}
In the above, \TT{BorderStyle}, \TT{BorderWidth}, \TT{BorderColor} are similar to
Expand Down
12 changes: 6 additions & 6 deletions tabularray.tex
Original file line number Diff line number Diff line change
Expand Up @@ -3215,8 +3215,8 @@ \section{Experimental Public Variables}
These variables are updated by default before building every cell:
\begin{itemize}[nosep]
\item \CC{\lTblrCellRowSpanTl}: how many rows are spanned by current cell.
\item \CC{\lTblrCellColSpanTl}: how many columns are spanned by current cell.
\item \CC{\lTblrCellRowSpanInt}: how many rows are spanned by current cell.
\item \CC{\lTblrCellColSpanInt}: how many columns are spanned by current cell.
\item \CC{\lTblrCellOmittedBool}: if current cell is spanned by another cell.
\item \CC{\lTblrCellBackgroundTl}: background color of current cell.
\end{itemize}
Expand All @@ -3225,16 +3225,16 @@ \section{Experimental Public Variables}
%(you need to write \CC{\UseTblrLibrary{html}} first):
\begin{itemize}[nosep]
\item \CC{\lTblrCellAboveBorderStyleTl}
\item \CC{\lTblrCellAboveBorderWidthTl}
\item \CC{\lTblrCellAboveBorderWidthDim}
\item \CC{\lTblrCellAboveBorderColorTl}
\item \CC{\lTblrCellBelowBorderStyleTl}
\item \CC{\lTblrCellBelowBorderWidthTl}
\item \CC{\lTblrCellBelowBorderWidthDim}
\item \CC{\lTblrCellBelowBorderColorTl}
\item \CC{\lTblrCellLeftBorderStyleTl}
\item \CC{\lTblrCellLeftBorderWidthTl}
\item \CC{\lTblrCellLeftBorderWidthDim}
\item \CC{\lTblrCellLeftBorderColorTl}
\item \CC{\lTblrCellRightBorderStyleTl}
\item \CC{\lTblrCellRightBorderWidthTl}
\item \CC{\lTblrCellRightBorderWidthDim}
\item \CC{\lTblrCellRightBorderColorTl}
\end{itemize}
In the above, \TT{BorderStyle}, \TT{BorderWidth}, \TT{BorderColor} are similar to
Expand Down

0 comments on commit c3d1a1d

Please sign in to comment.