me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-nkarta.

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

View File

@ -19692,6 +19692,29 @@ the size and colour of the sticks, and flexibility to draw heaps of different
objects.")
(license license:expat)))
(define-public texlive-nkarta
(package
(name "texlive-nkarta")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/fonts/nkarta/"
"fonts/source/public/nkarta/"
"fonts/tfm/public/nkarta/"
"metapost/nkarta/" "source/latex/nkarta/")
(base32
"0x5rdacf3d2jm4rgcvmpz76icga4gis4ykmsmp745xb7kh99npjv")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(native-inputs (list texlive-metafont))
(home-page "https://ctan.org/pkg/nkarta")
(synopsis "New version of the Karta cartographic fonts")
(description
"This package provides a development of the Karta font, offering more
mathematical stability in Metafont. A version that will produce the glyphs as
Encapsulated PostScript is also provided.")
(license license:public-domain)))
(define-public texlive-nmbib
(package
(name "texlive-nmbib")