guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

34/53: gnu: Add texlive-play.


From: guix-commits
Subject: 34/53: gnu: Add texlive-play.
Date: Wed, 16 Aug 2023 14:27:09 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 5e4f6f30f29c7458b55131fc103bb707afb2f445
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed Aug 16 19:43:34 2023 +0200

    gnu: Add texlive-play.
    
    * gnu/packages/tex.scm (texlive-play): New variable.
---
 gnu/packages/tex.scm | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 9d896d829e..7850193a34 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -10472,6 +10472,25 @@ LaTeX, and directly supporting PDF output format.")
 paragraphs vertically separated rather than indented.")
     (license license:gpl3+)))
 
+(define-public texlive-play
+  (package
+    (name "texlive-play")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/play/" "source/latex/play/"
+                   "tex/latex/play/")
+             (base32
+              "1v1d8hfng6s8x8spzrzhhkgg36zay9jvfna9md1mh4ijlipnzyma")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/play";)
+    (synopsis "Typeset drama using LaTeX")
+    (description
+     "This package provides a class and style file that supports the
+typesetting of plays, including options for line numbering.")
+    (license license:lppl)))
+
 (define-public texlive-pm-isomath
   (package
     (name "texlive-pm-isomath")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]