me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-plimsoll.

* gnu/packages/tex.scm (texlive-plimsoll): New variable.
Nicolas Goaziou 2023-08-21 12:52:27 +02:00
parent d343e0fcd6
commit 4497702b72
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 27 additions and 0 deletions

View File

@ -21298,6 +21298,33 @@ the @code{plex} package. IBM Plex has no math symbols. You will have to use
one of the existing math fonts if you need them.") one of the existing math fonts if you need them.")
(license license:lppl1.3+))) (license license:lppl1.3+)))
(define-public texlive-plimsoll
(package
(name "texlive-plimsoll")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/fonts/plimsoll/"
"fonts/afm/public/plimsoll/"
"fonts/enc/dvips/plimsoll/"
"fonts/map/dvips/plimsoll/"
"fonts/tfm/public/plimsoll/"
"fonts/type1/public/plimsoll/"
"source/fonts/plimsoll/"
"tex/latex/plimsoll/")
(base32
"1cxvlpb7z83ajyqh5nw1596i7ak582pp2mmqmfjqk2bffv6jqay1")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/plimsoll")
(synopsis "Fonts with the Plimsoll symbol and LaTeX support")
(description
"This package provides access to the Plimsoll symbol for use with LaTeX.
The Plimsoll symbol is sometimes used in chemistry for denoting standard
states and values. The LaTeX package provides access to this notation as
well.")
(license license:gpl3+)))
(define-public texlive-pm-isomath (define-public texlive-pm-isomath
(package (package
(name "texlive-pm-isomath") (name "texlive-pm-isomath")