Skip to content

Commit

Permalink
update manual
Browse files Browse the repository at this point in the history
  • Loading branch information
lvjr committed Feb 16, 2024
1 parent 7d94583 commit b26b43d
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 8 deletions.
8 changes: 4 additions & 4 deletions manual/manual-3.tex
Original file line number Diff line number Diff line change
Expand Up @@ -279,17 +279,17 @@ \subsection{Expand Macros First}

\begin{demohigh}
\newcommand*\tblrrowa{
20 & 30 & 40 \\ }
20 & 30 & 40 \\
}
\newcommand*\tblrrowb{
50 & 60 & 70 \\ }

50 & 60 & 70 \\
}
\newcommand*\tblrbody{
\hline
\tblrrowa
\tblrrowb
\hline
}

\SetTblrOuter{expand=\tblrbody\tblrrowa}
\begin{tblr}[expand+=\tblrrowb]{ccc}
\hline
Expand Down
10 changes: 10 additions & 0 deletions manual/manual-5.tex
Original file line number Diff line number Diff line change
Expand Up @@ -463,6 +463,16 @@ \subsection{Inner key \texttt{process} in action}
\end{tblr}
\end{demohigh}
\section{Library \texttt{hook}}
This library is experimental, please see\\
\url{https://github.com/lvjr/tabularray/wiki/HooksAndVariables}.
\section{Library \texttt{html}}
This library is experimental, please see\\
\url{https://github.com/lvjr/tabularray/wiki/HooksAndVariables}.
\section{Library \texttt{nameref}}
From version 2022D, you can load \verb!nameref! library
Expand Down
18 changes: 14 additions & 4 deletions tabularray.tex
Original file line number Diff line number Diff line change
Expand Up @@ -1616,17 +1616,17 @@ \subsection{Expand Macros First}
\begin{demohigh}
\newcommand*\tblrrowa{
20 & 30 & 40 \\ }
20 & 30 & 40 \\
}
\newcommand*\tblrrowb{
50 & 60 & 70 \\ }
50 & 60 & 70 \\
}
\newcommand*\tblrbody{
\hline
\tblrrowa
\tblrrowb
\hline
}
\SetTblrOuter{expand=\tblrbody\tblrrowa}
\begin{tblr}[expand+=\tblrrowb]{ccc}
\hline
Expand Down Expand Up @@ -2874,6 +2874,16 @@ \subsection{Inner key \texttt{process} in action}
\end{tblr}
\end{demohigh}
\section{Library \texttt{hook}}
This library is experimental, please see\\
\url{https://github.com/lvjr/tabularray/wiki/HooksAndVariables}.
\section{Library \texttt{html}}
This library is experimental, please see\\
\url{https://github.com/lvjr/tabularray/wiki/HooksAndVariables}.
\section{Library \texttt{nameref}}
From version 2022D, you can load \verb!nameref! library
Expand Down

0 comments on commit b26b43d

Please sign in to comment.