[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
33/53: gnu: Add texlive-plari.
From: |
guix-commits |
Subject: |
33/53: gnu: Add texlive-plari. |
Date: |
Wed, 16 Aug 2023 14:27:08 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 5cf9c9364cd2c473e7abc721272547d6096ad21e
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed Aug 16 19:43:22 2023 +0200
gnu: Add texlive-plari.
* gnu/packages/tex.scm (texlive-plari): 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 db9d871773..9d896d829e 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -10453,6 +10453,25 @@ It is designed as a tool that is easy to use, with a
lean syntax, native to
LaTeX, and directly supporting PDF output format.")
(license license:lppl1.3c)))
+(define-public texlive-plari
+ (package
+ (name "texlive-plari")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/plari/" "source/latex/plari/"
+ "tex/latex/plari/")
+ (base32
+ "07g4rn4nn5wvwqd39s0xnn35ijkamhzxi12icnha8vb0b564jwq8")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/plari")
+ (synopsis "Typesetting stageplay scripts")
+ (description
+ "Plari is a @code{report}-alike class, without section headings, and with
+paragraphs vertically separated rather than indented.")
+ (license license:gpl3+)))
+
(define-public texlive-pm-isomath
(package
(name "texlive-pm-isomath")
- 10/53: gnu: Add texlive-ecltree., (continued)
- 10/53: gnu: Add texlive-ecltree., guix-commits, 2023/08/16
- 08/53: gnu: Add texlive-dramatist., guix-commits, 2023/08/16
- 18/53: gnu: Add texlive-juraabbrev., guix-commits, 2023/08/16
- 22/53: gnu: Add texlive-ledmac., guix-commits, 2023/08/16
- 15/53: gnu: Add texlive-gb4e., guix-commits, 2023/08/16
- 20/53: gnu: Add texlive-jurarsp., guix-commits, 2023/08/16
- 24/53: gnu: Add texlive-lexref., guix-commits, 2023/08/16
- 25/53: gnu: Add texlive-ling-macros., guix-commits, 2023/08/16
- 26/53: gnu: Add texlive-linguex., guix-commits, 2023/08/16
- 29/53: gnu: Add texlive-nnext., guix-commits, 2023/08/16
- 33/53: gnu: Add texlive-plari.,
guix-commits <=
- 19/53: gnu: Add texlive-juramisc., guix-commits, 2023/08/16
- 21/53: gnu: Add texlive-langnames., guix-commits, 2023/08/16
- 23/53: gnu: Add texlive-lexikon., guix-commits, 2023/08/16
- 28/53: gnu: Add texlive-metrix., guix-commits, 2023/08/16
- 31/53: gnu: Add texlive-parrun., guix-commits, 2023/08/16
- 32/53: gnu: Add texlive-phonrule., guix-commits, 2023/08/16
- 30/53: gnu: Add texlive-parallel., guix-commits, 2023/08/16
- 39/53: gnu: Add texlive-qtree., guix-commits, 2023/08/16
- 40/53: gnu: Add texlive-reledmac., guix-commits, 2023/08/16
- 27/53: gnu: Add texlive-liturg., guix-commits, 2023/08/16