diff options
author | Karl Berry <karl@freefriends.org> | 2024-03-28 20:07:51 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2024-03-28 20:07:51 +0000 |
commit | 85ca2f98c34c2ed8193357123c730d35c11d2f9d (patch) | |
tree | eaa6d9dbfbef0de6ade3bb129107c3eb48e16095 /Master/texmf-dist/doc/latex | |
parent | 8f1c1fcbdbc8e9074ea8e7b7d6b930c4046a6774 (diff) |
starray (28mar24)
git-svn-id: svn://tug.org/texlive/trunk@70796 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex')
-rw-r--r-- | Master/texmf-dist/doc/latex/starray/README.md | 5 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/starray/starray.pdf | bin | 285149 -> 285021 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/starray/starray.tex | 9 |
3 files changed, 8 insertions, 6 deletions
diff --git a/Master/texmf-dist/doc/latex/starray/README.md b/Master/texmf-dist/doc/latex/starray/README.md index c36549c6017..1bea234a150 100644 --- a/Master/texmf-dist/doc/latex/starray/README.md +++ b/Master/texmf-dist/doc/latex/starray/README.md @@ -72,7 +72,10 @@ The Current Maintainer of this work is Alceu Frigeri ------------- ## Changelog -* Version 1.8 (this) +* Version 1.9 (this) + - Removing some internal structures (_base_prop, _def_prop) deprecated by the last three updates. + +* Version 1.8 - code speedup thanks to 'linked' property lists. Code now relies on a more recent l3kernel. * Version 1.7 diff --git a/Master/texmf-dist/doc/latex/starray/starray.pdf b/Master/texmf-dist/doc/latex/starray/starray.pdf Binary files differindex 8302c0d0d96..b5b0dc24b42 100644 --- a/Master/texmf-dist/doc/latex/starray/starray.pdf +++ b/Master/texmf-dist/doc/latex/starray/starray.pdf diff --git a/Master/texmf-dist/doc/latex/starray/starray.tex b/Master/texmf-dist/doc/latex/starray/starray.tex index 171cd370383..0b24d131c85 100644 --- a/Master/texmf-dist/doc/latex/starray/starray.tex +++ b/Master/texmf-dist/doc/latex/starray/starray.tex @@ -15,7 +15,7 @@ %% %% The Current Maintainer of this work is Alceu Frigeri %% -%% This is version {1.8} {2024/03/22} +%% This is version {1.9} {2024/03/28} %% %% The list of files that compose this work can be found in the README.md file at %% https://ctan.org/pkg/starray @@ -106,18 +106,17 @@ Creates a new \tsobj[marg]{starray} or raises a warning if the name is already \end{tsremark} \subsection{Conditionals}\label{conditionals:exist} -\begin{codedescribe}[code,EXP,new=2023/05/20]{\starray_if_exist_p:n,\starray_if_exist:nTF,\starray_if_valid_p:n,\starray_if_valid:nTF} +\begin{codedescribe}[code,EXP,new=2023/05/20,update=2024/03/28]{\starray_if_exist_p:n,\starray_if_exist:nTF,\starray_if_valid_p:n,\starray_if_valid:nTF} \begin{codesyntax}% \tsmacro{\starray_if_exist_p:n}{starray} \tsmacro{\starray_if_exist:nTF}{starray,if-true,if-false} \tsmacro{\starray_if_valid_p:n}{starray} \tsmacro{\starray_if_valid:nTF}{starray,if-true,if-false} \end{codesyntax} -\tsobj{\starray_if_exist:nTF} only tests if \tsobj[marg]{starray} (the base property) is defined. It doesn't verifies if it really is a \tsobj[pkg]{starray}. -\tsobj{\starray_if_valid:nTF} further tests if an internal boolean (\tsobj[key]{is\_starray}) is also defined. This doesn't necessary mean it is a \tsobj[pkg]{starray} or if it's a really valid one (chances are that it is, but...), see \tsobj{\starray_term_syntax:nTF}, section \ref{conditionals:terms}, for a more reliable validity test. +\tsobj{\starray_if_exist:nTF} only tests if \tsobj[marg]{starray} (the base property) is defined. It doesn't verifies if it really is a \tsobj[pkg]{starray}. \tsobj{\starray_if_valid:nTF} is functionally equivalent since release 1.9. See \tsobj{\starray_term_syntax:nTF}, section \ref{conditionals:terms}, for a more reliable validity test. \end{codedescribe} \begin{tsremark} -The predicate versions, \tsobj{_p}, expand to either \tsobj{\prg_return_true:} or \tsobj{\prg_return_false:}. +The predicate versions, \tsobj{_p}, expand to either \tsobj{\prg_return_true:} or \tsobj{\prg_return_false:} \end{tsremark} \section{Defining and initialising a starray structure}\label{pack:def} |