[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
161/418: gnu: Add texlive-kantlipsum.
From: |
guix-commits |
Subject: |
161/418: gnu: Add texlive-kantlipsum. |
Date: |
Mon, 29 May 2023 17:39:07 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit edfc465d1160445b1acb8035c22f17d4b812bdaa
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon May 15 12:29:55 2023 +0200
gnu: Add texlive-kantlipsum.
* gnu/packages/tex.scm (texlive-kantlipsum): New variable.
---
gnu/packages/tex.scm | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 58b6e6c325..6586b54713 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -7064,6 +7064,31 @@ and a BibTeX bibliography style. The individual
packages are: @code{abbrevs},
(define-deprecated-package texlive-latex-frankenstein texlive-frankenstein)
+(define-public texlive-kantlipsum
+ (package
+ (name "texlive-kantlipsum")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/kantlipsum/"
+ "source/latex/kantlipsum/"
+ "tex/latex/kantlipsum/")
+ (base32
+ "1bz08i8b7ihzd2qi4v9r9kjl2kr5a3l516lqb36spxyyrlmmwv4p")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (propagated-inputs
+ (list texlive-l3kernel
+ texlive-l3packages))
+ (home-page "https://ctan.org/pkg/kantlipsum")
+ (synopsis "Generate sentences in Kant's style")
+ (description
+ "The package spits out sentences in Kantian style; the text is provided
+by the Kant generator for Python by Mark Pilgrim, described in the book ``Dive
+into Python''. The package is modelled on @code{lipsum}, and may be used for
+similar purposes.")
+ (license license:lppl1.3c)))
+
(define-public texlive-lipsum
(package
(name "texlive-lipsum")
- 47/418: gnu: texlive-latex-seqsplit -> texlive-seqsplit., (continued)
- 47/418: gnu: texlive-latex-seqsplit -> texlive-seqsplit., guix-commits, 2023/05/29
- 77/418: gnu: texlive-latex-float -> texlive-float., guix-commits, 2023/05/29
- 97/418: gnu: Add texlive-hyperxmp., guix-commits, 2023/05/29
- 109/418: gnu: texlive-latex-examplep -> texlive-examplep., guix-commits, 2023/05/29
- 115/418: gnu: texlive-latex-tabto-ltx -> texlive-tabto-ltx., guix-commits, 2023/05/29
- 116/418: gnu: Add texlive-regexpatch., guix-commits, 2023/05/29
- 130/418: gnu: texlive-ydoc: Refresh package definition., guix-commits, 2023/05/29
- 138/418: gnu: Add texlive-modes., guix-commits, 2023/05/29
- 133/418: gnu: texlive-collectbox: Refresh package definition., guix-commits, 2023/05/29
- 157/418: gnu: texlive-pdflscape: Refresh package definition., guix-commits, 2023/05/29
- 161/418: gnu: Add texlive-kantlipsum.,
guix-commits <=
- 170/418: gnu: texlive-apacite: Refresh package definition., guix-commits, 2023/05/29
- 186/418: gnu: texlive-cabin: Refresh package definition., guix-commits, 2023/05/29
- 184/418: gnu: Add texlive-etextools., guix-commits, 2023/05/29
- 189/418: gnu: texlive-fourier: Refresh package definition., guix-commits, 2023/05/29
- 191/418: gnu: texlive-mathdesign: Refresh package definition., guix-commits, 2023/05/29
- 190/418: gnu: texlive-bera: Refresh package definition., guix-commits, 2023/05/29
- 194/418: gnu: texlive-fp: Refresh package definition., guix-commits, 2023/05/29
- 188/418: gnu: texlive-utopia: Refresh package definition., guix-commits, 2023/05/29
- 195/418: gnu: texlive-mathpazo: Refresh package definition., guix-commits, 2023/05/29
- 210/418: gnu: texlive-charter: Refresh package definition., guix-commits, 2023/05/29