me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-esrelation.

* gnu/packages/tex.scm (texlive-esrelation): New variable.
Nicolas Goaziou 2023-08-21 12:14:35 +02:00
parent f380d8cc7a
commit fe59ea88d7
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 25 additions and 0 deletions

View File

@ -11415,6 +11415,31 @@ Heuristica, matching that of UtopiaStd.")
by Michel Bovani.")
(license (list license:silofl1.1 license:lppl1.3+))))
(define-public texlive-esrelation
(package
(name "texlive-esrelation")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/fonts/esrelation/"
"fonts/map/dvips/esrelation/"
"fonts/source/public/esrelation/"
"fonts/tfm/public/esrelation/"
"fonts/type1/public/esrelation/"
"source/fonts/esrelation/"
"tex/latex/esrelation/")
(base32
"168pjrn3pgyqb79nvwk4rykb214jj1fvygnlb18rx7nrnzdmagjw")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(native-inputs (list texlive-metafont))
(home-page "https://ctan.org/pkg/esrelation")
(synopsis "Symbol set for describing relations between ordered pairs")
(description
"This package provides an math symbol font, by Tauba Auerbach, for
describing relations between ordered pairs, using Metafont.")
(license license:lppl1.3+)))
(define-public texlive-euclideangeometry
(package
(name "texlive-euclideangeometry")