texlive[74502] branches/branch2024.final/Master/texmf-dist:

commits+karl at tug.org commits+karl at tug.org
Fri Mar 7 23:39:16 CET 2025


Revision: 74502
          https://tug.org/svn/texlive?view=revision&revision=74502
Author:   karl
Date:     2025-03-07 23:39:16 +0100 (Fri, 07 Mar 2025)
Log Message:
-----------
verifycommand (branch) (7mar25)

Modified Paths:
--------------
    branches/branch2024.final/Master/texmf-dist/doc/latex/verifycommand/README.txt
    branches/branch2024.final/Master/texmf-dist/doc/latex/verifycommand/verifycommand.pdf
    branches/branch2024.final/Master/texmf-dist/source/latex/verifycommand/verifycommand.dtx
    branches/branch2024.final/Master/texmf-dist/tex/latex/verifycommand/verifycommand.sty

Modified: branches/branch2024.final/Master/texmf-dist/doc/latex/verifycommand/README.txt
===================================================================
--- branches/branch2024.final/Master/texmf-dist/doc/latex/verifycommand/README.txt	2025-03-07 22:39:07 UTC (rev 74501)
+++ branches/branch2024.final/Master/texmf-dist/doc/latex/verifycommand/README.txt	2025-03-07 22:39:16 UTC (rev 74502)
@@ -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: branches/branch2024.final/Master/texmf-dist/doc/latex/verifycommand/verifycommand.pdf
===================================================================
(Binary files differ)

Modified: branches/branch2024.final/Master/texmf-dist/source/latex/verifycommand/verifycommand.dtx
===================================================================
--- branches/branch2024.final/Master/texmf-dist/source/latex/verifycommand/verifycommand.dtx	2025-03-07 22:39:07 UTC (rev 74501)
+++ branches/branch2024.final/Master/texmf-dist/source/latex/verifycommand/verifycommand.dtx	2025-03-07 22:39:16 UTC (rev 74502)
@@ -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: branches/branch2024.final/Master/texmf-dist/tex/latex/verifycommand/verifycommand.sty
===================================================================
--- branches/branch2024.final/Master/texmf-dist/tex/latex/verifycommand/verifycommand.sty	2025-03-07 22:39:07 UTC (rev 74501)
+++ branches/branch2024.final/Master/texmf-dist/tex/latex/verifycommand/verifycommand.sty	2025-03-07 22:39:16 UTC (rev 74502)
@@ -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.