me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-esint-type1.

* gnu/packages/tex.scm (texlive-esint-type1): New variable.
master
Nicolas Goaziou 2023-08-29 15:49:28 +02:00
parent 8f3d532e7c
commit e97f9fe8c0
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 22 additions and 0 deletions

View File

@ -80961,6 +80961,28 @@ is no good solution if you want to use Computer Modern. The package provides
Metafont source and LaTeX macro support.") Metafont source and LaTeX macro support.")
(license license:lppl))) (license license:lppl)))
(define-public texlive-esint-type1
(package
(name "texlive-esint-type1")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/fonts/esint-type1/"
"dvips/esint-type1/"
"fonts/map/dvips/esint-type1/"
"fonts/type1/public/esint-type1/"
"tex/plain/esint-type1/")
(base32
"1qxdbp6xlychk4rxypc52s5qyf6p3fzzqzw5077lwkwgqx89jfhm")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(propagated-inputs (list texlive-esint))
(home-page "https://ctan.org/pkg/esint-type1")
(synopsis "Font @code{esint10} in Type 1 format")
(description
"This is Eddie Saudrais's font @code{esint10} in Adobe Type 1 format.")
(license license:public-domain)))
;;; ;;;
;;; Avoid adding new packages to the end of this file. To reduce the chances ;;; Avoid adding new packages to the end of this file. To reduce the chances
;;; of a merge conflict, place them above by existing packages with similar ;;; of a merge conflict, place them above by existing packages with similar