summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/pgfkeysearch/pgfkeysearch.sty
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2024-01-11 21:30:37 +0000
committerKarl Berry <karl@freefriends.org>2024-01-11 21:30:37 +0000
commit0fd5c3787c3e7ede67a9252cd0c705c97d661974 (patch)
tree4b7caa52705903879d305b07cb3f5af40d085b1f /Master/texmf-dist/tex/latex/pgfkeysearch/pgfkeysearch.sty
parent1dc50b936f236e00f031b2b80b10a7e236950bc8 (diff)
pgfkeysearch (11jan24)
git-svn-id: svn://tug.org/texlive/trunk@69385 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/pgfkeysearch/pgfkeysearch.sty')
-rw-r--r--Master/texmf-dist/tex/latex/pgfkeysearch/pgfkeysearch.sty28
1 files changed, 11 insertions, 17 deletions
diff --git a/Master/texmf-dist/tex/latex/pgfkeysearch/pgfkeysearch.sty b/Master/texmf-dist/tex/latex/pgfkeysearch/pgfkeysearch.sty
index 1b2144cfe16..598237a6ab7 100644
--- a/Master/texmf-dist/tex/latex/pgfkeysearch/pgfkeysearch.sty
+++ b/Master/texmf-dist/tex/latex/pgfkeysearch/pgfkeysearch.sty
@@ -12,7 +12,7 @@
%%
%% The Current Maintainer of this work is Alceu Frigeri
%%
-%% This is version {1.1} {2023/12/29}
+%% This is version {1.2} {2024/01/11}
%%
%% The list of files that compose this work can be found in the README.md file at
%% https://ctan.org/pkg/pgfkeysearch
@@ -23,8 +23,8 @@
\ProvidesExplPackage
{pgfkeysearch}
- {2023/12/29}
- {1.1}
+ {2024/01/11}
+ {1.2}
{pgfkeys Search Extension}
\ExplSyntaxOn
@@ -38,23 +38,15 @@
{
name .code:n = {pgfkeysearch} ,
prefix .code:n = {pgfkeysearch} ,
- date .code:n = {2023/12/29},
- version .code:n = {1.1} ,
- description .code:n = {pgfkeys Search Extension}
+ date .code:n = {2024/01/11},
+ version .code:n = {1.2} ,
+ description .code:n = {pgfkeys~ search~ extension}
}
-\cs_if_exist:NF \__codedesc_pkg_info:nn
+\cs_if_exist:NF \PkgInfo
{
- \cs_new_protected:Npn \__codedesc_pkg_info:nn #1#2
- { \keys_set:nn {#1 / pkg info}{#2} }
- }
-\cs_if_exist:NF \PkgInfo
- { \NewDocumentCommand \PkgInfo {mm} { \keys_set:nn {#1 / pkg info}{#2} } }
-\cs_if_exist:NF \PkgDescription
- {
+ \NewDocumentCommand \PkgInfo {mm} { \keys_set:nn {#1 / pkg info}{#2} }
\NewDocumentCommand \PkgDescription {m}
- {
- \noindent Package~ \textbf{\PkgInfo{#1}{name}}~Version:~\PkgInfo{#1}{version}~ -~ \PkgInfo{#1}{date}\par \emph{\PkgInfo{#1}{description}}~\par
- }
+ { \noindent Package~ \textbf{\PkgInfo{#1}{name}}~Version:~\PkgInfo{#1}{version}~ -~ \PkgInfo{#1}{date}\par \emph{\PkgInfo{#1}{description}}~\par }
}
%%%%%%%
%%% End of cut-n-paste
@@ -154,6 +146,7 @@
\pgfkeysearch_multipath_keysearch:nnnF {#1}{#2}{#3}
{ \tl_set:Nn #3 {} }
}
+\let\pgfkeysearch\pgfkeysearchvalueof
\NewDocumentCommand{\pgfkeysearchvalueofTF}{mmmmm}
{
@@ -164,3 +157,4 @@
#5
}
}
+\let\pgfkeysearchTF\pgfkeysearchvalueofTF