texlive[74756] Master/texmf-dist: delimset (26mar25)

commits+karl at tug.org commits+karl at tug.org
Wed Mar 26 21:03:43 CET 2025


Revision: 74756
          https://tug.org/svn/texlive?view=revision&revision=74756
Author:   karl
Date:     2025-03-26 21:03:43 +0100 (Wed, 26 Mar 2025)
Log Message:
-----------
delimset (26mar25)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/latex/delimset/README.txt
    trunk/Master/texmf-dist/doc/latex/delimset/delimset.pdf
    trunk/Master/texmf-dist/doc/latex/delimset/dlmssamp.tex
    trunk/Master/texmf-dist/source/latex/delimset/delimset.dtx
    trunk/Master/texmf-dist/source/latex/delimset/delimset.ins
    trunk/Master/texmf-dist/tex/latex/delimset/delimset.sty

Modified: trunk/Master/texmf-dist/doc/latex/delimset/README.txt
===================================================================
--- trunk/Master/texmf-dist/doc/latex/delimset/README.txt	2025-03-26 20:03:33 UTC (rev 74755)
+++ trunk/Master/texmf-dist/doc/latex/delimset/README.txt	2025-03-26 20:03:43 UTC (rev 74756)
@@ -18,9 +18,10 @@
 
 Run "(pdf)latex delimset.dtx" to compile the manual delimset.pdf.
 
-Run "latex delimset.ins" to create the package delimset.sty and the sample dlmssamp.tex.
-Copy the file delimset.sty to an appropriate directory of your LaTeX
-distribution, e.g. texmf-root/tex/latex/delimset.
+Run "latex delimset.ins" to create the package delimset.sty
+and the sample dlmssamp.tex.
+Copy the file delimset.sty to an appropriate directory
+of your LaTeX distribution, e.g. texmf-root/tex/latex/delimset.
 
 This work may be distributed and/or modified under the
 conditions of the LaTeX Project Public License, either version 1.3
@@ -27,5 +28,5 @@
 of this license or (at your option) any later version.
 The latest version of this license is in
   https://www.latex-project.org/lppl.txt
-and version 1.3 or later is part of all distributions of LaTeX
-version 2005/12/01 or later.
+and version 1.3c or later is part of all distributions of LaTeX
+version 2008 or later.

Modified: trunk/Master/texmf-dist/doc/latex/delimset/delimset.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/latex/delimset/dlmssamp.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/delimset/dlmssamp.tex	2025-03-26 20:03:33 UTC (rev 74755)
+++ trunk/Master/texmf-dist/doc/latex/delimset/dlmssamp.tex	2025-03-26 20:03:43 UTC (rev 74756)
@@ -13,11 +13,11 @@
 %% of this license or (at your option) any later version.
 %% The latest version of this license is in
 %%   https://www.latex-project.org/lppl.txt
-%% and version 1.3 or later is part of all distributions of LaTeX
-%% version 2005/12/01 or later.
+%% and version 1.3c or later is part of all distributions of LaTeX
+%% version 2008 or later.
 %% 
 \NeedsTeXFormat{LaTeX2e}[1996/12/01]
-\ProvidesFile{dlmssamp.tex}[2025/02/27 v2.2 sample for delimset]
+\ProvidesFile{dlmssamp.tex}[2025/03/25 v2.2.1 sample for delimset]
 \documentclass[12pt]{article}
 
 \usepackage[margin=2cm]{geometry}

Modified: trunk/Master/texmf-dist/source/latex/delimset/delimset.dtx
===================================================================
--- trunk/Master/texmf-dist/source/latex/delimset/delimset.dtx	2025-03-26 20:03:33 UTC (rev 74755)
+++ trunk/Master/texmf-dist/source/latex/delimset/delimset.dtx	2025-03-26 20:03:43 UTC (rev 74756)
@@ -19,10 +19,10 @@
 % and the derived files delimset.sty and dlmssamp.tex.
 %
 %<package|sample>\NeedsTeXFormat{LaTeX2e}[1996/12/01]
