[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
77/416: gnu: texlive-latex-float -> texlive-float.
From: |
guix-commits |
Subject: |
77/416: gnu: texlive-latex-float -> texlive-float. |
Date: |
Sun, 28 May 2023 02:32:16 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit f868645a3b776009fd278761a56b58cedf10b622
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat May 13 16:19:42 2023 +0200
gnu: texlive-latex-float -> texlive-float.
* gnu/packages/tex.scm (texlive-float): New variable.
(texlive-latex-float): Deprecate variable.
(texlive-showexpl):
(texlive-minted):
(texlive-apa6):
* gnu/packages/docbook.scm (dblatex):
* gnu/packages/maths.scm (hypre):
* gnu/packages/python-xyz.scm (python-nbconvert):
* gnu/packages/sphinx.scm (python-sphinx): Use new name.
---
gnu/packages/docbook.scm | 2 +-
gnu/packages/maths.scm | 2 +-
gnu/packages/python-xyz.scm | 2 +-
gnu/packages/sphinx.scm | 2 +-
gnu/packages/tex.scm | 41 +++++++++++++++++++++--------------------
5 files changed, 25 insertions(+), 24 deletions(-)
diff --git a/gnu/packages/docbook.scm b/gnu/packages/docbook.scm
index 709f45eda7..7ff920409e 100644
--- a/gnu/packages/docbook.scm
+++ b/gnu/packages/docbook.scm
@@ -543,7 +543,7 @@ the in DocBook SGML DTDs.")
texlive-fancybox
texlive-fancyhdr
texlive-fancyvrb
- texlive-latex-float
+ texlive-float
texlive-footmisc
texlive-hyperref
texlive-latex-jknapltx
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 75d6628203..8316460498 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -5776,7 +5776,7 @@ set.")
texlive-listofitems
texlive-cmap
texlive-colortbl
- texlive-latex-float
+ texlive-float
texlive-fncychap
texlive-framed
texlive-geometry
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 7effb7276e..f8de699855 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -14809,7 +14809,7 @@ time.")
texlive-grffile
texlive-hyperref
texlive-fancyvrb
- texlive-latex-float
+ texlive-float
texlive-geometry
texlive-latex-jknapltx
texlive-ms
diff --git a/gnu/packages/sphinx.scm b/gnu/packages/sphinx.scm
index 906b05e979..a69a8b44ed 100644
--- a/gnu/packages/sphinx.scm
+++ b/gnu/packages/sphinx.scm
@@ -116,7 +116,7 @@
texlive-cmap
texlive-fancyhdr
texlive-fancyvrb
- texlive-latex-float
+ texlive-float
texlive-fncychap
texlive-framed
texlive-geometry
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 976754134a..c638f001a3 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -5640,7 +5640,7 @@ user may consider the @code{dnaseq} as a rather more
powerful alternative.")
(build-system texlive-build-system)
(propagated-inputs
(list texlive-attachfile
- texlive-latex-float
+ texlive-float
texlive-graphics
texlive-listings
texlive-refcount
@@ -6673,30 +6673,31 @@ LaTeX would automatically change the heading style in
use).")
(define-deprecated-package texlive-latex-fancyhdr texlive-fancyhdr)
-(define-public texlive-latex-float
+(define-public texlive-float
(package
- (name "texlive-latex-float")
+ (name "texlive-float")
(version (number->string %texlive-revision))
- (source (origin
- (method svn-fetch)
- (uri (texlive-ref "latex" "float"))
- (file-name (string-append name "-" version "-checkout"))
- (sha256
- (base32
- "0nbl7wylkv22fcdv4p8byhhj575fli6jnqjpkhrkbv8dzwah84nq"))))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/float/"
+ "source/latex/float/"
+ "tex/latex/float/")
+ (base32
+ "1rfyvk1n83zsmrrp0x643052nrjb00cj935d2cpm37x4pz649f5d")))
+ (outputs '("out" "doc"))
(build-system texlive-build-system)
- (arguments '(#:tex-directory "latex/float"))
- (home-page "https://www.ctan.org/pkg/float")
+ (home-page "https://ctan.org/pkg/float")
(synopsis "Improved interface for floating objects")
(description
- "This package improves the interface for defining floating objects such
-as figures and tables. It introduces the boxed float, the ruled float and the
-plaintop float. You can define your own floats and improve the behaviour of
-the old ones. The package also provides the @code{H} float modifier option of
-the obsolete @code{here} package. You can select this as automatic default
-with @code{\\floatplacement{figure}{H}}.")
+ "The @code{float} package improves the interface for defining floating
+objects such as figures and tables. It introduces the boxed float, the ruled
+float and the plaintop float. You can define your own floats and improve the
+behaviour of the old ones. The package also provides the @samp{H} float
+modifier option of the obsolete @code{here} package.")
(license license:lppl)))
+(define-deprecated-package texlive-latex-float texlive-float)
+
(define-public texlive-footmisc
(package
(name "texlive-footmisc")
@@ -10665,7 +10666,7 @@ configuration of its own fixed names, using @file{.mld}
files.")
(propagated-inputs (list python-pygments
texlive-etoolbox
texlive-fancyvrb
- texlive-latex-float
+ texlive-float
texlive-framed
texlive-fvextra
texlive-ifplatform
@@ -11886,7 +11887,7 @@ and selecting references used in a publication.")
texlive-fancyhdr
texlive-xstring
texlive-graphics
- texlive-latex-float
+ texlive-float
texlive-lm
texlive-substr
texlive-times
- 291/416: gnu: texlive-stix2-otf: Refresh package definition., (continued)
- 291/416: gnu: texlive-stix2-otf: Refresh package definition., guix-commits, 2023/05/28
- 11/416: gnu: texlive-latex-draftwatermark -> texlive-draftwatermark., guix-commits, 2023/05/28
- 19/416: gnu: Add texlive-xfor., guix-commits, 2023/05/28
- 37/416: gnu: texlive-dvips-l3backend -> texlive-l3backend., guix-commits, 2023/05/28
- 38/416: gnu: texlive-latex-l3packages -> texlive-l3packages., guix-commits, 2023/05/28
- 46/416: gnu: texlive-latex-psfrag -> texlive-psfrag., guix-commits, 2023/05/28
- 48/416: gnu: texlive-generic-listofitems -> texlive-listofitems., guix-commits, 2023/05/28
- 52/416: gnu: texlive-latex-framed -> texlive-framed., guix-commits, 2023/05/28
- 60/416: gnu: texlive-latex-mdwtools -> texlive-mdwtools., guix-commits, 2023/05/28
- 80/416: gnu: texlive-latex-eepic -> texlive-eepic., guix-commits, 2023/05/28
- 77/416: gnu: texlive-latex-float -> texlive-float.,
guix-commits <=
- 73/416: gnu: texlive-latex-changebar -> texlive-changebar., guix-commits, 2023/05/28
- 76/416: gnu: texlive-latex-fancybox -> texlive-fancybox., guix-commits, 2023/05/28
- 72/416: gnu: texlive-latex-bookmark -> texlive-bookmark., guix-commits, 2023/05/28
- 79/416: gnu: texlive-latex-jknapltx -> texlive-jknapltx., guix-commits, 2023/05/28
- 95/416: gnu: Add texlive-luatexbase., guix-commits, 2023/05/28
- 92/416: gnu: texlive-ifmtarg: Fix build., guix-commits, 2023/05/28
- 124/416: gnu: texlive-metapost: Refresh package definition., guix-commits, 2023/05/28
- 98/416: gnu: texlive-latex-acmart -> texlive-acmart., guix-commits, 2023/05/28
- 113/416: gnu: texlive-latex-textpos -> texlive-textpos., guix-commits, 2023/05/28
- 144/416: gnu: texlive-xstring: Refresh package definition., guix-commits, 2023/05/28