[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
44/418: gnu: texlive-latex-newfloat -> texlive-newfloat.
From: |
guix-commits |
Subject: |
44/418: gnu: texlive-latex-newfloat -> texlive-newfloat. |
Date: |
Fri, 2 Jun 2023 17:23:53 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit ac4f8b546574f14b4b5f78f9933725ad6bfba36b
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat May 13 00:29:11 2023 +0200
gnu: texlive-latex-newfloat -> texlive-newfloat.
* gnu/packages/tex.scm (texlive-newfloat): New variable.
(texlive-latex-newfloat): Deprecate variable.
(texlive-minted): Use new name.
---
gnu/packages/tex.scm | 26 +++++++++++++++++---------
1 file changed, 17 insertions(+), 9 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index f7491a7506..12b76336c9 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -5376,15 +5376,21 @@ compatible with @code{natbib}.")
(define-deprecated-package texlive-latex-natbib texlive-natbib)
-(define-public texlive-latex-newfloat
+(define-public texlive-newfloat
(package
- (inherit (simple-texlive-package
- "texlive-latex-newfloat"
- (list "doc/latex/newfloat/"
- "tex/latex/newfloat/")
- (base32 "1047max3li9ni15njgsvc7qglakgrjy2l0s72imgzdmwgb2h8jyf")
- #:trivial? #t))
+ (name "texlive-newfloat")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/newfloat/"
+ "source/latex/newfloat/"
+ "tex/latex/newfloat/")
+ (base32
+ "1hrackdfrzad8cgbl3f3yaagk4p4zjbvq710rm8b1z02fr9z2zkq")))
+ (outputs '("out" "doc"))
(build-system texlive-build-system)
+ (propagated-inputs
+ (list texlive-graphics))
(home-page "https://ctan.org/pkg/newfloat")
(synopsis "Define new floating environments")
(description
@@ -5393,6 +5399,8 @@ which the user may use to define new floating
environments which behave like
the LaTeX standard foating environments @code{figure} and @code{table}.")
(license license:lppl)))
+(define-deprecated-package texlive-latex-newfloat texlive-newfloat)
+
(define-public texlive-latex-newunicodechar
(package
(inherit (simple-texlive-package
@@ -10668,12 +10676,12 @@ configuration of its own fixed names, using
@file{.mld} files.")
(propagated-inputs (list python-pygments
texlive-etoolbox
texlive-fancyvrb
- texlive-fvextra
texlive-latex-float
texlive-latex-framed
+ texlive-fvextra
texlive-ifplatform
- texlive-latex-newfloat
texlive-lineno
+ texlive-newfloat
texlive-xstring))
(home-page "https://ctan.org/pkg/minted")
(synopsis "Highlight source code in LaTeX documents")
- 91/418: gnu: texlive-booktabs: Fix build., (continued)
- 91/418: gnu: texlive-booktabs: Fix build., guix-commits, 2023/06/02
- 54/418: gnu: texlive-latex-galois -> texlive-galois., guix-commits, 2023/06/02
- 59/418: gnu: texlive-latex-geometry -> texlive-geometry., guix-commits, 2023/06/02
- 64/418: gnu: texlive-latex-anysize -> texlive-anysize., guix-commits, 2023/06/02
- 68/418: gnu: texlive-latex-footmisc -> texlive-footmisc., guix-commits, 2023/06/02
- 72/418: gnu: texlive-latex-bookmark -> texlive-bookmark., guix-commits, 2023/06/02
- 74/418: gnu: texlive-latex-cmap -> texlive-cmap., guix-commits, 2023/06/02
- 37/418: gnu: texlive-dvips-l3backend -> texlive-l3backend., guix-commits, 2023/06/02
- 39/418: gnu: texlive-latex-cyrillic -> texlive-cyrillic., guix-commits, 2023/06/02
- 40/418: gnu: texlive-latex-amsrefs -> texlive-amsrefs., guix-commits, 2023/06/02
- 44/418: gnu: texlive-latex-newfloat -> texlive-newfloat.,
guix-commits <=
- 46/418: gnu: texlive-latex-psfrag -> texlive-psfrag., guix-commits, 2023/06/02
- 48/418: gnu: texlive-generic-listofitems -> texlive-listofitems., guix-commits, 2023/06/02
- 43/418: gnu: texlive-latex-natbib -> texlive-natbib., guix-commits, 2023/06/02
- 52/418: gnu: texlive-latex-framed -> texlive-framed., guix-commits, 2023/06/02
- 62/418: gnu: texlive-latex-supertabular -> texlive-supertabular., guix-commits, 2023/06/02
- 63/418: gnu: texlive-latex-upquote -> texlive-upquote., guix-commits, 2023/06/02
- 66/418: gnu: Add texlive-atenddvi., guix-commits, 2023/06/02
- 67/418: gnu: texlive-stringenc: Fix build., guix-commits, 2023/06/02
- 69/418: gnu: texlive-fonts-ec -> texlive-ec., guix-commits, 2023/06/02
- 70/418: gnu: texlive-latex-xkeyval -> texlive-xkeyval., guix-commits, 2023/06/02