-%<package>\ProvidesPackage{delimset}[2025/02/27 v2.2 convenient size control for delimiter sets]
-%<sample>\ProvidesFile{dlmssamp.tex}[2025/02/27 v2.2 sample for delimset]
+%<package>\ProvidesPackage{delimset}[2025/03/25 v2.2.1 convenient size control for delimiter sets]
+%<sample>\ProvidesFile{dlmssamp.tex}[2025/03/25 v2.2.1 sample for delimset]
 %<*driver>
-\def\thedate#1{2025/02/27}\def\theversion#1{v2.2}
+\def\thedate#1{2025/03/25}\def\theversion#1{v2.2.1}
 \ProvidesFile{delimset.dtx}[\thedate{} \theversion{} delimset reference manual file]
 \PassOptionsToClass{10pt,a4paper}{article}
 \documentclass{ltxdoc}
@@ -37,6 +37,7 @@
 \hypersetup{urlbordercolor={.5 1 1}}
 \hypersetup{linkbordercolor={1 .7 .7}}
 \AddToHook{begindocument/before}{\hypersetup{pdfstartview=FitH}}
+\hypersetup{keeppdfinfo=true}
 \hypersetup{pdfsource={}}
 \hypersetup{pdflang={en-UK}}
 \hypersetup{pdfurl={https://ctan.org/pkg/delimset}}
@@ -1287,6 +1288,24 @@
 \subsection{Revision History}
 
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+\iffalse
+\paragraph{vN.N.N+:} 20YY/MM/NN
+
+\begin{itemize}
+\item
+\ldots
+\end{itemize}
+\fi
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+\paragraph{v2.2.1:} 2025/03/25
+
+\begin{itemize}
+\item
+maintenance and manual update
+\end{itemize}
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 \paragraph{v2.2:} 2025/02/27
 
 \begin{itemize}

Modified: trunk/Master/texmf-dist/source/latex/delimset/delimset.ins
===================================================================
--- trunk/Master/texmf-dist/source/latex/delimset/delimset.ins	2025-03-26 20:03:33 UTC (rev 74755)
+++ trunk/Master/texmf-dist/source/latex/delimset/delimset.ins	2025-03-26 20:03:43 UTC (rev 74756)
@@ -11,12 +11,11 @@
 of this license or (at your option) any later version.
 The latest version of this license is in
   https://www.latex-project.org/lppl.txt
-and version 1.3 or later is part of all distributions of LaTeX
-version 2005/12/01 or later.
+and version 1.3c or later is part of all distributions of LaTeX
+version 2008 or later.
 
 \endpreamble
 
-% the style and sample files
 \generate{\askforoverwritefalse
 \file{delimset.sty}{\from{delimset.dtx}{package}}
 \file{dlmssamp.tex}{\from{delimset.dtx}{sample}}

Modified: trunk/Master/texmf-dist/tex/latex/delimset/delimset.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/delimset/delimset.sty	2025-03-26 20:03:33 UTC (rev 74755)
+++ trunk/Master/texmf-dist/tex/latex/delimset/delimset.sty	2025-03-26 20:03:43 UTC (rev 74756)
@@ -13,11 +13,11 @@
 %% of this license or (at your option) any later version.
 %% The latest version of this license is in
 %%   https://www.latex-project.org/lppl.txt
-%% and version 1.3 or later is part of all distributions of LaTeX
-%% version 2005/12/01 or later.
+%% and version 1.3c or later is part of all distributions of LaTeX
+%% version 2008 or later.
 %% 
 \NeedsTeXFormat{LaTeX2e}[1996/12/01]
-\ProvidesPackage{delimset}[2025/02/27 v2.2 convenient size control for delimiter sets]
+\ProvidesPackage{delimset}[2025/03/25 v2.2.1 convenient size control for delimiter sets]
 
 \RequirePackage{keyval}
 



More information about the tex-live-commits mailing list.