ngz pushed a commit to branch tex-team-next
in repository guix.
commit 8056366310b7aaf565372e7c9a35431634c47dac
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Mon May 15 12:29:39 2023 +0200
gnu: Add texlive-lipsum.
* gnu/packages/tex.scm (texlive-lipsum): New variable.
---
gnu/packages/tex.scm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 9024be41ea..58b6e6c325 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -7064,6 +7064,30 @@ and a BibTeX bibliography style. The individual
packages are: @code{abbrevs},
(define-deprecated-package texlive-latex-frankenstein texlive-frankenstein)
+(define-public texlive-lipsum
+ (package
+ (name "texlive-lipsum")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/lipsum/" "source/latex/lipsum/"
+ "tex/latex/lipsum/")
+ (base32
+ "1iwk2iqq5s5sn2z2kr7m59fm5j14dr4nsxivia3lhph8q38p5q6q")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (propagated-inputs
+ (list texlive-l3kernel
+ texlive-l3packages))
+ (home-page "https://ctan.org/pkg/lipsum")
+ (synopsis "Easy access to the Lorem Ipsum dummy text")
+ (description
+ "This package gives you easy access to the Lorem Ipsum dummy text; an
+option is available to separate the paragraphs of the dummy text into
+TeX-paragraphs. All the paragraphs are taken with permission from
+@url{http://lipsum.com/}.")
+ (license license:lppl1.3+)))
+
(define-public texlive-listings
(let ((template
(simple-texlive-package