[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
65/416: gnu: texlive-latex-appendix -> texlive-appendix.
From: |
guix-commits |
Subject: |
65/416: gnu: texlive-latex-appendix -> texlive-appendix. |
Date: |
Sun, 28 May 2023 02:32:14 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit ef46706a50067f3ea66e537c788e90f8501ade3b
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat May 13 12:12:44 2023 +0200
gnu: texlive-latex-appendix -> texlive-appendix.
* gnu/packages/tex.scm (texlive-appendix): New variable.
(texlive-latex-appendix): Deprecate variable.
* gnu/packages/docbook.scm (dblatex): Use new name.
---
gnu/packages/docbook.scm | 2 +-
gnu/packages/tex.scm | 36 +++++++++++++++++++-----------------
2 files changed, 20 insertions(+), 18 deletions(-)
diff --git a/gnu/packages/docbook.scm b/gnu/packages/docbook.scm
index 86c130860c..4ccae3f252 100644
--- a/gnu/packages/docbook.scm
+++ b/gnu/packages/docbook.scm
@@ -536,7 +536,7 @@ the in DocBook SGML DTDs.")
(inputs
`(("texlive" ,(texlive-updmap.cfg (list texlive-amsfonts
texlive-anysize
- texlive-latex-appendix
+ texlive-appendix
texlive-latex-bookmark
texlive-latex-changebar
texlive-latex-colortbl
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 1dafec418f..aee85c7f18 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -6473,28 +6473,30 @@ considered obsolete; alternatives are the
@code{typearea} package from the
(define-deprecated-package texlive-latex-anysize texlive-anysize)
-(define-public texlive-latex-appendix
+(define-public texlive-appendix
(package
- (name "texlive-latex-appendix")
+ (name "texlive-appendix")
(version (number->string %texlive-revision))
- (source (origin
- (method svn-fetch)
- (uri (texlive-ref "latex" "appendix"))
- (file-name (string-append name "-" version "-checkout"))
- (sha256
- (base32
- "1gc2brr2rs495w7qi6spdva1xrza94x7a36dncjdkghnsq8r92h4"))))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/appendix/"
+ "source/latex/appendix/"
+ "tex/latex/appendix/")
+ (base32
+ "1vqkqpzs7bc6pbjnafakrwayjyfx9mvadrqxccdf549m8172qvzk")))
+ (outputs '("out" "doc"))
(build-system texlive-build-system)
- (arguments '(#:tex-directory "latex/appendix"))
- (home-page "https://www.ctan.org/pkg/appendix")
+ (home-page "https://ctan.org/pkg/appendix")
(synopsis "Extra control of appendices")
(description
- "The appendix package provides various ways of formatting the titles of
-appendices. Also (sub)appendices environments are provided that can be used,
-for example, for per chapter/section appendices. An @code{appendices}
-environment is provided which can be used instead of the @code{\\appendix}
-command.")
- (license license:lppl)))
+ "The @code{appendix} package provides various ways of formatting the
+titles of appendices. Also (sub)appendices environments are provided that can
+be used, for example, for per chapter/section appendices. An
+@code{appendices} environment is provided which can be used instead of the
+@code{\\appendix} command.")
+ (license license:lppl1.3c)))
+
+(define-deprecated-package texlive-latex-appendix texlive-appendix)
(define-public texlive-latex-bookmark
(package
- 32/416: gnu: Add texlive-multido., (continued)
- 32/416: gnu: Add texlive-multido., guix-commits, 2023/05/28
- 33/416: gnu: Add texlive-attachfile., guix-commits, 2023/05/28
- 35/416: gnu: Add texlive-subfig., guix-commits, 2023/05/28
- 44/416: gnu: texlive-latex-newfloat -> texlive-newfloat., guix-commits, 2023/05/28
- 47/416: gnu: texlive-latex-seqsplit -> texlive-seqsplit., guix-commits, 2023/05/28
- 50/416: gnu: texlive-latex-tocloft -> texlive-tocloft., guix-commits, 2023/05/28
- 56/416: gnu: texlive-generic-babel-english -> texlive-babel-english., guix-commits, 2023/05/28
- 53/416: gnu: texlive-latex-g-brief -> texlive-g-brief., guix-commits, 2023/05/28
- 54/416: gnu: texlive-latex-galois -> texlive-galois., guix-commits, 2023/05/28
- 66/416: gnu: Add texlive-atenddvi., guix-commits, 2023/05/28
- 65/416: gnu: texlive-latex-appendix -> texlive-appendix.,
guix-commits <=
- 114/416: gnu: texlive-latex-hyphenat -> texlive-hyphenat., guix-commits, 2023/05/28
- 70/416: gnu: texlive-latex-xkeyval -> texlive-xkeyval., guix-commits, 2023/05/28
- 69/416: gnu: texlive-fonts-ec -> texlive-ec., guix-commits, 2023/05/28
- 64/416: gnu: texlive-latex-anysize -> texlive-anysize., guix-commits, 2023/05/28
- 68/416: gnu: texlive-latex-footmisc -> texlive-footmisc., guix-commits, 2023/05/28
- 63/416: gnu: texlive-latex-upquote -> texlive-upquote., guix-commits, 2023/05/28
- 78/416: gnu: texlive-latex-frankenstein -> texlive-frankenstein., guix-commits, 2023/05/28
- 75/416: gnu: texlive-latex-colortbl -> texlive-colortbl., guix-commits, 2023/05/28
- 74/416: gnu: texlive-latex-cmap -> texlive-cmap., guix-commits, 2023/05/28
- 82/416: gnu: texlive-latex-enotez -> texlive-enotez., guix-commits, 2023/05/28