From c32e529af35fc79c42c58d59897c8549acced1d4 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Wed, 16 Aug 2023 19:52:20 +0200 Subject: [PATCH] gnu: Add texlive-theatre. * gnu/packages/tex.scm (texlive-theatre): New variable. --- gnu/packages/tex.scm | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index c9572bc131..50e9117a7e 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -12432,6 +12432,24 @@ to introduce characters lines, to render stage directions, to divide a play into acts and scenes and to build the dramatis personae automatically.") (license license:lppl1.3+))) +(define-public texlive-theatre + (package + (name "texlive-theatre") + (version (number->string %texlive-revision)) + (source (texlive-origin + name version + (list "doc/latex/theatre/") + (base32 + "1nhm56spqvryhmhwmzly939mzv5yv3398lh2lyfhf40rr02mzgi5"))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/theatre") + (synopsis "Sophisticated package for typesetting stage plays") + (description + "This package enables the user to typeset stage plays in a way that +permits to create highly customized printouts for each actor.") + (license license:lppl1.2+))) + (define-public texlive-thermodynamics (package (name "texlive-thermodynamics")