texlive[74493] Master/texmf-dist: verifycommand (7mar25)
commits+karl at tug.org
commits+karl at tug.org
Fri Mar 7 23:35:30 CET 2025
Revision: 74493
https://tug.org/svn/texlive?view=revision&revision=74493
Author: karl
Date: 2025-03-07 23:35:30 +0100 (Fri, 07 Mar 2025)
Log Message:
-----------
verifycommand (7mar25)
Modified Paths:
--------------
trunk/Master/texmf-dist/doc/latex/verifycommand/README.txt
trunk/Master/texmf-dist/doc/latex/verifycommand/verifycommand.pdf
trunk/Master/texmf-dist/source/latex/verifycommand/verifycommand.dtx
trunk/Master/texmf-dist/tex/latex/verifycommand/verifycommand.sty
Modified: trunk/Master/texmf-dist/doc/latex/verifycommand/README.txt
===================================================================
--- trunk/Master/texmf-dist/doc/latex/verifycommand/README.txt 2025-03-07 22:35:19 UTC (rev 74492)
+++ trunk/Master/texmf-dist/doc/latex/verifycommand/README.txt 2025-03-07 22:35:30 UTC (rev 74493)
@@ -1,5 +1,5 @@
-LaTeX verifycommand package v1.10 README.txt
+LaTeX verifycommand package v1.11 README.txt
Files included are:
@@ -20,6 +20,6 @@
version 2005/12/01 or later.
-Copyright 2024 Brian Dunn
+Copyright 2024–2025 Brian Dunn
GitHub: https://github.com/bdtc/verifycommand
Modified: trunk/Master/texmf-dist/doc/latex/verifycommand/verifycommand.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/source/latex/verifycommand/verifycommand.dtx
===================================================================
--- trunk/Master/texmf-dist/source/latex/verifycommand/verifycommand.dtx 2025-03-07 22:35:19 UTC (rev 74492)
+++ trunk/Master/texmf-dist/source/latex/verifycommand/verifycommand.dtx 2025-03-07 22:35:30 UTC (rev 74493)
@@ -1,7 +1,7 @@
%
% \iffalse meta-comment
%
-% Copyright 2024 Brian Dunn
+% Copyright 2024–2025 Brian Dunn
%
% This work may be distributed and/or modified under the
% conditions of the LaTeX Project Public License, either version 1.3
@@ -17,13 +17,13 @@
% \iffalse
%<package>\NeedsTeXFormat{LaTeX2e}
%<package>\ProvidesPackage{verifycommand}
-%<package> [2024/09/03 v1.10 Verify definitions have not changed.]
+%<package> [2025/03/07 v1.11 Verify definitions have not changed.]
%
%<*driver>
\documentclass{ltxdoc}
\newcommand*{\mypackagename}{verifycommand}
-\newcommand{\quicksummary}{Verifies definitions have not changed.}
+\newcommand{\quicksummary}{Verifies that definitions have not changed.}
% \usepackage{lmodern}
@@ -303,6 +303,8 @@
% \changes{v1.00}{2024/01/11}{\ 2024/01/11 Initial version.}
% \changes{v1.10}{2024/09/03}{\ 2024/09/03}
+% \changes{v1.11}{2025/03/07}{\ 2025/03/07}
+% \changes{v1.11}{2025/03/07}{Documentation improvements.}
% \GetFileInfo{\mypackagename.sty}
@@ -327,7 +329,7 @@
%
% \bigskip
%
-% {\small\textcopyright{} 2024} Brian Dunn\\ \small \url{https://github.com/bdtc/verifycommand}
+% {\small\textcopyright{} 2024--2025} Brian Dunn\\ \small \url{https://github.com/bdtc/verifycommand}
%
% \vspace{.5in}
%
@@ -337,15 +339,6 @@
% \vfill
%
%
-% ^^A % \title{The \pkg{verifycommand} package\thanks{This document
-% ^^A % corresponds to \pkg{verifycommand}~\fileversion,
-% ^^A % dated \filedate.}}
-% ^^A % \author{{\small\textcopyright{} 2016} Brian Dunn\\ \small \texttt{bd at BDTechConcepts.com}}
-% ^^A % \published{}
-% ^^A % \subtitle{\textup{Subtitle}}
-% ^^A %
-% ^^A % \maketitle
-%
% \vfill
%
%
@@ -746,15 +739,17 @@
%
% \IfVerifyCommand[mypackage][theirpackage]{\theirmacro}
% {12312312312312312321312312312312}
-% {(Patch an older version of the macro.)}
+% {(Patch an older version of the macro.)}% true
+% {}% false
%
% \IfVerifyCommand[mypackage][theirpackage]{\theirmacro}
% {45645645645645645645645645645645}
-% {(Patch a newer version of the macro.)}
+% {(Patch a newer version of the macro.)}% true
+% {}% false
%
% \IfVerifyCommandPassed
-% {}% One of the patches worked.
-% {\VERCMDWarning{mypackage}{theirpackage}{\theirmacro}}
+% {}% true: One of the patches worked.
+% {\VERCMDWarning{mypackage}{theirpackage}{\theirmacro}}% false
% \end{sourceverb}
%
% To verify several commands have not changed:
Modified: trunk/Master/texmf-dist/tex/latex/verifycommand/verifycommand.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/verifycommand/verifycommand.sty 2025-03-07 22:35:19 UTC (rev 74492)
+++ trunk/Master/texmf-dist/tex/latex/verifycommand/verifycommand.sty 2025-03-07 22:35:30 UTC (rev 74493)
@@ -18,7 +18,7 @@
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{verifycommand}
- [2024/09/03 v1.10 Verify definitions have not changed.]
+ [2025/03/07 v1.11 Verify definitions have not changed.]
More information about the tex-live-commits
mailing list.