me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-utfsym.

* gnu/packages/tex.scm (texlive-utfsym): New variable.
Nicolas Goaziou 2023-07-13 10:57:09 +02:00
parent f2b8f7f7e1
commit d7e9410cf5
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 18 additions and 0 deletions

View File

@ -5641,6 +5641,24 @@ make drawing easier, especially when drawing repeatedly. The macros were
chosen and developed with an emphasis on drawing graphs in economics.") chosen and developed with an emphasis on drawing graphs in economics.")
(license license:lppl1.3c))) (license license:lppl1.3c)))
(define-public texlive-utfsym
(package
(name "texlive-utfsym")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/utfsym/" "tex/latex/utfsym/")
(base32
"0bbdhi9fy3bzm9qrjca8ghl04pv9iky380if17w1hxhp2jpd691b")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/utfsym")
(synopsis "Provides various Unicode symbols")
(description
"This package provides various symbols from the Unicode in order to be
able to use them originally in a school setting such as on worksheets.")
(license license:cc0)))
(define-public texlive-amiri (define-public texlive-amiri
(package (package
(name "texlive-amiri") (name "texlive-amiri")