summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/advice
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2023-10-25 20:00:42 +0000
committerKarl Berry <karl@freefriends.org>2023-10-25 20:00:42 +0000
commit7f3dfb9f769892bef6b4d1e272142c9e43ea3bf6 (patch)
treed9e5805b5585ab53f9532333a905948dcfccfc33 /Master/texmf-dist/tex/latex/advice
parent235615565cf5ad8abf385604c6f4df804d5f59c4 (diff)
advice (25oct23)
git-svn-id: svn://tug.org/texlive/trunk@68648 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/advice')
-rw-r--r--Master/texmf-dist/tex/latex/advice/advice.sty9
1 files changed, 6 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/advice/advice.sty b/Master/texmf-dist/tex/latex/advice/advice.sty
index c10d9e566ea..5678958cb59 100644
--- a/Master/texmf-dist/tex/latex/advice/advice.sty
+++ b/Master/texmf-dist/tex/latex/advice/advice.sty
@@ -23,9 +23,11 @@
%% This work has the LPPL maintenance status `maintained'.
%% The Current Maintainer of this work is Saso Zivanovic.
%%
-%% The files belonging to this work and covered by LPPL are listed in `FILES`.
-\ProvidesPackage{advice}[2023/10/10 v1.0.0 Extend commands and environments]
+%% The files belonging to this work and covered by LPPL are listed in
+%% (<texmf>/doc/generic/advice/)FILES.
+\ProvidesPackage{advice}[2023/10/24 v1.0.1 Extend commands and environments]
\RequirePackage{collargs}
+\RequirePackage{xparse}
\pgfkeys{
/handlers/.install advice/.code={%
\edef\auto@install@namespace{\pgfkeyscurrentpath}%
@@ -426,7 +428,8 @@
\let\advice@init@i\advice@setup@init@i
\let\advice@init@I\advice@setup@init@I
}
-\def\advice@trace#1{\immediate\write16{[tracing advice] #1}}
+ \def\advice@typeout{\immediate\write\@unused}
+\def\advice@trace#1{\advice@typeout{[tracing advice] #1}}
\def\advice@trace@init@i#1#2{%
\advice@trace{Advising \detokenize\expandafter{\string#2} (\detokenize{#1})}%
\advice@setup@init@i{#1}{#2}%