[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
153/409: gnu: texlive-ragged2e: Refresh package definition.
From: |
guix-commits |
Subject: |
153/409: gnu: texlive-ragged2e: Refresh package definition. |
Date: |
Sat, 20 May 2023 04:02:38 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 44e2c14532e9f1965e27d0aa8be9990d3c05aad2
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon May 15 00:29:20 2023 +0200
gnu: texlive-ragged2e: Refresh package definition.
* gnu/packages/tex.scm (texlive-ragged2e): Remove SIMPLE-TEXLIVE-PACKAGE
call.
[propagated-inputs]: Add TEXLIVE-EVERYSEL, TEXLIVE-FOOTMISC.
---
gnu/packages/tex.scm | 38 +++++++++++++++++++++++---------------
1 file changed, 23 insertions(+), 15 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index dd3f668df3..9c8a1ed9a5 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -12442,22 +12442,30 @@ tables).")
(define-public texlive-ragged2e
(package
- (inherit
- (simple-texlive-package
- "texlive-ragged2e"
- (list "doc/latex/ragged2e/"
- "source/latex/ragged2e/"
- "tex/latex/ragged2e/")
- (base32 "1cxj5jdgvr3xk1inrb3yzpm3l386jjawgpqiwsz53k6yshb6yfml")
- #:trivial? #t))
+ (name "texlive-ragged2e")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/ragged2e/" "source/latex/ragged2e/"
+ "tex/latex/ragged2e/")
+ (base32
+ "1cxj5jdgvr3xk1inrb3yzpm3l386jjawgpqiwsz53k6yshb6yfml")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (arguments
+ (list #:tex-format "latex"))
+ (propagated-inputs
+ (list texlive-everysel
+ texlive-footmisc))
(home-page "https://ctan.org/pkg/ragged2e")
- (synopsis "Alternative versions of \"ragged\"-type commands")
- (description
- "The @code{ragged2e} package defines new commands @code{\\Centering},
@code{\\RaggedLeft},
-and @code{\\RaggedRight} and new environments @code{Center}, @code{FlushLeft},
-and @code{FlushRight}, which set ragged text and are easily configurable to
-allow hyphenation (the corresponding commands in LaTeX, all of whose names are
-lower-case, prevent hyphenation altogether).")
+ (synopsis "Alternative versions of ragged-type commands")
+ (description
+ "The @code{ragged2e} package defines new commands @code{\\Centering},
+@code{\\RaggedLeft}, and @code{\\RaggedRight} and new environments
+@code{Center}, @code{FlushLeft}, and @code{FlushRight}, which set ragged text
+and are easily configurable to allow hyphenation (the corresponding commands
+in LaTeX, all of whose names are lower-case, prevent hyphenation
+altogether).")
(license license:lppl1.3c)))
(define-public texlive-refstyle
- 105/409: gnu: texlive-latex-changepage -> texlive-changepage., (continued)
- 105/409: gnu: texlive-latex-changepage -> texlive-changepage., guix-commits, 2023/05/20
- 115/409: gnu: texlive-latex-tabto-ltx -> texlive-tabto-ltx., guix-commits, 2023/05/20
- 116/409: gnu: Add texlive-regexpatch., guix-commits, 2023/05/20
- 119/409: gnu: texlive-generic-babel-norsk -> texlive-babel-norsk., guix-commits, 2023/05/20
- 129/409: gnu: Add texlive-gincltex., guix-commits, 2023/05/20
- 133/409: gnu: texlive-collectbox: Refresh package definition., guix-commits, 2023/05/20
- 135/409: gnu: texlive-storebox: Refresh package definition., guix-commits, 2023/05/20
- 140/409: gnu: texlive-docstrip: Refresh package definition., guix-commits, 2023/05/20
- 143/409: gnu: texlive-substr: Refresh package definition., guix-commits, 2023/05/20
- 149/409: gnu: texlive-comment: Refresh package definition., guix-commits, 2023/05/20
- 153/409: gnu: texlive-ragged2e: Refresh package definition.,
guix-commits <=
- 154/409: gnu: texlive-ltablex: Refresh package definition., guix-commits, 2023/05/20
- 164/409: gnu: texlive-mdframed: Refresh package definition., guix-commits, 2023/05/20
- 110/409: gnu: texlive-latex-xmpincl -> texlive-xmpincl., guix-commits, 2023/05/20
- 111/409: gnu: texlive-latex-ebproof -> texlive-ebproof., guix-commits, 2023/05/20
- 147/409: gnu: texlive-sourcesanspro: Refresh package definition., guix-commits, 2023/05/20
- 156/409: gnu: texlive-datetime2: Refresh package definition., guix-commits, 2023/05/20
- 66/409: gnu: Add texlive-atenddvi., guix-commits, 2023/05/20
- 82/409: gnu: texlive-latex-enotez -> texlive-enotez., guix-commits, 2023/05/20
- 83/409: gnu: texlive-latex-multirow -> texlive-multirow., guix-commits, 2023/05/20
- 90/409: gnu: texlive-latex-type1cm -> texlive-type1cm., guix-commits, 2023/05/20