[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
83/418: gnu: texlive-latex-multirow -> texlive-multirow.
From: |
guix-commits |
Subject: |
83/418: gnu: texlive-latex-multirow -> texlive-multirow. |
Date: |
Mon, 29 May 2023 17:38:55 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 1eb1cf885df677fd3f5f5d207f7bbbfe67ab54b7
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat May 13 16:36:02 2023 +0200
gnu: texlive-latex-multirow -> texlive-multirow.
* gnu/packages/tex.scm (texlive-multirow): New variable.
(texlive-latex-multirow): Deprecate variable.
(texlive-metalogo):
* gnu/packages/docbook.scm (dblatex):
* gnu/packages/maths.scm (hypre): Use new name.
---
gnu/packages/docbook.scm | 2 +-
gnu/packages/maths.scm | 2 +-
gnu/packages/tex.scm | 33 ++++++++++++++++++---------------
3 files changed, 20 insertions(+), 17 deletions(-)
diff --git a/gnu/packages/docbook.scm b/gnu/packages/docbook.scm
index b214dbc9df..bc576217e5 100644
--- a/gnu/packages/docbook.scm
+++ b/gnu/packages/docbook.scm
@@ -548,7 +548,7 @@ the in DocBook SGML DTDs.")
texlive-hyperref
texlive-jknapltx
texlive-listings
- texlive-latex-multirow
+ texlive-multirow
texlive-latex-overpic
texlive-pdfpages
texlive-refcount
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 8316460498..a2f9a30f4d 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -5782,7 +5782,7 @@ set.")
texlive-geometry
texlive-hanging
texlive-hyperref
- texlive-latex-multirow
+ texlive-multirow
texlive-natbib
texlive-latex-needspace
texlive-newunicodechar
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 02d23cfa38..2576c8e332 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -6197,7 +6197,7 @@ output routine.")
texlive-latex-base
texlive-latex-eukdate
texlive-graphics
- texlive-latex-multirow
+ texlive-multirow
texlive-lm ;for lmroman10-regular
texlive-stix2-otf))
(propagated-inputs (list texlive-fontspec texlive-iftex
@@ -7371,27 +7371,30 @@ on the loop variable, so that the package is equally
applicable in graphics
applications like PSTricks as it is with the more common integer loops.")
(license license:lppl)))
-(define-public texlive-latex-multirow
+(define-public texlive-multirow
(package
- (name "texlive-latex-multirow")
+ (name "texlive-multirow")
(version (number->string %texlive-revision))
- (source (origin
- (method svn-fetch)
- (uri (texlive-ref "latex" "multirow"))
- (file-name (string-append name "-" version "-checkout"))
- (sha256
- (base32
- "1kak9i6nwz6vc4xjj6lbvkb69s49pis6qynjzvsjraxbdw28y2dq"))))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/multirow/"
+ "source/latex/multirow/"
+ "tex/latex/multirow/")
+ (base32
+ "18xnxqbkkzblngws1ydmkiwfrf9gvrriqrjpb6g6kmaxciwypqd6")))
+ (outputs '("out" "doc"))
(build-system texlive-build-system)
- (arguments '(#:tex-directory "latex/multirow"))
- (home-page "https://www.ctan.org/pkg/multirow")
+ (home-page "https://ctan.org/pkg/multirow")
(synopsis "Create tabular cells spanning multiple rows")
(description
- "The package provides tools for creating tabular cells spanning multiple
-rows. It has a lot of flexibility, including an option for specifying an
-entry at the \"natural\" width of its text.")
+ "The package has a lot of flexibility, including an option for specifying
+an entry at the natural width of its text. The package is distributed with
+the @code{bigdelim} and @code{bigstrut} packages, which can be used to
+advantage with @code{\\multirow} cells.")
(license license:lppl1.3+)))
+(define-deprecated-package texlive-latex-multirow texlive-multirow)
+
(define-public texlive-latex-overpic
(package
(name "texlive-latex-overpic")
- 43/418: gnu: texlive-latex-natbib -> texlive-natbib., (continued)
- 43/418: gnu: texlive-latex-natbib -> texlive-natbib., guix-commits, 2023/05/29
- 49/418: gnu: texlive-latex-stackengine -> texlive-stackengine., guix-commits, 2023/05/29
- 40/418: gnu: texlive-latex-amsrefs -> texlive-amsrefs., guix-commits, 2023/05/29
- 41/418: gnu: texlive-latex-hanging -> texlive-hanging., guix-commits, 2023/05/29
- 42/418: gnu: texlive-latex-ifplatform -> texlive-ifplatform., guix-commits, 2023/05/29
- 46/418: gnu: texlive-latex-psfrag -> texlive-psfrag., guix-commits, 2023/05/29
- 48/418: gnu: texlive-generic-listofitems -> texlive-listofitems., guix-commits, 2023/05/29
- 61/418: gnu: texlive-latex-marginfix -> texlive-marginfix., guix-commits, 2023/05/29
- 71/418: gnu: texlive-zref: Fix build., guix-commits, 2023/05/29
- 75/418: gnu: texlive-latex-colortbl -> texlive-colortbl., guix-commits, 2023/05/29
- 83/418: gnu: texlive-latex-multirow -> texlive-multirow.,
guix-commits <=
- 30/418: gnu: Add texlive-breakurl., guix-commits, 2023/05/29
- 50/418: gnu: texlive-latex-tocloft -> texlive-tocloft., guix-commits, 2023/05/29
- 60/418: gnu: texlive-latex-mdwtools -> texlive-mdwtools., guix-commits, 2023/05/29
- 64/418: gnu: texlive-latex-anysize -> texlive-anysize., guix-commits, 2023/05/29
- 86/418: gnu: texlive-latex-pbox -> texlive-pbox., guix-commits, 2023/05/29
- 87/418: gnu: texlive-latex-sidecap -> texlive-sidecap., guix-commits, 2023/05/29
- 44/418: gnu: texlive-latex-newfloat -> texlive-newfloat., guix-commits, 2023/05/29
- 51/418: gnu: texlive-latex-fncychap -> texlive-fncychap., guix-commits, 2023/05/29
- 55/418: gnu: texlive-latex-gcite -> texlive-gcite., guix-commits, 2023/05/29
- 62/418: gnu: texlive-latex-supertabular -> texlive-supertabular., guix-commits, 2023/05/29