texlive[71955] Master/texmf-dist: abraces (2aug24)

commits+karl at tug.org commits+karl at tug.org
Fri Aug 2 23:04:11 CEST 2024


Revision: 71955
          https://tug.org/svn/texlive?view=revision&revision=71955
Author:   karl
Date:     2024-08-02 23:04:11 +0200 (Fri, 02 Aug 2024)
Log Message:
-----------
abraces (2aug24)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/latex/abraces/README.md
    trunk/Master/texmf-dist/doc/latex/abraces/abraces-doc.pdf
    trunk/Master/texmf-dist/doc/latex/abraces/abraces-doc.tex
    trunk/Master/texmf-dist/tex/latex/abraces/abraces.sty

Modified: trunk/Master/texmf-dist/doc/latex/abraces/README.md
===================================================================
--- trunk/Master/texmf-dist/doc/latex/abraces/README.md	2024-08-02 21:04:02 UTC (rev 71954)
+++ trunk/Master/texmf-dist/doc/latex/abraces/README.md	2024-08-02 21:04:11 UTC (rev 71955)
@@ -1,4 +1,4 @@
-`abraces` 2022/11/06 v2.1
+`abraces` 2024/08/02 v2.2
 ----------------------------------------
 
 A package that provides a character key-driven interface to 
@@ -5,7 +5,7 @@
 supplement new constructions of the traditional `\overbrace` 
 and `\underbrace` pairs in an asymmetric or arbitrary way.
 
-Copyright (c) 2021 Werner Grundlingh
+Copyright (c) 2024 Werner Grundlingh
 
 This work may be distributed and/or modified under the 
 conditions of the LaTeX Project Public License, either version 1.3 

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

Modified: trunk/Master/texmf-dist/doc/latex/abraces/abraces-doc.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/abraces/abraces-doc.tex	2024-08-02 21:04:02 UTC (rev 71954)
+++ trunk/Master/texmf-dist/doc/latex/abraces/abraces-doc.tex	2024-08-02 21:04:11 UTC (rev 71955)
@@ -1,4 +1,4 @@
-% $Id: abraces-doc.tex,v 2.1 2022/11/06 00:00:00 wgrundlingh stable $
+% $Id: abraces-doc.tex,v 2.2 2024/08/02 00:00:00 wgrundlingh stable $
 \RequirePackage{xcolor}% http://ctan.org/pkg/xcolor (required to "overload" color package)
 \documentclass[10pt]{ltxdockit}[2011/03/25]
 
@@ -7,7 +7,7 @@
 \usepackage{booktabs,shortvrb,amsmath,xfp}
 \MakeShortVerb{\|}
 
-\rcsid{$Id: abraces.tex,v 2.1 2022/11/06 00:00:00 wgrundlingh stable $}
+\rcsid{$Id: abraces.tex,v 2.2 2024/08/02 00:00:00 wgrundlingh stable $}
 %\setcounter{secnumdepth}{2}
 %\setcounter{tocdepth}{4}
 
@@ -305,11 +305,18 @@
 
 \section{Acknowledgements}
 
-Thanks to Frank Mittlebach who stepped in and suggested an improvement in the original way \sty{abraces} functioned. Expansions included the use of \LaTeX3 command interface (via the \href{http://ctan.org/pkg/xparse}{\sty{xparse} package}).
+Thanks to Frank Mittlebach who stepped in and suggested an improvement in the original way \sty{abraces} functioned. Expansions included the use of \LaTeX3 command interface.
 
 \section{Change log}
 
 \begin{itemize}
+  \item v2.2 (2024-08-02) Minor update
+  
+  \begin{itemize}
+    \item
+    Added \href{http://ctan.org/pkg/xcolor}{\sty{xcolor}} dependency to always have \lstinline|\bracecolor| available.
+  \end{itemize}
+  
   \item v2.1 (2022-11-06) Minor update
   
   \begin{itemize}

Modified: trunk/Master/texmf-dist/tex/latex/abraces/abraces.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/abraces/abraces.sty	2024-08-02 21:04:02 UTC (rev 71954)
+++ trunk/Master/texmf-dist/tex/latex/abraces/abraces.sty	2024-08-02 21:04:11 UTC (rev 71955)
@@ -1,5 +1,5 @@
 %% abraces.sty
-%% Copyright 2021 Werner Grundlingh
+%% Copyright 2024 Werner Grundlingh
 %
 % This work may be distributed and/or modified under the
 % conditions of the LaTeX Project Public License, either version 1.3
@@ -16,9 +16,12 @@
 % This work consists of the file abraces.sty.
 
 \ProvidesPackage{abraces}% http://ctan.org/pkg/abraces
-  [2022/11/06 v2.1 Arbitrary and asymmetric braces]
+  [2024/08/02 v2.2 Arbitrary and asymmetric braces]
 
+% xparse definitions now form part of the LaTeX core. However, keeping this in for those using older versions.
 \RequirePackage{xparse}
+% Since abraces defines \bracecolor, add xcolor as dependency
+\RequirePackage{xcolor}
 
 \newif\if at overload
 \DeclareOption{overload}{\@overloadtrue}



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