[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
153/452: gnu: texlive-ragged2e: Refresh package definition.
From: |
guix-commits |
Subject: |
153/452: gnu: texlive-ragged2e: Refresh package definition. |
Date: |
Fri, 9 Jun 2023 13:43:15 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit d5d8a62462bc0207db712997c93dc6d343b08a4f
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 2cf0bded8f..9c655d2f2d 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -12438,22 +12438,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
- 128/452: gnu: Add texlive-svn-prov., (continued)
- 128/452: gnu: Add texlive-svn-prov., guix-commits, 2023/06/09
- 118/452: gnu: texlive-generic-babel-german -> texlive-babel-german., guix-commits, 2023/06/09
- 133/452: gnu: texlive-collectbox: Refresh package definition., guix-commits, 2023/06/09
- 123/452: gnu: texlive-tex-plain -> texlive-plain., guix-commits, 2023/06/09
- 131/452: gnu: texlive-fontaxes: Refresh package definition., guix-commits, 2023/06/09
- 129/452: gnu: Add texlive-gincltex., guix-commits, 2023/06/09
- 138/452: gnu: Add texlive-modes., guix-commits, 2023/06/09
- 137/452: gnu: texlive-standalone: Refresh package definition., guix-commits, 2023/06/09
- 140/452: gnu: texlive-docstrip: Refresh package definition., guix-commits, 2023/06/09
- 141/452: gnu: Add texlive-xetexconfig., guix-commits, 2023/06/09
- 153/452: gnu: texlive-ragged2e: Refresh package definition.,
guix-commits <=
- 148/452: gnu: texlive-physics: Refresh package definition., guix-commits, 2023/06/09
- 144/452: gnu: texlive-xstring: Refresh package definition., guix-commits, 2023/06/09
- 146/452: gnu: texlive-sourceserifpro: Refresh package definition., guix-commits, 2023/06/09
- 142/452: gnu: texlive-xetex: Refresh package definition., guix-commits, 2023/06/09
- 160/452: gnu: Add texlive-lipsum., guix-commits, 2023/06/09
- 145/452: gnu: texlive-sourcecodepro: Refresh package definition., guix-commits, 2023/06/09
- 163/452: gnu: Add texlive-ntheorem., guix-commits, 2023/06/09
- 177/452: gnu: texlive-translator: Refresh package definition., guix-commits, 2023/06/09
- 178/452: gnu: texlive-eurosym: Refresh package definition., guix-commits, 2023/06/09
- 180/452: gnu: Add texlive-listngsutf8., guix-commits, 2023/06/09