[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
153/458: gnu: texlive-ragged2e: Refresh package definition.
From: |
guix-commits |
Subject: |
153/458: gnu: texlive-ragged2e: Refresh package definition. |
Date: |
Wed, 14 Jun 2023 05:22:23 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit f488ebb74ec424c721ce72a21e861961f6b670aa
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
- 426/458: gnu: texlive-latex-base: Simplify package., (continued)
- 426/458: gnu: texlive-latex-base: Simplify package., guix-commits, 2023/06/14
- 439/458: gnu: Add texlive-makeindex., guix-commits, 2023/06/14
- 172/458: gnu: texlive-floatflt: Refresh package definition., guix-commits, 2023/06/14
- 185/458: gnu: texlive-newtx: Refresh package definition., guix-commits, 2023/06/14
- 445/458: gnu: Add texlive-mfnfss., guix-commits, 2023/06/14
- 190/458: gnu: texlive-bera: Refresh package definition., guix-commits, 2023/06/14
- 251/458: gnu: texlive-subfigure: Refresh package definition., guix-commits, 2023/06/14
- 255/458: gnu: texlive-ncctools: Refresh package definition., guix-commits, 2023/06/14
- 275/458: gnu: texlive-halloweenmath: Refresh package definition., guix-commits, 2023/06/14
- 136/458: gnu: texlive-adjustbox: Refresh package definition., guix-commits, 2023/06/14
- 153/458: gnu: texlive-ragged2e: Refresh package definition.,
guix-commits <=
- 157/458: gnu: texlive-pdflscape: Refresh package definition., guix-commits, 2023/06/14
- 159/458: gnu: texlive-setspace: Refresh package definition., guix-commits, 2023/06/14
- 160/458: gnu: Add texlive-lipsum., guix-commits, 2023/06/14
- 162/458: gnu: Add texlive-selinput., guix-commits, 2023/06/14
- 171/458: gnu: texlive-apa6: Refresh package definition., guix-commits, 2023/06/14
- 173/458: gnu: texlive-inriafonts: Refresh package definition., guix-commits, 2023/06/14
- 174/458: gnu: texlive-fmtcount: Refresh package definition., guix-commits, 2023/06/14
- 180/458: gnu: Add texlive-listngsutf8., guix-commits, 2023/06/14
- 181/458: gnu: texlive-tcolorbox: Refresh package definition., guix-commits, 2023/06/14
- 191/458: gnu: texlive-mathdesign: Refresh package definition., guix-commits, 2023/06/14