summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/pgfkeysearch/latex/pgfkeysearch.sty
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/pgfkeysearch/latex/pgfkeysearch.sty')
-rw-r--r--macros/latex/contrib/pgfkeysearch/latex/pgfkeysearch.sty28
1 files changed, 11 insertions, 17 deletions
diff --git a/macros/latex/contrib/pgfkeysearch/latex/pgfkeysearch.sty b/macros/latex/contrib/pgfkeysearch/latex/pgfkeysearch.sty
index 1b2144cfe1..598237a6ab 100644
--- a/macros/latex/contrib/pgfkeysearch/latex/pgfkeysearch.sty
+++ b/macros/latex/contrib/pgfkeysearch/latex/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