[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
64/93: gnu: Add texlive-plstmary.
From: |
guix-commits |
Subject: |
64/93: gnu: Add texlive-plstmary. |
Date: |
Thu, 20 Jul 2023 05:21:42 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 02da2c8c8a36ca65f3afcefa2894cf10206deaa2
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Jul 20 11:01:40 2023 +0200
gnu: Add texlive-plstmary.
* gnu/packages/tex.scm (texlive-plstmary): 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 ba05d076ff..03cda07c15 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -3460,6 +3460,24 @@ format called @code{pfd} (plain @code{fd}) is required
and must be loaded
manually.")
(license license:lppl)))
+(define-public texlive-plstmary
+ (package
+ (name "texlive-plstmary")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/plain/plstmary/" "tex/plain/plstmary/")
+ (base32
+ "03adq5fkl620z0hpbdpqcsm1qjxlr43ip1bhi5xv2izxpw952x0z")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/plstmary")
+ (synopsis "St Mary's Road font support for plain TeX")
+ (description
+ "The package provides commands to produce all the symbols of the St
+Mary's Road fonts, in a Plain TeX environment.")
+ (license license:public-domain)))
+
(define-public texlive-tex
(package
(name "texlive-tex")
- 45/93: gnu: Add texlive-letterspacing., (continued)
- 45/93: gnu: Add texlive-letterspacing., guix-commits, 2023/07/20
- 48/93: gnu: Add texlive-midnight., guix-commits, 2023/07/20
- 57/93: gnu: Add texlive-pdf-trans., guix-commits, 2023/07/20
- 66/93: gnu: Add texlive-pwebmac., guix-commits, 2023/07/20
- 34/93: gnu: Add texlive-gobble., guix-commits, 2023/07/20
- 28/93: gnu: Add texlive-fltpoint., guix-commits, 2023/07/20
- 35/93: gnu: Add texlive-graphics-pln., guix-commits, 2023/07/20
- 41/93: gnu: Add texlive-js-misc., guix-commits, 2023/07/20
- 49/93: gnu: Add texlive-modulus., guix-commits, 2023/07/20
- 50/93: gnu: Add texlive-namedef., guix-commits, 2023/07/20
- 64/93: gnu: Add texlive-plstmary.,
guix-commits <=
- 54/93: gnu: Add texlive-olsak-misc., guix-commits, 2023/07/20
- 60/93: gnu: Add texlive-placeins-plain., guix-commits, 2023/07/20
- 33/93: gnu: Add texlive-gfnotation., guix-commits, 2023/07/20
- 38/93: gnu: Add texlive-hyplain., guix-commits, 2023/07/20
- 43/93: gnu: Add texlive-langcode., guix-commits, 2023/07/20
- 47/93: gnu: Add texlive-metatex., guix-commits, 2023/07/20
- 52/93: gnu: Add texlive-newsletr., guix-commits, 2023/07/20
- 53/93: gnu: Add texlive-ofs., guix-commits, 2023/07/20
- 51/93: gnu: Add texlive-navigator., guix-commits, 2023/07/20
- 58/93: gnu: Add texlive-pdfmsym., guix-commits, 2023/07/20