diff options
author | Wiktor Żelazny <wzelazny@vurv.cz> | 2022-09-02 08:27:31 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2022-09-04 23:10:52 +0200 |
commit | 9c5a952818d4780ae62f0cd1e413fd611f4adf24 (patch) | |
tree | 955fb1be257b447d488616654b1f94a7e53bd7d8 | |
parent | e879111c094e4310a13c443317792b3a4e30ddcc (diff) | |
download | guix-9c5a952818d4780ae62f0cd1e413fd611f4adf24.tar.gz |
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 <ludo@gnu.org>
-rw-r--r-- | gnu/packages/tex.scm | 4 |
1 files 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 |