me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-plstmary.

* gnu/packages/tex.scm (texlive-plstmary): New variable.
Nicolas Goaziou 2023-07-20 11:01:40 +02:00
parent 7151746bb5
commit 02da2c8c8a
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 18 additions and 0 deletions

View File

@ -3460,6 +3460,24 @@ format called @code{pfd} (plain @code{fd}) is required and must be loaded
manually.") manually.")
(license license:lppl))) (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 (define-public texlive-tex
(package (package
(name "texlive-tex") (name "texlive-tex")