civodul pushed a commit to branch master
in repository guix.

commit 9c5a952818d4780ae62f0cd1e413fd611f4adf24
Author: Wiktor Żelazny <[email protected]>
AuthorDate: Fri Sep 2 08:27:31 2022 +0200

    gnu: texlive-caption: Fix description.
    
    * gnu/packages/tex.scm (texlive-caption): Update description.
    [description]: newfloat.sty and totalcount.sty are not in the package.
    
    Signed-off-by: Ludovic Courtès <[email protected]>
---
 gnu/packages/tex.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 80edb64186..56308c4cf9 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -9804,8 +9804,8 @@ of compatibility notes, for other packages, is provided 
in the
 documentation.  The package also provides the \"caption outside
 float\" facility, in the same way that simpler packages like
 @code{capt-ofcapt-of} do.  The package supersedes @code{caption2}.
-Packages @code{bicaption}, @code{ltcaption}, @code{newfloat},
-@code{subcaption} and @code{totalcount} are included in the bundle.")
+Packages @code{bicaption}, @code{ltcaption} and @code{subcaption} are
+included in the bundle.")
       (license license:lppl1.3+))))
 
 (define-public texlive-symbol

Reply via email to